
qq.exp.ext()
produces a QQ plot for the ExpExt based on their MLE or
any other estimate. Also, a line going through the first and the third
quartile can be sketched.
qq.exp.ext(x, alpha.est, lambda.est, main = " ", line.qt = FALSE, ...)
qq.exp.ext()
carries out a QQ plot for the Exponetial Extension.
pp.exp.ext
for PP
plot and ks.exp.ext
function;
## Load data sets
data(sys2)
## Maximum Likelihood(ML) Estimates of alpha & lambda for the data(sys2)
## Estimates of alpha & lambda using 'maxLik' package
## alpha.est = 1.0126e+01, lambda.est = 1.5848e-04
qq.exp.ext(sys2, 1.0126e+01, 1.5848e-04, main = " ", line.qt = FALSE)
Run the code above in your browser using DataLab