Relating the binomial and Poisson distributions

The Poisson and binomial distributions become equivalent under a limit. Understanding this lends a helpful interpretation of the Poisson distribution. In this post, we will build our way up to the Poisson distribution under the context of owning of a coffee shop in Seattle.

The Bernoulli distribution

A given pedestrian is approaching our coffee shop. :runner:

Let be the binary random variable that indicates whether that person
(i) comes in to buy coffee (:coffee:) or
(ii) passes by and continues walking in the rain (:umbrella:). [This is Seattle!]

The Bernoulli distribution specifies the probabilities of outcome (i) as and outcome (ii) as :

:coffee:

:umbrella:

The binomial distribution

Consider today when many pedestrians are walking by our coffee shop. Let us model the outcome of whether or not each pedestrian stops by our coffee shop with the Bernoulli distribution above (same for each pedestrian). Assume each pedestrian behaves independently of what the others do.

Given :runner:’s walk by our coffee shop today, what is the probability that of them stop in to buy a coffee :coffee:? That’s the binomial distribution.

The probability of observing a particular sequence of coffee buyers and passerbys is . For example, for and , the probability of the sequence :umbrella: :umbrella: :coffee: is .

For a given and , there are different ways to arrange :coffee:’s and :umbrella:’s into a sequence. See previous post here. For and , there are ways: (1) :umbrella: :umbrella: :coffee: (2) :umbrella: :coffee: :umbrella: and (3) :coffee: :umbrella: :umbrella:.

Accounting for these different arrangements, the binomial distribution is:

:coffee:’s, :umbrella:’s

You can work out the expected value of the Bernoulli distribution to be . This is intuitive: in the long run, we expect a fraction of the pedestrians to stop in and buy a coffee.

The Poisson distribution

Now, imagine instead that we’re interested in modeling the random variable that is the count of pedestrians :runner: that walk by our coffee shop in a given hour. Suppose that on average, we see people walk by our coffee shop each hour.

Our first modeling approach might be to break up the hour into intervals of 5 minutes. There are 12 such 5 minute time intervals in an hour. Then, for each interval of 5 minutes, we can model the binary outcome of a pedestrian walking by (or not) as a Bernoulli random variable with probability .

The count of pedestrians walking by in an hour would then follow a binomial distribution with Bernoulli trials and , since we have on average pedestrians each hour.

While breaking time into discrete, consecutive intervals yields the correct average behavior, it is an inadequate way of modeling the pedestrian count since it does not allow for the possibility of:
(i) more than one pedestrian walking by in a given 5 minute interval or
(ii) greater than 12 pedestrians walking by in the hour.

We can mitigate each of the two issues above by breaking time into even smaller intervals. Breaking the hour into intervals, where each minute is a Bernoulli trial, we would set to maintain that . Since is smaller than when we had intervals, we mitigate the possibility of (i) and account for up to 60 pedestrians walking by our coffee shop to address (ii).

We can make the time intervals as small as we want under this binomial distribution framework, as long as we also make small enough such that . In the limit of infinitely small time intervals, when , holding the average fixed, we recover the Poisson distribution:

for

So, the Poisson distribution is a stochastic model of event counts in a given time interval. It partitions the time interval into infinitely small subintervals and models the binary outcome of the event of interest occurring in each interval as an independent, Bernoulli trial. To maintain an expected value of event counts of , we simultaneously need for each Bernoulli trail in the infinitely small subintervals. Below, we formalize this.

This interpretation of the Poisson process as an infinite series of identical, independent Bernoulli trials is helpful in understanding why the Poisson process is memoryless: the previous events do not affect the outcome of the future. See my previous post here.

The math of the Poisson limit theorem

For a random variable that follows the binomial distribution with trials:

Our goal is to show that we recover the Poisson distribution with average when we take the limit while holding fixed. To achieve this, we specify that both and at rates such that the average remains fixed. That is, we will show that:

First, write the limit in terms of and write the binomial term as factorials:

Then, pull out the term:

and split up the term into two products:

It suffices to show that:

since then we recover the Poisson distribution.

First, focus on the limit:

The term in the denominator cancels out terms in the product in the numerator.

The numerator is thus a th order polynomial in . As , the dominant term in the numerator is ; the sizes of the lower order terms pale in comparison. So, as , this term behaves like and consequently:

Next, focus on the limit:

As , the since is held fixed. The inside of the parentheses then approaches 1. Multiplying 1 by itself times is 1 ( is under no limit here). Consequently:

Finally, focus on the limit:

This one is famous. As directly above, the inside of the parenthesis goes to 1, but the numerator also goes to infinity. So we are multiplying a number a little more than 1 an infinite number of times. One student in the room might say the limit is equal to 1 as directly above. Another might say the limit is because we are multiplying a number [slightly] greater than one by itself many times. Both students are wrong– this limit amazingly goes to the mathematical constant , where . This is in fact a way to define the exponential constant :

See Wikipedia. You might recognize this as continuously compounding interest.

As the limit of a product of functions is the product of the limits when the limits are finite, we have proven that:

and shown the connection between the Poisson and binomial distributions.

comments powered by Disqus