Kumaraswamy 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 Kumaraswamy distribution.
d_kum(alpha, beta)
alpha |
The strictly positive parameter of the Kumaraswamy distribution ( |
beta |
The strictly positive parameter of the Kumaraswamy distribution ( |
The following is the probability density function of the Kumaraswamy distribution:
f(x)=\alpha\beta x^{\alpha-1}\left(1-x^{a}\right)^{\beta-1},
where 0\leq x\leq1
, \alpha > 0
and \beta > 0
.
d_kum gives the first four ordinary moments, central moments, mean, variance, Pearson's coefficient of skewness, kurtosis, coefficient of variation, median and quartile deviation at some parametric values based on the Kumaraswamy distribution.
Muhammad Imran.
R implementation and documentation: Muhammad Imran imranshakoor84@yahoo.com.
El-Sherpieny, E. S. A., & Ahmed, M. A. (2014). On the kumaraswamy distribution. International Journal of Basic and Applied Sciences, 3(4), 372.
Mitnik, P. A. (2013). New properties of the Kumaraswamy distribution. Communications in Statistics-Theory and Methods, 42(5), 741-755.
Dey, S., Mazucheli, J., & Nadarajah, S. (2018). Kumaraswamy distribution: different methods of estimation. Computational and Applied Mathematics, 37, 2094-2111.
d_beta
d_kum(2,2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.