pp.expo.weibull: Probability versus Probability (PP) plot for the...

Description Usage Arguments Value References See Also Examples

View source: R/ExpoWeibull.R

Description

The function pp.expo.weibull() produces a PP plot for the Exponentiated Weibull(EW) based on their MLE or any other estimate. Also, a reference line can be sketched.

Usage

1
pp.expo.weibull(x, alpha.est, theta.est, main = " ", line = FALSE, ...)

Arguments

x

vector of observations

alpha.est

estimate of the parameter alpha

theta.est

estimate of the parameter theta

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.

Value

The function pp.expo.weibull() carries out a PP plot for the Exponentiated Weibull(EW).

References

Mudholkar, G.S. and Srivastava, D.K. (1993). Exponentiated Weibull family for analyzing bathtub failure-rate data, IEEE Transactions on Reliability, 42(2), 299-302.

Murthy, D.N.P., Xie, M. and Jiang, R. (2003). Weibull Models, Wiley, New York.

Nassar, M.M., and Eissa, F. H. (2003). On the Exponentiated Weibull Distribution, Communications in Statistics - Theory and Methods, 32(7), 1317-1336.

See Also

qq.expo.weibull for QQ plot and ks.expo.weibull function;

Examples

1
2
3
4
5
6
7
## Load data sets
data(stress)
## Maximum Likelihood(ML) Estimates of alpha & theta for the data(stress)
## Estimates of alpha & theta using 'maxLik' package
## alpha.est =1.026465, theta.est = 7.824943

pp.expo.weibull(stress, 1.026465, 7.824943, main = " ", line = TRUE)

reliaR documentation built on May 1, 2019, 9:51 p.m.