| abic.gen.exp | R Documentation |
The function abic.gen.exp() gives the loglikelihood, AIC and BIC values
assuming an Generalized Exponential distribution with parameters alpha and
lambda. The function is based on the invariance property of the MLE.
abic.gen.exp(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.gen.exp() gives the loglikelihood, AIC and BIC values.
Claeskens, G. and Hjort, N. L. (2008). Model Selection and Model Averaging, Cambridge University Press, London.
pp.gen.exp for PP plot and qq.gen.exp for QQ plot
## Load data set
data(bearings)
## Estimates of alpha & lambda using 'maxLik' package
## alpha.est = 5.28321139, lambda.est = 0.03229609
abic.gen.exp(bearings, 5.28321139, 0.03229609)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.