abic.moee: Akaike information criterion (AIC) and Bayesian information...

Description Usage Arguments Value References See Also Examples

View source: R/MOEE.R

Description

The function abic.moee() gives the loglikelihood, AIC and BIC values assuming an MOEE distribution with parameters alpha and lambda.

Usage

1
abic.moee(x, alpha.est, lambda.est)

Arguments

x

vector of observations

alpha.est

estimate of the parameter alpha

lambda.est

estimate of the parameter lambda

Value

The function abic.moee() gives the loglikelihood, AIC and BIC values.

References

Konishi., S. and Kitagawa, G.(2008). Information Criteria and Statistical Modeling, Springer Science+Business Media, LLC.

See Also

pp.moee for PP plot and qq.moee for QQ plot

Examples

1
2
3
4
5
## 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)

reliaR documentation built on May 1, 2019, 9:51 p.m.

Related to abic.moee in reliaR...