Skip to main content

Relation between Binomial and Poisson distributions

note

Content here is mainly sourced (copied?) from here

The Poisson distribution is actually a limiting case of a Binomial distribution when the number of trials, , gets very large and , the probability of success, is small. As a rule of thumb, if and , the Poisson distribution (taking ) can provide a very good approximation to the binomial distribution.

This is particularly useful as calculating the combinations inherent in the probability formula associated with the binomial distribution can become difficult when is large.

To better see the connection between these two distributions, consider the binomial probability of seeing x successes in trials, with the aforementioned probability of success, , as shown below.

Let us denote the expected value of the binomial distribution, , by . Note, this means that

and since ,

Now, if we use this to rewrite in terms of , , and , we obtain

Using the standard formula for the combinations of things taken at a time and some simple properties of exponents, we can further expand things to

Notice that there are exactly factors in the numerator of the first fraction. Let us swap denominators between the first and second fractions, splitting the across all of the factors of the first fraction's numerator.

Finally, let us split the last factor into two pieces, noting (for those familiar with Calculus) that one has a limit of .

It should now be relatively easy to see that if we took the limit as n approaches infinity, keeping and fixed, the first fractions in this expression would tend towards , as would the last factor in the expression. The second to last factor, as was mentioned before, tends towards , and the remaining factor stays unchanged as it does not depend on . As such,

Which is what we wished to show.