Factsheet: Poisson distribution

Statistics
Author

Michelle Arnetta and Tom Coleman

Summary
A factsheet for the Poisson distribution.
Poisson Distribution Calculator
Parameters
4.0

Probability to calculate:
5
Poisson distribution plot
Poisson(λ = 4.0)
Results

Where to use: The Poisson distribution is used when a specific event occurs at some rate \(\lambda\), and you are counting \(X\), the number of times this event occurs in some interval.

Notation: \(X \sim \textrm{Poisson}(\lambda)\) or \(X \sim \textrm{Pois}(\lambda)\).

Parameter: \(\lambda\) is the integer number of times an event occurs within a specific period of time.

Quantity Value Notes
Mean \(\mathbb{E}(X) = \lambda\)
Variance \(\mathbb{V}(X) = \lambda\)
PMF \(\mathbb{P}(X=x)=\dfrac{\lambda^xe^{-\lambda}}{x!}\)
CDF \(\displaystyle\mathbb{P}(X\leq x)=\sum^{\lfloor x \rfloor}_{i=1}\frac{\lambda^xe^{-\lambda}}{x!}\) \(\lfloor x \rfloor\) the floor function

Example: Customers enter Cantor’s Confectionery at an average rate of 20 people per hour, and you want to see the likelihood that \(X\) number of customers walks in. This can be expressed as \(X \sim \textrm{Pois}(20)\).

Further reading

This interactive element appears in Overview: Probability distributions. Please click this link to go to the guide.

Version history

v1.0: initial version created 04/25 by tdhc and Michelle Arnetta as part of a University of St Andrews VIP project.

This work is licensed under CC BY-NC-SA 4.0.

Feedback

Your feedback is appreciated and useful. Feel free to leave a comment here,
but please be specific with any issues you encounter so we can help to resolve them
(for example, what page it occured on, what you tried, and so on).