Get the PDF or CDF of the exponential distribution.
=EXPONDIST(x, lambda, cumulative)
| Parameter | Description |
|---|---|
x |
The value at which to evaluate the distribution (must be ≥ 0). |
lambda |
The rate parameter of the distribution (must be > 0). |
cumulative |
A logical value that determines the form of the function. If TRUE, returns the cumulative distribution function; if FALSE, returns the probability density function. |