EXPONDIST
Description
Returns the exponential distribution, using either the cumulative distribution function or the probability density function.
Syntax
EXPONDIST(
value
,
lambda
,
cumulative
)
- value: The input value.
- lambda: The lambda value.
- cumulative: The type of distribution to use. FALSE = probability density function; TRUE = cumulative distribution function.