De Moivre–Laplace theorem

From HandWiki
Short description: Convergence in distribution of binomial to normal distribution
Within a system whose bins are filled according to the binomial distribution (such as Galton's "bean machine", shown here), given a sufficient number of trials (here the rows of pins, each of which causes a dropped "bean" to fall toward the left or right), a shape representing the probability distribution of k successes in n trials (see bottom of Fig. 7) matches approximately the Gaussian distribution with mean np and variance np(1−p), assuming the trials are independent and successes occur with probability p.
Consider tossing a set of n coins a very large number of times and counting the number of "heads" that result each time. The possible number of heads on each toss, k, runs from 0 to n along the horizontal axis, while the vertical axis represents the relative frequency of occurrence of the outcome k heads. The height of each dot is thus the probability of observing k heads when tossing n coins (a binomial distribution based on n trials). According to the de Moivre–Laplace theorem, as n grows large, the shape of the discrete distribution converges to the continuous Gaussian curve of the normal distribution.

In probability theory, the de Moivre–Laplace theorem, which is a special case of the central limit theorem, states that the normal distribution may be used as an approximation to the binomial distribution under certain conditions. In particular, the theorem shows that the probability mass function of the random number of "successes" observed in a series of [math]\displaystyle{ n }[/math] independent Bernoulli trials, each having probability [math]\displaystyle{ p }[/math] of success (a binomial distribution with [math]\displaystyle{ n }[/math] trials), converges to the probability density function of the normal distribution with mean [math]\displaystyle{ np }[/math] and standard deviation [math]\displaystyle{ \sqrt{np(1-p)} }[/math], as [math]\displaystyle{ n }[/math] grows large, assuming [math]\displaystyle{ p }[/math] is not [math]\displaystyle{ 0 }[/math] or [math]\displaystyle{ 1 }[/math].

The theorem appeared in the second edition of The Doctrine of Chances by Abraham de Moivre, published in 1738. Although de Moivre did not use the term "Bernoulli trials", he wrote about the probability distribution of the number of times "heads" appears when a coin is tossed 3600 times.[1]

This is one derivation of the particular Gaussian function used in the normal distribution.

It is a special case of the central limit theorem because a Bernoulli process can be thought of as the drawing of independent random variables from a bimodal discrete distribution with non-zero probability only for values 0 and 1. In this case, the binomial distribution models the number of successes (i.e., the number of 1s), whereas the central limit theorem states that, given sufficiently large n, the distribution of the sample means will be approximately normal. However, because in this case the fraction of successes (i.e., the number of 1s divided by the number of trials, n) is equal to the sample mean, the distribution of the fractions of successes (described by the binomial distribution divided by the constant n) and the distribution of the sample means (approximately normal with large n due to the central limit theorem) are equivalent.

Theorem

As n grows large, for k in the neighborhood of np we can approximate[2][3]

[math]\displaystyle{ {n \choose k}\, p^k q^{n-k} \simeq \frac{1}{\sqrt{2 \pi npq}}\,e^{-\frac{(k-np)^2}{2npq}}, \qquad p+q=1,\ p, q \gt 0 }[/math]

in the sense that the ratio of the left-hand side to the right-hand side converges to 1 as n → ∞.

Proof

The theorem can be more rigorously stated as follows: [math]\displaystyle{ \left(X\!\,-\!\, np\right)\!/\!\sqrt{npq} }[/math], with [math]\displaystyle{ \textstyle X }[/math] a binomially distributed random variable, approaches the standard normal as [math]\displaystyle{ n\!\to\!\infty }[/math], with the ratio of the probability mass of [math]\displaystyle{ X }[/math] to the limiting normal density being 1. This can be shown for an arbitrary nonzero and finite point [math]\displaystyle{ c }[/math]. On the unscaled curve for [math]\displaystyle{ X }[/math], this would be a point [math]\displaystyle{ k }[/math] given by

[math]\displaystyle{ k=np+c\sqrt{npq} }[/math]

For example, with [math]\displaystyle{ c }[/math] at 3, [math]\displaystyle{ k }[/math] stays 3 standard deviations from the mean in the unscaled curve.

The normal distribution with mean [math]\displaystyle{ \mu }[/math] and standard deviation [math]\displaystyle{ \sigma }[/math] is defined by the differential equation (DE)

[math]\displaystyle{ f'\!(x)\!=\!-\!\,\frac{x-\mu}{\sigma^2}f(x) }[/math] with an initial condition set by the probability axiom [math]\displaystyle{ \int_{-\infty}^{\infty}\!f(x)\,dx\!=\!1 }[/math].

The binomial distribution limit approaches the normal if the binomial satisfies this DE. As the binomial is discrete the equation starts as a difference equation whose limit morphs to a DE. Difference equations use the discrete derivative, [math]\displaystyle{ \textstyle p(k\!+\!1)\!-\!p(k) }[/math], the change for step size 1. As [math]\displaystyle{ \textstyle n\!\to\!\infty }[/math], the discrete derivative becomes the continuous derivative. Hence the proof need show only that, for the unscaled binomial distribution,

[math]\displaystyle{ \frac{f'\!(x)}{f\!(x)}\!\cdot\! \left(-\frac{\sigma^2}{x-\mu}\right) \!\to\! 1 }[/math] as [math]\displaystyle{ n\!\to\!\infty }[/math].

The required result can be shown directly:

[math]\displaystyle{ \begin{align} \frac{f'\!(x)}{f\!(x)}\frac{npq}{np\!\,-\!\,k}\!&=\frac{p\left(n, k + 1\right) - p\left(n, k\right)}{p\left(n, k\right)}\frac{\sqrt{npq}}{-c} \\ &= \frac{np - k -q}{kq+q}\frac{\sqrt{npq}}{-c} \\ &= \frac{-c\sqrt{npq} -q}{npq + cq\sqrt{npq}+q}\frac{\sqrt{npq}}{-c} \\ & \to 1 \end{align} }[/math]

The last holds because the term [math]\displaystyle{ -cnpq }[/math] dominates both the denominator and the numerator as [math]\displaystyle{ n\!\to\!\infty }[/math].

As [math]\displaystyle{ \textstyle k }[/math] takes just integral values, the constant [math]\displaystyle{ \textstyle c }[/math] is subject to a rounding error. However, the maximum of this error, [math]\displaystyle{ \textstyle {0.5}/\!\sqrt{npq} }[/math], is a vanishing value.[4]

Alternative proof

The proof consists of transforming the left-hand side (in the statement of the theorem) to the right-hand side by three approximations.

First, according to Stirling's formula, the factorial of a large number n can be replaced with the approximation

[math]\displaystyle{ n! \simeq n^n e^{-n}\sqrt{2 \pi n}\qquad \text{as } n \to \infty. }[/math]

Thus

[math]\displaystyle{ \begin{align}{n \choose k} p^k q^{n-k} & = \frac{n!}{k!(n-k)!} p^k q^{n-k} \\& \simeq \frac{n^n e^{-n}\sqrt{2\pi n} }{k^ke^{-k}\sqrt{2\pi k} (n-k)^{n-k}e^{-(n-k)}\sqrt{2\pi (n-k)}} p^k q^{n-k}\\&=\sqrt{\frac{n}{2\pi k\left(n-k\right)}}\frac{n^n}{k^k\left(n-k\right)^{n-k}}p^kq^{n-k}\\&=\sqrt{\frac{n}{2\pi k\left(n-k\right)}}\left(\frac{np}{k}\right)^k\left(\frac{nq}{n-k}\right)^{n-k}\end{align} }[/math]

Next, the approximation [math]\displaystyle{ \tfrac{k}{n} \to p }[/math] is used to match the root above to the desired root on the right-hand side.

[math]\displaystyle{ \begin{align}{n \choose k} p^k q^{n-k} & \simeq \sqrt{\frac{1}{2\pi n\frac{k}{n}\left(1-\frac{k}{n}\right)}}\left(\frac{np}{k}\right)^{k} \left(\frac{nq}{n-k}\right)^{n-k}\\&\simeq\frac{1}{\sqrt {2\pi npq}}\left(\frac{np}{k}\right)^{k} \left(\frac{nq}{n-k}\right)^{n-k} \qquad p+q=1\\ \end{align} }[/math]

Finally, the expression is rewritten as an exponential and the Taylor Series approximation for ln(1+x) is used:

[math]\displaystyle{ \ln\left(1+x\right)\simeq x-\frac{x^2}{2}+\frac{x^3}{3}-\cdots }[/math]

Then

[math]\displaystyle{ \begin{align}{n \choose k} p^k q^{n-k} &\simeq \frac{1}{\sqrt {2\pi npq}}\exp\left\{\ln \left( \left(\frac{np}{k}\right)^{k} \right)+\ln \left( \left(\frac{nq}{n-k}\right)^{n-k}\right)\right\}\\ &=\frac{1}{\sqrt {2\pi npq}}\exp\left\{-k\ln\left(\frac{k}{np}\right)+(k-n)\ln \left(\frac{n-k}{nq}\right)\right\}\\&=\frac{1}{\sqrt {2\pi npq}}\exp\left\{-k\ln\left(\frac{np+x\sqrt{npq}}{np}\right)+(k-n)\ln \left(\frac{n-np-x\sqrt{npq}}{nq}\right)\right\}\\&=\frac{1}{\sqrt {2\pi npq}}\exp\left\{-k\ln\left({1+x\sqrt\frac{q}{np}}\right)+(k-n)\ln \left({1-x\sqrt\frac{p}{nq}}\right)\right\}\qquad p+q=1\\&=\frac{1}{\sqrt {2\pi npq}}\exp\left\{-k\left({x\sqrt\frac{q}{np}}-\frac{x^2q}{2np}+\cdots\right)+(k-n) \left({-x\sqrt\frac{p}{nq}-\frac{x^2p}{2nq}}-\cdots\right)\right\}\\&=\frac{1}{\sqrt {2\pi npq}}\exp\left\{\left(-np-x\sqrt{npq}\right)\left({x\sqrt\frac{q}{np}}-\frac{x^2q}{2np}+\cdots\right)+\left(np+x\sqrt{npq}-n\right) \left(-x\sqrt\frac{p}{nq}-\frac{x^2p}{2nq}-\cdots\right)\right\}\\&=\frac{1}{\sqrt {2\pi npq}}\exp\left\{\left(-np-x\sqrt{npq}\right)\left(x\sqrt\frac{q}{np}-\frac{x^2q}{2np}+\cdots\right)-\left(nq-x\sqrt{npq}\right) \left(-x\sqrt\frac{p}{nq}-\frac{x^2p}{2nq}-\cdots\right)\right\}\\&=\frac{1}{\sqrt {2\pi npq}}\exp\left\{\left(-x\sqrt{npq}+\frac{1}{2}x^2q-x^2q+\cdots\right)+\left(x\sqrt{npq}+\frac{1}{2}x^2p-x^2p-\cdots\right) \right\}\\&=\frac{1}{\sqrt {2\pi npq}}\exp\left\{-\frac{1}{2}x^2q-\frac{1}{2}x^2p-\cdots\right\}\\&=\frac{1}{\sqrt {2\pi npq}}\exp\left\{-\frac{1}{2}x^2(p+q)-\cdots\right\}\\&\simeq\frac{1}{\sqrt {2\pi npq}}\exp\left\{-\frac{1}{2}x^2\right\}\\&=\frac{1}{\sqrt {2\pi npq}}e^\frac{-(k-np)^2}{2npq}\\ \end{align} }[/math]

Each "[math]\displaystyle{ \simeq }[/math]" in the above argument is a statement that two quantities are asymptotically equivalent as n increases, in the same sense as in the original statement of the theorem—i.e., that the ratio of each pair of quantities approaches 1 as n → ∞.

See also

Notes

  1. Walker, Helen M (1985). "De Moivre on the law of normal probability". in Smith, David Eugene. A source book in mathematics. Dover. p. 78. ISBN 0-486-64690-4. http://www.york.ac.uk/depts/maths/histstat/demoivre.pdf. "But altho’ the taking an infinite number of Experiments be not practicable, yet the preceding Conclusions may very well be applied to finite numbers, provided they be great, for Instance, if 3600 Experiments be taken, make n = 3600, hence ½n will be = 1800, and ½√n 30, then the Probability of the Event’s neither appearing oftner than 1830 times, nor more rarely than 1770, will be 0.682688." 
  2. Papoulis, Athanasios; Pillai, S. Unnikrishna (2002). Probability, Random Variables, and Stochastic Processes (4th ed.). Boston: McGraw-Hill. ISBN 0-07-122661-3. 
  3. Feller, W. (1968). An Introduction to Probability Theory and Its Applications. 1. Wiley. Section VII.3. ISBN 0-471-25708-7. 
  4. Thamattoor, Ajoy (2018). "Normal limit of the binomial via the discrete derivative". The College Mathematics Journal 49 (3): 216–217. doi:10.1080/07468342.2018.1440872.