Description Usage Arguments Details Value References Examples
MRRw2pxy
fits a set of data consisting of failures, or alternatively failures and suspensions,
to the 2-parameter Weibull distribution.
1 |
x |
A vector of failure data. |
s |
An optional vector of suspension data. |
This function will sort all input data while preserving failure and suspension information in paired vectors. Then a call is made to a fast C++ implementation to complete the regression according to the X on Y orientation designated as best paractice by Dr. Abernethy.
A vector containing results in the following order: Eta (scale), Beta (shape), R^2 (explained variance of regression)
Dr. Robert B. Abernethy, (2008) "The New Weibull Handbook, Fifth Edition"
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.