You are viewing a free preview of this lesson.
Subscribe to unlock all 10 lessons in this course and every other course on LearningBro.
The Poisson distribution is one of the most important distributions in Further Statistics. It models the number of events occurring in a fixed interval of time or space when the events happen independently at a constant average rate. This lesson covers the derivation, properties, and applications of the Poisson distribution.
The Poisson distribution is appropriate when:
| Condition | Meaning |
|---|---|
| Events occur singly | Two events cannot happen at exactly the same instant |
| Events occur independently | One event does not affect the probability of another |
| Events occur at a constant average rate | The mean rate λ does not change over the interval |
| The probability of an event in a small interval is proportional to the length of the interval | P(event in δt)≈λδt |
Examples of Poisson-distributed variables:
If X∼Po(λ), then:
P(X=r)=r!e−λλrfor r=0,1,2,…
where λ>0 is the parameter (the mean number of events in the given interval).
Verification that probabilities sum to 1:
∑r=0∞r!e−λλr=e−λ∑r=0∞r!λr=e−λ⋅eλ=1
using the Taylor series for eλ.
For X∼Po(λ):
| Property | Value |
|---|---|
| E(X) | λ |
| Var(X) | λ |
| SD(X) | λ |
A key feature of the Poisson distribution is that the mean equals the variance. This property can be used to test whether data follow a Poisson distribution.
Exam Tip: If a question gives you data and asks whether a Poisson model is appropriate, check whether the sample mean is approximately equal to the sample variance. If they differ substantially, the Poisson model may not be suitable.
Emails arrive at a rate of 4 per hour. Find the probability of receiving exactly 6 emails in a one-hour period.
X∼Po(4)
P(X=6)=6!e−4×46=7200.01832×4096=72075.07=0.1042
If emails arrive at 4 per hour, find the probability of receiving exactly 2 emails in 30 minutes.
In 30 minutes, the mean is λ=4×0.5=2.
X∼Po(2)
P(X=2)=2!e−2×22=20.1353×4=0.2707
Accidents occur at a rate of 3 per week. Find the probability of at least one accident in a week.
Subscribe to continue reading
Get full access to this lesson and all 10 lessons in this course.