Exponentiated exponential distribution | R Documentation |
Compute the first four ordinary moments, central moments, mean, and variance, Pearson's coefficient of skewness and kurtosis, coefficient of variation, median and quartile deviation based on the selected parametric values of the exponentiated exponential distribution.
d_EE(alpha, beta)
alpha |
The strictly positive scale parameter of the exponential distribution ( |
beta |
The strictly positive shape parameter of the exponentiated exponential distribution ( |
The following is the probability density function of the exponentiated exponential distribution:
f(x)=\alpha\beta e^{-\alpha x}\left(1-e^{-\alpha x}\right)^{\beta-1},
where x > 0
, \alpha > 0
and \beta > 0
.
d_EE gives the first four ordinary moments, central moments, mean, and variance, Pearson's coefficient of skewness and kurtosis, coefficient of variation, median and quartile deviation based on the selected parametric values of the exponentiated exponential distribution.
Muhammad Imran.
R implementation and documentation: Muhammad Imran imranshakoor84@yahoo.com.
Nadarajah, S. (2011). The exponentiated exponential distribution: a survey. AStA Advances in Statistical Analysis, 95, 219-251.
Gupta, R. D., & Kundu, D. (2007). Generalized exponential distribution: Existing results and some recent developments. Journal of Statistical Planning and Inference, 137(11), 3537-3547.
d_EW, d_wei, d_exp
d_EE(5,2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.