EXPONDIST function

EXPONDIST(X, Lambda, IsCumulative) EXPONDIST(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.

This function is a compatibility alias for EXPON.DIST. Use EXPON.DIST for new projects.