Probability MC3020
Probability MC3020
Probability MC3020
Probability Distribution
Recall
Bernoulli Distribution
Binomial Distribution
The Binomial distribution counts the number of success in a fixed number of
Bernoulli trials.
𝑋~𝐵𝑖𝑛(𝑛, 𝑝)
Poisson Distribution
A distribution that counts the number of random events in a fixed
space of time is the Poisson distribution.
Some examples:
i. The number of cases of a disease in different towns.
ii. The number of births per hour during a given day.
iii. The number of particles emitted by a radioactive source in a given time.
iv. The numbers of calls arrive at a switch board per hour.
v. The number of customers that enter a store during a 15 minutes
interval.
vi. The number of printing errors per page of a book.
Poisson process
𝑒 −0.4285 0.42852
P(Two accidents on a given day) = p(Y=2) =
2!
Example 2:
Births in a hospital occur randomly at an average rate of 1.8 births
per hour. What is the probability of observing 4 births in a given
hour at the hospital?
Solution:
• Let 𝑋 = Number of births in a given hour
• Events occur randomly
• Mean rate 𝜆 = 1.8
⟹ 𝑋~𝑃𝑜𝑖(1.8)
• We can now use the formula to calculate the probability of
observing exactly 4 births in a given hour
What about the probability of observing more than or equal to 2
births in a given hour at the hospital?
We want 𝑃(𝑋 ≥ 2) = 𝑃(𝑋 = 2) + 𝑃(𝑋 = 3) + . . .
= 1 − 𝑃(𝑋 < 2)
= 1 − (𝑃(𝑋 = 0) + 𝑃(𝑋 = 1))
Changing the size of the interval
Suppose we know that births in a hospital occur randomly at an
average rate of 1.8 births per hour.
What is the probability that we observe 5 births in a given 2 hours
interval?
if births occur randomly at a rate of 1.8 births per 1 hour interval
Then births occur randomly at a rate of 3.6 births per 2 hours
interval
Let 𝑌 = No. of births in a 2 hours period
Then 𝑌 ∼ 𝑃𝑜(3.6)
If 𝑛 is large (say > 50) and 𝑝 is small (say < 0.1) then a
𝐵𝑖𝑛(𝑛, 𝑝) can be approximated with a 𝑃𝑖𝑜(𝜆) where 𝜆 = 𝑛𝑝.
Example 4:
Given that 5% of a population are left-handed, use the Poisson
distribution to estimate the probability that a random sample of
100 people contains 2 or more left-handed people.
Solution:
• 𝑋 = No. of left handed people in a sample of 100
• 𝑋 ∼ 𝐵𝑖𝑛(100, 0.05)
• Poisson approximation ⇒ 𝑋 ∼ 𝑃𝑖𝑜(𝜆) with
𝜆 = 100 × 0.05 = 5
𝑃 𝑋 ≥ 2 = 1 − 𝑃 𝑋 < 2
= 1 − 𝑃(𝑋 = 0) + 𝑃(𝑋 = 1)
Note: If we use the exact Binomial distribution we get the answer 0.96292.
Example 5:
Binomial Distribution
Poisson process
Number of events occurred in a fixed time interval
𝑒 −𝜆 𝜆𝑥
A Poisson distribution is defined as P[X=x] =
𝑥!
𝑋~𝑃𝑜𝑖(𝜆)
(i) E(X)=
(ii) Var(X)=