EXPON.DIST
Returns the exponential distribution
Syntax
EXPON.DIST(x, lambda, cumulative)
Parameters
- x: Required. The value of the function
- lambda: Required. The parameter value
- cumulative: Required. TRUE for cumulative, FALSE for probability density
Example
=EXPON.DIST(0.2, 10, TRUE)