Gompertz 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 Gompertz distribution.
d_gompertz(alpha, beta)
alpha |
The strictly positive parameter of the Gompertz distribution ( |
beta |
The strictly positive parameter of the Gompertz distribution ( |
The following is the probability density function of the Gompertz distribution:
f(x)=\alpha e^{\beta x-\frac{\alpha}{\beta}\left(e^{\beta x}-1\right)},
where x > 0
, \alpha > 0
and \beta > 0
.
d_gompertz 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 Gompertz distribution.
Muhammad Imran.
R implementation and documentation: Muhammad Imran imranshakoor84@yahoo.com.
Soliman, A. A., Abd-Ellah, A. H., Abou-Elheggag, N. A., & Abd-Elmougod, G. A. (2012). Estimation of the parameters of life for Gompertz distribution using progressive first-failure censored data. Computational Statistics & Data Analysis, 56(8), 2471-2485.
d_fre
d_gompertz(2,2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.