mexp {DescTools}R Documentation

Mean and Variance of the Exponential Distribution

Description

Formula: \mu = \frac{1}{\lambda} \mathrm{Var}(X) = \frac{1}{\lambda^2}

Usage

mexp(rate)

Arguments

rate

Rate parameter (1 / mean)

Value

List with mean and variance

See Also

dexp

Examples

mexp(rate = 0.5)

[Package DescTools version 0.99.60 Index]