EXPONDIST Function

The EXPONDIST function is one of the statistical functions. It is used to return the exponential distribution.

Syntax

EXPONDIST(x, lambda, cumulative)

The EXPONDIST function has the following arguments:

Argument Description
x The value of the function, a numeric value greater than or equal to 0.
lambda The parameter of the value, a numeric value greater than 0.
cumulative A logical value (TRUE or FALSE) that determines the function form. If cumulative is TRUE, the function will return the cumulative distribution function, if it is FALSE, it will return the probability density function.

Notes

How to apply the EXPONDIST function.

Examples

The figure below displays the result returned by the EXPONDIST function.

EXPONDIST Function