Poisson approximation to the binomial distribution proof

Theorem

Let $X$ be a discrete random variable which has the binomial distribution with parameters $n$ and $p$.

Then for $\lambda = n p$, $X$ can be approximated by a Poisson distribution with parameter $\lambda$:

$\ds \lim_{n \mathop \to \infty} \binom n k p^k \paren {1 - p}^{n - k} = \frac {\lambda^k} {k!} e^{-\lambda}$

Proof

Let $X$ be as described.

Let $k \in \Z_{\ge 0}$ be fixed.

We write $p = \dfrac \lambda n$ and suppose that $n$ is large.


Then:

\(\ds \lim_{n \mathop \to \infty} \binom n k p^k \paren {1 - p}^{n - k}\) \(=\) \(\ds \lim_{n \mathop \to \infty} \binom n k \paren {\frac \lambda n}^k \paren {1 - \frac \lambda n}^n \paren {1 - \frac \lambda n}^{-k}\)
\(\ds \) \(=\) \(\ds \lim_{n \mathop \to \infty} \frac {n^k} {k!} \paren {\frac \lambda n}^k \paren {1 - \frac \lambda n}^n \paren {1 - \frac \lambda n}^{-k}\) Limit to Infinity of Binomial Coefficient over Power
\(\ds \) \(=\) \(\ds \lim_{n \mathop \to \infty} \frac 1 {k!} \lambda^k \paren {1 + \frac {-\lambda} n}^n \paren {1 - \frac \lambda n}^{-k}\) canceling $n^k$ from numerator and denominator
\(\ds \) \(=\) \(\ds \dfrac {\lambda^k} {k!} \lim_{n \mathop \to \infty} \paren {1 + \frac {-\lambda} n}^n \paren {1 - \frac \lambda n}^{-k}\) moving $\dfrac {\lambda^k} {k!}$ outside of the limit
\(\ds \) \(=\) \(\ds \dfrac {\lambda^k} {k!} \lim_{n \mathop \to \infty} \paren {1 + \frac {-\lambda} n}^n \lim_{n \mathop \to \infty} \paren {1 - \frac \lambda n}^{-k}\) Combination Theorem for Limits of Functions/Product Rule
\(\ds \) \(=\) \(\ds \dfrac {\lambda^k} {k!} \lim_{n \mathop \to \infty} \paren {1 + \frac {-\lambda} n}^n \lim_{n \mathop \to \infty} \paren {1 - \frac k n}^{-k}\) $\lambda = n p$
\(\ds \) \(=\) \(\ds \frac {\lambda^k} {k!} e^{-\lambda} \paren {1 }\) Definition of Exponential Function
\(\ds \) \(=\) \(\ds \frac {\lambda^k} {k!} e^{-\lambda}\)


Hence the result.

$\blacksquare$

Sources

  • 1986: Geoffrey Grimmett and Dominic Welsh: Probability: An Introduction ... (previous) ... (next): $\S 2.2$: Examples

Poisson approximation to the binomial distribution proof
     
Poisson approximation to the binomial distribution proof
  • About
  • Statistics
  • Number Theory
  • Java
  • Data Structures
  • Cornerstones
  • Calculus

The Poisson distribution is actually a limiting case of a Binomial distribution when the number of trials, n, gets very large and p, the probability of success, is small. As a rule of thumb, if $n \ge 100$ and $np \le 10$, the Poisson distribution (taking $\lambda = np$) 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 $n$ is large.

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

$$P(x)={}_nC_x p^x q^{n-x}$$

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

$$p=\frac{\lambda}{n}$$

and since $q=1-p$,

$$q=1-\frac{\lambda}{n}$$

Now, if we use this to rewrite $P(x)$ in terms of $\lambda$, $n$, and $x$, we obtain

$$P(x) = {}_nC_x \left( \frac{\lambda}{n} \right)^x \left( 1-\frac{\lambda}{n} \right)^{n-x}$$

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

$$P(x) = \frac{n(n-1)(n-2) \cdots (n-x+1)}{x!} \cdot \frac{\lambda^x}{n^x} \left( 1 - \frac{\lambda}{n} \right)^{n-x}$$

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

$$P(x) = \frac{n}{n} \cdot \frac{n-1}{n} \cdots \frac{n-x+1}{n} \cdot \frac{\lambda^x}{x!}\left( 1 - \frac{\lambda}{n} \right)^{n-x}$$

Finally, let us split the last factor into two pieces, noting (for those familiar with Calculus) that one has a limit of $e^{-\lambda}$.

$$P(x) = \frac{n}{n} \cdot \frac{n-1}{n} \cdots \frac{n-x+1}{n} \cdot \frac{\lambda^x}{x!}\left( 1 - \frac{\lambda}{n} \right)^n \left( 1 - \frac{\lambda}{n} \right)^{-x}$$

It should now be relatively easy to see that if we took the limit as $n$ approaches infinity, keeping $x$ and $\lambda$ fixed, the first $x$ fractions in this expression would tend towards 1, as would the last factor in the expression. The second to last factor, as was mentioned before, tends towards $e^{-\lambda}$, and the remaining factor stays unchanged as it does not depend on $n$. As such, $$\lim_{n \rightarrow \infty} P(x) = \frac{e^{-\lambda} \lambda^x}{x!}$$

Which is what we wished to show.

How can you approximate Poisson distribution from the binomial distribution?

The result is very close to the result obtained above dpois(x = 1, lambda = 1) =0.3678794. The appropriate Poisson distribution is the one whose mean is the same as that of the binomial distribution; that is, λ=np, which in our example is λ=100×0.01=1.

When can you use Poisson to approximate binomial?

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

How do you find Poisson approximation?

Calculating the Poisson Distribution The Poisson Distribution pmf is: P(x; μ) = (e-μ * μx) / x! Where: The symbol “!” is a factorial. μ (the expected number of occurrences) is sometimes written as λ.

How do you find the approximate approximation to the binomial?

If X is a random variable that follows a binomial distribution with n trials and p probability of success on a given trial, then we can calculate the mean (μ) and standard deviation (σ) of X using the following formulas: μ = np. σ = √np(1-p)