EXPON.DIST Function
The EXPON.DIST function is one of the statistical functions. It is used to return the exponential distribution.
Syntax
EXPON.DIST(x, lambda, cumulative)
The EXPON.DIST function has the following arguments:
| Argument | Description |
|---|---|
| x | The value of the function, a numeric value greater than or equal to 0. |
| lambda | The parameter of the value, a numeric value greater than 0. |
| cumulative | A logical value (TRUE or FALSE) that determines the function form. If cumulative is TRUE, the function will return the cumulative distribution function, if it is FALSE, it will return the probability density function. |
Notes
How to apply the EXPON.DIST function.
Examples
The figure below displays the result returned by the EXPON.DIST function.
