Complementary exponentiated exponential negative binomial distribution
Complementary exponentiated exponential negative binomial distribution
Evaluates the PDF, CDF, QF, random numbers and MLEs based on the complementary exponentiated exponential negative binomial (CEENB) distribution. The CDF of the complementary G binomial distribution is as follows: [REMOVE_ME]F(x)=(1−λ)−s−1(1−λG(x))−s−1;λ∈(0,1),s>0,[REMOVEME2]
where G(x) represents the baseline exponentiated exponential CDF, it is given by [REMOVE_ME]G(x)=(1−exp(−αx))β;α,β>0.[REMOVEME2]
By setting G(x) in the above Equation, yields the CDF of the CEENB distribution.
Description
Evaluates the PDF, CDF, QF, random numbers and MLEs based on the complementary exponentiated exponential negative binomial (CEENB) distribution. The CDF of the complementary G binomial distribution is as follows:
F(x)=(1−λ)−s−1(1−λG(x))−s−1;λ∈(0,1),s>0,
where G(x) represents the baseline exponentiated exponential CDF, it is given by
G(x)=(1−exp(−αx))β;α,β>0.
By setting G(x) in the above Equation, yields the CDF of the CEENB distribution.
n: The number of random values to be generated under the CEENB distribution.
lambda: The strictly positive parameter of the negative binomial distribution λ∈(0,1).
s: The positive parameter of the negative binomial distribution s>0.
alpha: The strictly positive scale parameter of the baseline exponentiated exponential distribution (α>0).
beta: The strictly positive shape parameter of the baseline exponentiated exponential distribution (β>0).
lower.tail: if FALSE then 1-F(x) are returned and quantiles are computed 1-p.
log: if TRUE, probabilities p are given as log(p).
log.p: if TRUE, probabilities p are given for exp(p).
method: the procedure for optimizing the log-likelihood function after setting the intial values of the parameters and data values for which the CEENB distribution is fitted. It could be "Nelder-Mead", "BFGS", "CG", "L-BFGS-B", or "SANN". "BFGS" is set as the default.
Details
These functions allow for the evaluation of the PDF, CDF, QF, random numbers and MLEs of the unknown parameters with the standard error (SE) of the estimates of the CEENB distribution. Additionally, it offers goodness-of-fit statistics such as the AIC, BIC, -2L, A test, W test, Kolmogorov-Smirnov test, P-value, and convergence status.
Returns
dCEENB gives the (log) probability function. pCEENB gives the (log) distribution function. qCEENB gives the quantile function. rCEENB generates random values. mCEENB gives the estimated parameters along with SE and goodness-of-fit measures.
References
Tahir, M. H., & Cordeiro, G. M. (2016). Compounding of distributions: a survey and new generalized classes. Journal of Statistical Distributions and Applications, 3, 1-35.
Bakouch, H. S., Ristic, M. M., Asgharzadeh, A., Esmaily, L., & Al-Zahrani, B. M. (2012). An exponentiated exponential binomial distribution with application. Statistics & Probability Letters, 82(6), 1067-1081.
Nadarajah, S. (2011). The exponentiated exponential distribution: a survey. AStA Advances in Statistical Analysis, 95, 219-251.