forked from Abernethy/abrem
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
abrem 0.1.23: Many bugfixes and some small features implemented. This…
… commit should be compatible with debias 0.1.9 (available on r-forge) and abremPivotals 0.2.9 (commit ID 2b08a98d) Signed-off-by: Jurgen Symynck <[email protected]>
- Loading branch information
Jurgen Symynck
committed
Nov 2, 2014
1 parent
764e030
commit 0b0b4a8
Showing
29 changed files
with
502 additions
and
446 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,17 @@ | ||
2014-11-02 Jurgen Symynck <[email protected]> | ||
|
||
* upgraded abrem 0.1.21 to 0.1.23 (development version) | ||
* many bugfixes, manual cleanup; | ||
* Uses packages debias 0.1.9 (available on r-forge) and abremPivotals 0.2.9 (available on github, commit ID 2b08a98): This release uses the getPPP(na.rm=...) option that will be dropped in future abremPivotals and abrem releases. | ||
* Added "canvas" option to specify type of plotting canvas to be used (option "log" is still present). The canvas type now shows in the plot. | ||
* Added "axes" option to omit specified axes on the plot, added "frame.plot" argument to plot a frame around the plot. The default plot now only has lower and left axes. | ||
|
||
* Abrem.R (Abrem): dropped support for "time" and "fail" arguments, in favor of the default "x", to be consistent with abremPivotals and abremDebias. | ||
* calculateSingleFit.R (calculateSingleFit): | ||
dropped support for "rr2", "mle2", "mle3", "mle-rba2" and "mle-rba3". The decision was made that the C++ code should be the default, while the R code (lm(), optim(), ...) is only provided as an example. "rr2" has been replaced by adding an option "use.lm" in argument "method.fit". | ||
* calculateSingleConf.R (calculateSingleConf): | ||
Added support for limiting the confidence bounds to the unreliability levels to those that were explicitly passed using argument 'unrel'. | ||
|
||
2014-10-11 Jurgen Symynck <[email protected]> | ||
|
||
* upgraded abrem 0.1.14 to 0.1.21: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
Package: abrem | ||
Type: Package | ||
Title: Abernethy Reliability Methods | ||
Version: 0.1.21 | ||
Date: October 11, 2014 | ||
Version: 0.1.23 | ||
Date: November 02, 2014 | ||
Author: Jurgen Symynck <[email protected]> | ||
Maintainer: Jurgen Symynck <[email protected]> | ||
Description: Implementation of reliability methods presented in "The New Weibull Handbook", Fifth Edition by Dr. Robert B. Abernethy. This package is dedicated to the control and view of models developed in dependant packages abremPivotals and abremDebias (under construction) implemented using the R object model. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.