Lesson 12: The Poisson Distribution

Lesson 12: The Poisson Distribution
Video variance approaches 0 for poisson

Solution

Can you convince yourself that (X) is a binomial random variable? Hmmm…. let’s see… there are two possible outcomes (defective or not), the 100 trials of selecting the bulbs from the assembly line can be assumed to be performed in an identical and independent manner, and the probability of getting a defective bulb can be assumed to be constant from trial to trial. So, (X) is indeed a binomial random variable. Well, calculating the probability is easy enough then… we just need to use the cumulative binomial table with (n=100) and (p=0.05)…. Oops! The table won’t help us here, will it? Even many standard calculators would have trouble calculating the probability using the p.m.f.:

(P(Xleq 3)=dbinom{100}{0}(0.05)^0 (0.95)^{100}+cdots+dbinom{100}{3}(0.05)^3 (0.95)^{97})

Using a statistical software package (Minitab), I was able to use the binomial p.m.f. to determine that:

(P(Xle 3)=0.0059205+0.0311607+0.0811818+0.1395757=0.25784)

But, if you recall the way that we derived the Poisson distribution,… we started with the binomial distribution and took the limit as n approached infinity. So, it seems reasonable then that the Poisson p.m.f. would serve as a reasonable approximation to the binomial p.m.f. when your (n) is large (and therefore, (p) is small). Let’s calculate (P(Xle 3)) using the Poisson distribution and see how close we get. Well, the probability of success was defined to be:

(p=dfrac{lambda}{n})

Therefore, the mean (lambda) is:

(lambda=np)

The cumulative Poisson probability table tells us that finding (P(Xle 3)=0.265). That is, if there is a 5% defective rate, then there is a 26.5% chance that the a randomly selected batch of 100 bulbs will contain at most 3 defective bulbs. More importantly, since we have been talking here about using the Poisson distribution to approximate the binomial distribution, we should probably compare our results. When we used the binomial distribution, we deemed (P(Xle 3)=0.258), and when we used the Poisson distribution, we deemed (P(Xle 3)=0.265). Not too bad of an approximation, eh?

  Abductive reasoning (abductive approach)

It is important to keep in mind that the Poisson approximation to the binomial distribution works well only when (n) is large and (p) is small. In general, the approximation works well if (nge 20) and (ple 0.05), or if (nge 100) and (ple 0.10).