EXPON.DIST
Returns the exponential distribution.
StatisticalStatistics & Analysis
What it does
Legacy version of EXPON.DIST.
Syntax
EXPONDIST(x, lambda, cumulative)
Arguments
x(number) β Value.lambda(number) β Parameter.cumulative(logical) β Cumulative flag.
Examples
Legacy Expon
Calculate legacy distribution.
FORMULA
=EXPONDIST(0.2, 10, TRUE)
RESULT
0.864
SAMPLE DATA
| A | B | |
|---|---|---|
| 1 | x | Lambda |
| 2 | 0.2 | 10 |