Lomax 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 Lomax distribution.
d_lom(alpha, beta)
alpha |
The strictly positive parameter of the Lomax distribution ( |
beta |
The strictly positive parameter of the Lomax distribution ( |
The following is the probability density function of the Lomax distribution:
f(x)=\frac{\alpha}{\beta}\left(1+\frac{x}{\beta}\right)^{-\alpha-1},
where x > 0
, \alpha > 0
and \beta > 0
.
d_lom 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 Lomax distribution.
Muhammad Imran.
R implementation and documentation: Muhammad Imran imranshakoor84@yahoo.com.
Abd-Elfattah, A. M., Alaboud, F. M., & Alharby, A. H. (2007). On sample size estimation for Lomax distribution. Australian Journal of Basic and Applied Sciences, 1(4), 373-378.
d_gamma
d_lom(10,10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.