Last chance! 50% off unlimited learning
Sale ends in
qq.gompertz()
produces a QQ plot for the Gompertz based on their MLE or
any other estimate. Also, a line going through the first and the third
quartile can be sketched.
qq.gompertz(x, alpha.est, theta.est, main = " ", line.qt = FALSE, ...)
qq.gompertz()
carries out a QQ plot for the Gompertz.
pp.gompertz
for PP
plot and ks.gompertz
function;
## Load data sets
data(sys2)
## Maximum Likelihood(ML) Estimates of alpha & theta for the data(sys2)
## Estimates of alpha & theta using 'maxLik' package
## alpha.est = 0.00121307, theta.est = 0.00173329
qq.gompertz(sys2, 0.00121307, 0.00173329, main = " ", line.qt = FALSE)
Run the code above in your browser using DataLab