qq.gp.weibull()
produces a QQ plot for the generalized power Weibull(GPW) based on their MLE or
any other estimate. Also, a line going through the first and the third
quartile can be sketched.
qq.gp.weibull(x, alpha.est, theta.est, main = " ", line.qt = FALSE, ...)
qq.gp.weibull()
carries out a QQ plot for the generalized power Weibull(GPW).
Pham, H. and Lai, C.D.(2007). On recent generalizations of the Weibull distribution, IEEE Trans. on Reliability, Vol. 56(3), 454-458.
pp.gp.weibull
for PP
plot and ks.gp.weibull
function;
## Load data sets
data(repairtimes)
## Maximum Likelihood(ML) Estimates of alpha & theta for the data(repairtimes)
## Estimates of alpha & theta using 'maxLik' package
## alpha.est = 1.566093, theta.est = 0.355321
qq.gp.weibull(repairtimes, 1.566093, 0.355321, main = " ", line.qt = FALSE)
Run the code above in your browser using DataLab