EXPONDIST(x,lambda,cumulative)
=EXPONDIST( 0.5, 1, FALSE )
The EXPON.DIST function is used to calculate the probability density function (PDF) for the exponential distribution. For example, the formula returns the probability density value of 0.60653066, which is the PDF of the exponential distribution with λ = 0.5 and x = 0.5.
=EXPONDIST( 0.5, 1, TRUE )
The EXPON.DIST function can also be used to calculate the cumulative distribution function (CDF) for the exponential distribution. For example, the formula returns the cumulative distribution value of 0.39346934, which is the CDF of the exponential distribution with λ = 0.5 and x = 0.5.
The EXPON.DIST function returns the exponential distribution, allowing users to calculate the probability of a given event occurring.