| abic.moee | R Documentation |
The function abic.moee() gives the loglikelihood, AIC and BIC values
assuming an MOEE distribution with parameters alpha and lambda.
abic.moee(x, alpha.est, lambda.est)
x |
vector of observations |
alpha.est |
estimate of the parameter alpha |
lambda.est |
estimate of the parameter lambda |
The function abic.moee() gives the loglikelihood, AIC and BIC values.
Konishi., S. and Kitagawa, G.(2008). Information Criteria and Statistical Modeling, Springer Science+Business Media, LLC.
pp.moee for PP plot and qq.moee for QQ plot
## Load data set
data(stress)
## Estimates of alpha & lambda using 'maxLik' package
## alpha.est = 75.67982, lambda.est = 1.67576
abic.moee(stress, 75.67982, 1.67576)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.