Central limit theorem
From Wikipedia, the free encyclopedia
Categories: Articles needing additional references from January 2008 | All articles with unsourced statements | Articles with unsourced statements since January 2008 | Mathematics articles needing expert attention | Articles needing expert attention | Pages needing expert attention | Probability theory | Mathematical theorems | Statistics | Articles containing proofs | Statistical theorems
The central limit theorem (CLT) states that if the sum of independent identically distributed random variables has a finite variance, then it will be approximately normally distributed (i.e., following a Gaussian distribution, or bell-shaped curve). Formally, a central limit theorem is any of a set of weak-convergence results in probability theory. They all express the fact that any sum of many independent and identically-distributed random variables will tend to be distributed according to a particular "attractor distribution". Since many real populations yield distributions with finite variance, this explains the high frequency occurrence of the normal probability distribution. For other generalizations for finite variance which do not require identical distribution, see Lindeberg condition, Lyapunov condition, Gnedenko and Kolmogorov states.
HistoryTijms (2004, p.169) writes:
A thorough account of the theorem's history, detailing Laplace's foundational work, as well as Cauchy's, Bessel's and Poisson's contributions, is provided by Hald.[1] Two historic accounts, one covering the development from Laplace to Cauchy, the second the contributions by von Mises, Pólya, Lindeberg, Lévy, and Cramér during the 1920s, are given by Hans Fischer.[2] See Bernstein (1945) for a historical discussion focusing on the work of Pafnuty Chebyshev and his students Andrey Markov and Aleksandr Lyapunov that led to the first proofs of the C.L.T. in a general setting. Classical central limit theoremThe central limit theorem is also known as the second fundamental theorem of probability. (The Law of large numbers is the first.) Let X1, X2, X3, ... be a set of n independent and identically distributed random variables having finite values of mean µ and variance Failed to parse (Missing texvc executable; please see math/README to configure.): \sigma^2>0 . The central limit theorem states that as the sample size n increases, the distribution of the sample average approaches the normal distribution with a mean µ and variance Failed to parse (Missing texvc executable; please see math/README to configure.): \sigma^2 /n irrespective of the shape of the original distribution. Let the sum of the random variables be Sn, given by Sn = X1 + ... + Xn. Then, defining
or,
where
is the sample mean. [3] [4] Proof of the central limit theoremFor a theorem of such fundamental importance to statistics and applied probability, the central limit theorem has a remarkably simple proof using characteristic functions. It is similar to the proof of a (weak) law of large numbers. For any random variable, Y, with zero mean and unit variance (var(Y) = 1), the characteristic function of Y is, by Taylor's theorem,
Convergence to the limitIf the third central moment E((X1 − μ)3) exists and is finite, then the above convergence is uniform and the speed of convergence is at least on the order of 1/n½ (see Berry-Esséen theorem). The convergence normal is monotonic, in the sense that the entropy of Failed to parse (Missing texvc executable; please see math/README to configure.): Z_n increases monotonically to that of the normal distribution, as proven by Artstein, Ball, Barthe and Naor[citation needed]. Pictures of a distribution being "smoothed out" by summation (showing original density of distribution and three subsequent summations, obtained by convolution of density functions):
A graphical representation of the central limit theorem can be formed by plotting random means of a population. Consider An. An will represent the mean of a random sample and Xn represents a single random variable from the sample: An = (X1 + ... + Xn) / n. N represents the size of the population. Derive An from 1 to whichever sample size. A1 = (X1) / 1 A2 = (X1 + X2)/ 2 A3 = (X1 + X2 + X3)/3 For the CLT, it is recommended to plot the means upwards to 30 points (sample size 30).If we standardize An by setting Zn = (An - μ) / (σ / n½), we obtain the same variable Zn as above, and it approaches a standard normal distribution. The Central Limit Theorem, as an approximation for a finite number of observations, provides a reasonable approximation only when close to the peak of the normal distribution; it requires a very large number of observations to stretch into the tails. The Central Limit theorem also applies to sums of independent and identical discrete random variables, although in this case the convergence of the sum toward a normal distribution has singular properties: namely, a sum of discrete random variables is still a discrete random variable, so that we are confronted to a series of discrete random variables whose probability distribution converges towards a probability density function corresponding to a continuous variable (namely the normal distribution). This means that if we build a histogram of the realisations of the sum of n independent identical discrete variables, the curve that joins the centers of the upper faces of the rectangles forming the histogram converges toward a gaussian curve as n approaches Failed to parse (Missing texvc executable; please see math/README to configure.): \infty . The binomial distribution article details such an application of the central limit theorem in the simple case of a discrete variable taking only two possible values. Relation to the law of large numbersThe law of large numbers as well as The Central Limit Theorem are partial solutions to a general problem: "What is the limiting behavior of Sn as n approaches infinity?" In mathematical analysis, asymptotic series is one of the most popular tools employed to approach such questions. Suppose we have an asymptotic expansion of f(n): Failed to parse (Missing texvc executable; please see math/README to configure.): f(n)= a_1 \varphi_{1}(n)+a_2 \varphi_{2}(n)+O(\varphi_{3}(n)) \ (n \rightarrow \infty).
and taking the limit will produce Failed to parse (Missing texvc executable; please see math/README to configure.): a_{1}
- the coefficient at the highest-order term in the expansion representing the rate at which Failed to parse (Missing texvc executable; please see math/README to configure.): f(n)
changes in its leading term.
Failed to parse (Missing texvc executable; please see math/README to configure.): \lim_{n\to\infty}\frac{f(n)}{\varphi_{1}(n)}=a_1.
grows approximately as Failed to parse (Missing texvc executable; please see math/README to configure.): a_1 \varphi_{1}(n)
". Taking the difference between Failed to parse (Missing texvc executable; please see math/README to configure.): f(n) and its approximation and then dividing by the next term in the expansion we arrive to a more refined statement about Failed to parse (Missing texvc executable; please see math/README to configure.): f(n) Failed to parse (Missing texvc executable; please see math/README to configure.): \lim_{n\to\infty}\frac{f(n)-a_1 \varphi_{1}(n)}{\varphi_{2}(n)}=a_2
Informally, something along these lines is happening when Sn is being studied in classical probability theory. Under certain regularity conditions, by The Law of Large Numbers, Failed to parse (Missing texvc executable; please see math/README to configure.): \frac{S_n}{n} \rightarrow \mu
and by The Central Limit Theorem, Failed to parse (Missing texvc executable; please see math/README to configure.): \frac{S_n-n\mu}{\sqrt{n}} \rightarrow \xi
where Failed to parse (Missing texvc executable; please see math/README to configure.): \xi is distributed as Failed to parse (Missing texvc executable; please see math/README to configure.): N(0,\sigma^2) which provide values of first two constants in informal expansion: Failed to parse (Missing texvc executable; please see math/README to configure.): S_n \approx \mu n+\xi \sqrt{n}.
for some Failed to parse (Missing texvc executable; please see math/README to configure.): 1 \le \beta <2
then Failed to parse (Missing texvc executable; please see math/README to configure.): \frac{S_n-n\mu}{n^{\frac{1}{\beta}}} \to 0
hence Failed to parse (Missing texvc executable; please see math/README to configure.): \sqrt{n}
is the largest power of n which if serves as a normalizing function would provide a non-trivial (non-zero) limiting behavior. Interestingly enough, The Law of the Iterated Logarithm tells us what is happening "in between" The Law of Large Numbers and The Central Limit Theorem. Specifically it says that the normalizing function Failed to parse (Missing texvc executable; please see math/README to configure.): \sqrt{n\log\log n}
intermediate in size between n of The Law of Large Numbers and Failed to parse (Missing texvc executable; please see math/README to configure.): \sqrt{n}
of The Central Limit Theorem provides a non-trivial limiting behavior.
Alternative statements of the theoremDensity functionsThe density of the sum of two or more independent variables is the convolution of their densities (if these densities exist). Thus the central limit theorem can be interpreted as a statement about the properties of density functions under convolution: the convolution of a number of density functions tends to the normal density as the number of density functions increases without bound, under the conditions stated above. Since the characteristic function of a convolution is the product of the characteristic functions of the densities involved, the central limit theorem has yet another restatement: the product of the characteristic functions of a number of density functions tends to the characteristic function of the normal density as the number of density functions increases without bound, under the conditions stated above. An equivalent statement can be made about Fourier transforms, since the characteristic function is essentially a Fourier transform. Products of positive random variablesThe central limit theorem tells us what to expect about the sum of independent random variables, but what about the product? Well, the logarithm of a product is simply the sum of the logs of the factors, so the log of a product of random variables that take only positive values tends to have a normal distribution, which makes the product itself have a log-normal distribution. Many physical quantities (especially mass or length, which are a matter of scale and cannot be negative) are the product of different random factors, so they follow a log-normal distribution. Whereas the central limit theorem for sums of random variables requires the condition of finite variance, the corresponding theorem for products requires the corresponding condition that the density function be square-integrable (see Rempala 2002). Lyapunov conditionSee also Lyapunov's central limit theorem. Let Xn be a sequence of independent random variables defined on the same probability space. Assume that Xn has finite expected value μn and finite standard deviation σn. We define
and its standard deviation is Failed to parse (Missing texvc executable; please see math/README to configure.): s_n , if we standardize it by setting
converges to the standard normal distribution N(0,1). Lindeberg conditionIn the same setting and with the same notation as above, we can replace the Lyapunov condition with the following weaker one (from Lindeberg in 1920). For every ε > 0
Non-independent case
There are some theorems which treat the case of sums of non-independent variables, for instance:
Applications and examplesThere are a number of useful and interesting examples arising from the central limit theorem. Below are brief outlines of two such examples and here are a large number of CLT applications, presented as part of the SOCR CLT Activity.
Signal processingSignals can be smoothed by applying a Gaussian filter, which is just the convolution of a signal with an appropriately scaled Gaussian function. Due to the central limit theorem this smoothing can be approximated by several filter steps that can be computed much faster, like the simple moving average. The central limit theorem implies that to achieve a Gaussian of variance Failed to parse (Missing texvc executable; please see math/README to configure.): \sigma^2 Failed to parse (Missing texvc executable; please see math/README to configure.): n filters with windows of variances Failed to parse (Missing texvc executable; please see math/README to configure.): \sigma_1^2,\dots,\sigma_n^2 with Failed to parse (Missing texvc executable; please see math/README to configure.): \sigma^2 = \sigma_1^2+\dots+\sigma_n^2 must be applied. See alsoNotes
References
External links
ca:Teorema del límit central cs:Centrální limitní věta de:Zentraler Grenzwertsatz es:Teorema del límite central fa:قضیه حد مرکزی fr:Théorème de la limite centrale ko:중심극한정리 is:Höfuðsetning tölfræðinnar it:Teorema del limite centrale he:משפט הגבול המרכזי nl:Centrale limietstelling ja:中心極限定理 no:Sentralgrenseteoremet pl:Centralne twierdzenie graniczne pt:Teorema do Limite Central ru:Центральная предельная теорема su:Central limit theorem sv:Centrala gränsvärdessatsen vi:Định lý giới hạn trung tâm ur:مرکزی حد مسلئہ اثباتی |


