POISSON
Returns the Poisson distribution.
CompatibilityCompatibility / LegacyLegacy / Older Versions
What it does
Legacy Poisson distribution function.
Syntax
POISSON(x, mean, cumulative)
Arguments
x(number) β Number of events.mean(number) β Expected numeric value.cumulative(logical) β TRUE=cumulative.
Examples
Legacy Poisson
Prob of 2 events, mean 5.
FORMULA
=POISSON(2, 5, FALSE)
RESULT
0.084
SAMPLE DATA
| A | B | |
|---|---|---|
| 1 | x | mean |
| 2 | 2 | 5 |