Description Usage Arguments Value References See Also Examples
The function pp.flex.weibull()
produces a PP plot for the flexible Weibull(FW) based on their MLE or any other estimate. Also, a reference line can be sketched.
1 | pp.flex.weibull(x, alpha.est, beta.est, main = " ", line = FALSE, ...)
|
x |
vector of observations |
alpha.est |
estimate of the parameter alpha |
beta.est |
estimate of the parameter beta |
main |
the title for the plot. |
line |
logical; if TRUE, a 45 degree line is sketched. |
... |
additional arguments to be passed to the underlying plot function. |
The function pp.flex.weibull()
carries out a PP plot for the flexible Weibull(FW).
Bebbington, M., Lai, C.D. and Zitikis, R. (2007). A flexible Weibull extension, Reliability Engineering and System Safety, 92, 719-726.
qq.flex.weibull
for QQ
plot and ks.flex.weibull
function;
1 2 3 4 5 6 7 | ## Load data sets
data(repairtimes)
## Maximum Likelihood(ML) Estimates of alpha & beta for the data(repairtimes)
## Estimates of alpha & beta using 'maxLik' package
## alpha.est = 0.07077507, beta.est = 1.13181535
pp.flex.weibull(repairtimes, 0.07077507, 1.13181535, main = " ", line = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.