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.