mleEEN: The MLEs of EEN

Description Usage Arguments Value Author(s) References Examples

View source: R/NewDists.r

Description

This function calculates the MLEs of EEN distribution.

Usage

1
mleEEN(x, par0 = c(1, 1, mean(x), sd(x)), fitplot = TRUE)

Arguments

x

The value of the first shape parameter. Must be finite.

par0

Initial values for the parameters to be optimized over.

fitplot

Logical; if TRUE, histogram and fitted EEN density is drawn.

Value

par

The MLEs of parameters.

loglike

The log-likelihood value corresponding to MLEs.

convergence

An integer code. 0 indicates successful completion. To see possible error codes, see the optim function.

W

The statistic Cram<c3><a9>r-von Misses.

A

The statistic Anderson Darling.

KS

Kolmogorov Smirnov test.

AIC

The value of Akaike Information Criterion.

BIC

The value of Bayesian Information Criterion.

Author(s)

Bistoon Hosseini, Mahmoud Afshari

References

Alizadeh, Morad, Mahmoud Afshari, Bistoon Hosseini, and Thiago G. Ramires. "Extended exp-G family of distributions: Properties, applications and simulation." Communications in Statistics-Simulation and Computation (2018): 1-16.

Examples

1
2
x = rEEN(n = 1000, alpha = 1.5, beta = 1.5, mu = 0, sigma = 1)
mleEEN(x)

bistoonh/NewDists documentation built on May 21, 2019, 11:09 a.m.