see also:Β Binomial Distribution vs Poisson Distribution
Binomial Distribution Approximating with Poisson is 1 of 2Β Binomial Distributionβs Special Cases
Binomial β Poisson
π΅πππππππ(π,π)Β βΒ ππππ π ππ(Ξ»)
where:
- πΒ β₯Β 30
- πΒ β€Β 0.05
- ππ = π
When πΒ is large (πΒ β₯Β 0.95), the ππππ π ππΒ approximation is applicable too. The probability of a failure (πΒ = 1Β β π)Β is small in this case. Then, we can approximate the number of failures, which is also Binomial, by a Poisson distribution
Mathematically, it means the closeness of Binomial and Poisson probability mass function:
/binomial-distribution---approximating-with-poisson-distribution/closeness-of-binomial-and-poisson-pmf.png)
Example
97% of electronic messages are transmitted with no error. What is the probability that out of 200 messages, at least 195 will be transmitted correctly?
Let π be the number of correctly transmitted messages. It is the number of successes in 200 Bernoulli trials, thus π is Binomial with π = 200 and π = 0.97. The Poisson approximation cannot be applied to π because π is too large. However, the number of failures π is also Binomial, with parameters π = 200 and π = 0.03, and it is approximately Poisson with πΒ =Β ππ = 6
- π {π β₯ 195} = π {π β€ 5}
- π {π β€ 5} = ππππ π ππ-πΆπ·πΉπ(5)
- π {π β€ 5} = π΄(π-6)(6π₯/π₯!)
- π {π β€ 5}Β = (π-6)π΄0β€π₯β€5(6π₯/π₯!)
- π {π β€ 5}Β β 0.445680
- π {π β₯ 195}Β βΒ 0.445680
There is a great variety of applications involving a large number of trials with a small probability of success. If the trials are not independent, the number of successes is not Binomial, in general. However, if dependence is weak, the use of Poisson approximation in such problems can still produce remarkably accurate results