EXPON.DIST function
EXPON.DIST(x,
lambda, isCumulative) EXPON.DIST(x;
lambda; isCumulative)
x
Number or { Number }
A value at which to evaluate the function.
lambda
Number or { Number }
The parameter value.
isCumulative
Logical or { Logical }
FALSE to calculate the probability density function and TRUE to calculate the cumulative distribution function.
Returns
Number or { Number }
A value for an exponential distribution.
Returns a value for an exponential distribution.