Syntax
| Parameter | Description |
|---|---|
| x | Parameter of the POISSON function. |
| mean | Parameter of the POISSON function. |
| cumulative | Parameter of the POISSON function. |
Examples
Exactly 10 emails in an hour
=POISSON(10, 8, FALSE)
5 or fewer cars passing in 10 min
=POISSON(5, 7, TRUE)
Probability of at least one error
=1-POISSON(0, 0.5, FALSE)
Common Errors
x must be non-negative and mean must be non-negative.
Occurs when arguments are non-numeric text.
Tips
POISSON is the compatibility version. POISSON.DIST is the modern replacement with identical functionality.
The Poisson distribution works best for rare events over many trials. If the event probability is very small and the number of trials is large, Poisson approximates the binomial well.
A unique property of the Poisson distribution: the mean and variance are equal. If your data's variance differs significantly from its mean, Poisson may not be the right model.
Try POISSON in Viztab
Import your data and use POISSON with 370+ other formulas. No signup required.
Open Viztab