MAPEmle | R Documentation |
MLE of parameters, KS test statistic and p-value, AIC,BIC, HQIC, -log-likelihood function and convergence status for MAPE distribution
MAPEmle(data,start)
data |
a vector of data values for which the distribution is to be fitted |
start |
named vector or list of the starting values of the distribution parameters |
Maximum likelihood estimates, standard error, 95% CI, Cramer-von Misses statistic, Anderson Darling statistic, Kolmogorov Smirnov test statistic and p-value, Akaike Information Criterion, Consistent Akaikes Information Criterion, Bayesian Information Criterion, Hannan-Quinn information criterion, minimum value of the negative log-likelihood function and convergence status when the MAPE distribution is fitted to some data.
Mohamed Hussein
Hussein, M.; Elsayed, H.; Cordeiro, G.M. A New Family of Continuous Distributions: Properties and Estimation. Symmetry 2022, 14, 276. https://doi.org/10.3390/sym14020276
#{
data<-rMAP(n=500,par=c(rate=2,alpha=3,beta=2),distr="exp")
MAPEmle(data,start=c(1.1,1.1,1.1))
#}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.