mexp | R Documentation |
The exponential distribution with rate \lambda
has mean and variance
\mu = \frac{1}{\lambda}
\mathrm{Var}(X) = \frac{1}{\lambda^2}
mexp(rate)
rate |
Rate parameter (1 / mean) |
List with mean and variance
Hogg, R.V., McKean, J., and Craig, A.T. (2018). Introduction to Mathematical Statistics. Pearson.
dexp
mexp(rate = 0.5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.