Poisson Probability distribution Examples and Questions

\( \)\( \)\( \)\( \)

Poisson probability distribution is used in situations where events occur randomly and independently a number of times on average during an interval of time or space. The random variable \( X \) associated with a Poisson process is discrete and therefore the Poisson distribution is discrete.

Poisson Process Examples and Formula

Example 1
These are examples of events that may be described as Poisson processes:



Conditions for a Poisson distribution are
1) Events are discrete, random and independent of each other.
2) The average number of times of occurrence of the event is constant over the same period of time.
3) Probabilities of occurrence of event over fixed intervals of time are equal.
4) Two events cannot occur at the same time; they are mutually exclusive.

In a Poisson distribution, if an event happens an average \( \lambda \) times over a period \( T \) of time or space, the probability that it will happen \( x \) times over a period of time \( T \) is given by
\[ P(X = x) = \dfrac{e^{-\lambda}\lambda^x}{x!} \] where \( e \approx 2.7182818\) is the base of the natural logarithm, \( x! \) is the factorial of \( x \) defined as \( x! = 1 \times 2 \times 3 ... \times (x - 1) \times x \) and \( x = 0, 1, 2, ....\infty \)
Below we show the graphs of \( P(X) \) for several values of the average \( \lambda \) and we note that the probability is maximum for \( x \) close to the average \( \lambda \) and decreases as \( x \) takes larger values which makes sense.

Poisson distributions



Compare Binomial and Poisson Distributions

A binomial distribution has two parameters: the number of trials \( n \) and the probability of success \( p \) at each trial while a Poisson distribution has one parameter which is the average number of times \( \lambda \) that the event occur over a fixed period of time.
In the binomial distribution \( x \) is an integer taking values over the interval \( [0 , n] \) , while in the Poisson distribution \( x \) is an integer taking values over the interval \( [0 , \infty) \)



Poisson distribution Examples with Detailed Solutions

The best way to explain the formula for the Poisson distribution is to solve the following example.

Example 2
My computer crashes on average once every 4 months;
a) What is the probability that it will not crash in a period of 4 months?
b) What is the probability that it will crash once in a period of 4 months?
c) What is the probability that it will crash twice in a period of 4 months?
d) What is the probability that it will crash three times in a period of 4 months?

Solution to Example 2
a)
The average \( \lambda = 1 \) every 4 months. Hence the probability that my computer does not crashe in a period of 4 months is written as \( P(X = 0) \) and given by
\( P(X = 0) = \dfrac{e^{-\lambda}\lambda^x}{x!} = \dfrac{e^{-1} 1^0}{0!} = 0.36787 \)
b)
The average \( \lambda = 1 \) every 4 months. Hence the probability that my computer crashes once in a period of 4 months is written as \( P(X = 1) \) and given by
\( P(X = 1) = \dfrac{e^{-\lambda}\lambda^x}{x!} = \dfrac{e^{-1} 1^1}{1!} = 0.36787 \)
c)
\( P(X = 2) = \dfrac{e^{-\lambda}\lambda^x}{x!} = \dfrac{e^{-1} 1^2}{2!} = 0.18393 \)
d)
\( P(X = 3) = \dfrac{e^{-\lambda}\lambda^x}{x!} = \dfrac{e^{-1} 1^3}{3!} = 0.06131 \)



Example 3
A customer help center receives on average 3.5 calls every hour.
a) What is the probability that it will receive at most 4 calls every hour?
b) What is the probability that it will receive at least 5 calls every hour?

Solution to Example 3
a)
at most 4 calls means no calls, 1 call, 2 calls, 3 calls or 4 calls.
\( P(X \le 4) = P(X=0 \; or \; X=1 \; or \; X=2 \; or \; X=3 \; or \; X=4) \)
\( = P(X=0) + P(X=1) + P(X=2) + P(X=3) + P(X=4) \)
\( = \dfrac{e^{-3.5} 3.5^0}{0!} + \dfrac{e^{-3.5} 3.5^1}{1!} + \dfrac{e^{-3.5} 3.5^2}{2!} + \dfrac{e^{-3.5} 3.5^3}{3!} + \dfrac{e^{-3.5} 3.5^4}{4!} + \)
\( = 0.03020 + 0.10569 + 0.18496 + 0.21579 + 0.18881 = 0.72545 \)
b)
At least 5 class means 5 calls or 6 calls or 7 calls or 8 calls, ... which may be written as \( x \ge 5 \)
\( P(X \ge 5) = P(X=5 \; or \; X=6 \; or \; X=7 \; or \; X=8... ) \)
The above has an infinite number of terms. The probability of the complement may be used as follows
\( P(X \ge 5) = P(X=5 \; or \; X=6 \; or \; X=7 ... ) = 1 - P(X \le 4) \)
\( P(X \le 4) \) was already computed above. Hence
\( P(X \ge 5) = 1 - P(X \le 4) = 1 - 0.7254 = 0.2746 \)



Example 4
A person receives on average 3 e-mails per hour.
a) What is the probability that he will receive 5 e-mails over a period two hours?
a) What is the probability that he will receive more than 2 e-mails over a period two hours?

Solution to Example 4
a)
We are given the average per hour but we asked to find probabilities over a period of two hours. We therefore need to find the average \( \lambda \) over a period of two hours.
\( \lambda = 3 \times 2 = 6 \) e-mails over 2 hours
The probability that he will receive 5 e-mails over a period two hours is given by the Poisson probability formula
\( P(X = 5) = \dfrac{e^{-\lambda}\lambda^x}{x!} = \dfrac{e^{- 6} 6^5}{5!} = 0.16062 \)
b)
More than 2 e-mails means 3 e-mails or 4 e-mails or 5 e-mails ....
\( P(X \gt 2) = P(X=3 \; or \; X=4 \; or \; X=5 ... ) \)
Using the complement
\( = 1 - P(X \le 2) \)
\( = 1 - ( P(X = 0) + P(X = 1) + P(X = 2) ) \)
Substitute by formulas
\( = 1 - ( \dfrac{e^{-6}6^0}{0!} + \dfrac{e^{-6}6^1}{1!} + \dfrac{e^{-6}6^2}{2!} ) \)
\( = 1 - (0.00248 + 0.01487 + 0.04462 ) \)
\( = 0.93803 \)



Example 5
The frequency table of the goals scored by a football player in each of his first 35 matches of the seasons is shown below.

Goals Scored , \( x \) 0 1 2 3 \( \gt \) 3
Frequency (Matches) , \( f \) 12 15 6 2 0
Assuming that the goals scored may be approximated by a Poisson distribution, find the probability that the player scores
a) one goal in a given match
b) at least one goal in a given match

Solution to Example 5
a)
We first calculate the mean \( \lambda\)
\( \lambda = \dfrac{\Sigma f \cdot x}{\Sigma f} = \dfrac{12 \cdot 0 + 15 \cdot 1 + 6 \cdot 2 + 2 \cdot 3 }{ 12 + 15 + 6 + 2} \approx 0.94 \)
The probability that he will score one goal in a match is given by the Poisson probability formula
\( P(X = 1) = \dfrac{e^{-\lambda}\lambda^x}{x!} = \dfrac{e^{- 0.94} 0.94^1}{1!} = 0.36719 \)
b)
Al least one goal means 1 or 2 or 3 or 4 .... goals
\( P(X \ge 1) = P(X=1 \; or \; X=2 \; or \; X=3 ... ) \)
Using the complement
\( = 1 - P(X = 0) \)
Substitute by formulas
\( = 1 - \dfrac{e^{-0.94}0.94^0}{0!} \)
\( = 1 - 0.39062 \)
\( = 0.60938 \)



Example 6
The number of defective items returned each day, over a period of 100 days, to a shop is shown below.

Number of Defective Items, \( x \) 0 1 2 3 4 \( \gt \) 4
Frequency (days) , \( f \) 50 20 15 10 5 0
Assuming that the number of defective items may be approximated by a Poisson distribution, find the probability that
a) no defective item is returned on a given day
b) three or more defective items are returned on a given day

Solution to Example 6
a)
We first calculate the mean \( \lambda\)
\( \lambda = \dfrac{\Sigma f \cdot x}{\Sigma f} = \dfrac{50 \cdot 0 + 20 \cdot 1 + 15 \cdot 2 + 10 \cdot 3 + 5 \cdot 4 }{ 50 + 20 + 15 + 10 + 5} = 1 \)
The probability that no defective item is returned is given by the Poisson probability formula
\( P(X = 0) = \dfrac{e^{-\lambda}\lambda^x}{x!} = \dfrac{e^{- 1} 1^0}{0!} = 0.36787 \)
b)
At least three or more defective items are returned means 3 or 4 or 5 .... itmes or \( x \ge 3 \)
\( P(X \ge 3) = P(X=3 \; or \; X=4 \; or \; X=5 ... ) \)
Using the complement
\( = 1 - P(X=0 \; or \; X=1 \; or \; X=2) \)
Use the sum formula of probabilities and Poisson by formula
\( = 1 - (\dfrac{e^{-1} 1^0}{0!} + \dfrac{e^{-1} 1^1}{1!} + \dfrac{e^{- 1} 1^2}{2!}) \)
\( = 1 - 0.91969 \)
\( = 0.08031 \)



More References and links

Poisson Probability Distribution Calculator
Binomial Probabilities Examples and Questions
addition rule of probabilities
multiplication rule of probabilities
probability questions
classical formula for probability
mutually exclusive events
Introduction to Probabilities
sample space
event
elementary statistics and probabilities.
Home Page