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:

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