Kumaraswamy Burr XII 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 Burr XII distribution.
d_kburr(a, b, k, c)
a |
The strictly positive parameter of the Kumaraswamy distribution ( |
b |
The strictly positive parameter of the Kumaraswamy distribution ( |
k |
The strictly positive parameter of the Burr XII distribution ( |
c |
The strictly positive parameter of the Burr XII distribution ( |
The following is the probability density function of the Kumaraswamy Burr XII distribution:
f(x)=\frac{abkcx^{c-1}}{\left(1+x^{c}\right)^{k+1}}\left[1-\left(1+x^{c}\right)^{-k}\right]^{a-1}\left\{ 1-\left[1-\left(1+x^{c}\right)^{-k}\right]^{a}\right\} ^{b-1},
where x > 0
, a > 0
, b > 0
, k > 0
and c > 0
.
d_kburr 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 Kumaraswamy Burr XII distribution.
Muhammad Imran.
R implementation and documentation: Muhammad Imran imranshakoor84@yahoo.com.
Paranaiba, P. F., Ortega, E. M., Cordeiro, G. M., & Pascoa, M. A. D. (2013). The Kumaraswamy Burr XII distribution: theory and practice. Journal of Statistical Computation and Simulation, 83(11), 2117-2143.
d_kum, d_kexp
d_kburr(1.5,1,1,7)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.