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 exponential distribution.
d_exp(alpha)
alpha |
The strictly positive scale parameter of the exponential distribution ( |
The following is the probability density function of the exponential distribution:
f(x)=\alpha e^{-\alpha x},
where x > 0
and \alpha > 0
.
d_exp 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 exponential distribution.
Muhammad Imran.
R implementation and documentation: Muhammad Imran imranshakoor84@yahoo.com.
Balakrishnan, K. (2019). Exponential distribution: theory, methods and applications. Routledge.
Singh, A. K. (1997). The exponential distribution-theory, methods and applications, Technometrics, 39(3), 341-341.
d_wei, d_EE
d_exp(2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.