EXPONDIST function
Summary
Returns the exponential distribution
Syntax
EXPONDIST(x,lambda,cumulative)
The EXPONDIST function syntax has the following arguments:
• X Required. The value of the function.
• Lambda Required. The parameter value.
• Cumulative Required. A logical value that indicates which form of the exponential function to provide. If cumulative is TRUE, EXPONDIST returns the cumulative distribution function; if FALSE, it returns the probability density function.
• X Required. The value of the function.
• Lambda Required. The parameter value.
• Cumulative Required. A logical value that indicates which form of the exponential function to provide. If cumulative is TRUE, EXPONDIST returns the cumulative distribution function; if FALSE, it returns the probability density function.
Example
=EXPON.DIST(A2,A3,TRUE)
=EXPON.DIST(0.2,10,FALSE)
=EXPON.DIST(0.2,10,FALSE)