Contents
Normal distribution
In probability theory and statistics, a normal distribution or Gaussian distribution is a type of continuous probability distribution for a real-valued random variable. The general form of its probability density function is The parameter \mu is the mean or expectation of the distribution (and also its median and mode), while the parameter \sigma^2 is the variance. The standard deviation of the distribution is \sigma (sigma). A random variable with a Gaussian distribution is said to be normally distributed, and is called a normal deviate. Normal distributions are important in statistics and are often used in the natural and social sciences to represent real-valued random variables whose distributions are not known. Their importance is partly due to the central limit theorem. It states that, under some conditions, the average of many samples (observations) of a random variable with finite mean and variance is itself a random variable—whose distribution converges to a normal distribution as the number of samples increases. Therefore, physical quantities that are expected to be the sum of many independent processes, such as measurement errors, often have distributions that are nearly normal. Moreover, Gaussian distributions have some unique properties that are valuable in analytic studies. For instance, any linear combination of a fixed collection of independent normal deviates is a normal deviate. Many results and methods, such as propagation of uncertainty and least squares parameter fitting, can be derived analytically in explicit form when the relevant variables are normally distributed. A normal distribution is sometimes informally called a bell curve. However, many other distributions are bell-shaped (such as the Cauchy, Student's t, and logistic distributions). (For other names, see Naming.) The univariate probability distribution is generalized for vectors in the multivariate normal distribution and for matrices in the matrix normal distribution.
Definitions
Standard normal distribution
The simplest case of a normal distribution is known as the standard normal distribution or unit normal distribution. This is a special case when \mu=0 and \sigma^2 =1, and it is described by this probability density function (or density): The variable z has a mean of 0 and a variance and standard deviation of 1. The density \varphi(z) has its peak at z=0 and inflection points at z=+1 and z=-1. Although the density above is most commonly known as the standard normal, a few authors have used that term to describe other versions of the normal distribution. Carl Friedrich Gauss, for example, once defined the standard normal as which has a variance of \frac, and Stephen Stigler once defined the standard normal as which has a simple functional form and a variance of
General normal distribution
Every normal distribution is a version of the standard normal distribution, whose domain has been stretched by a factor \sigma (the standard deviation) and then translated by \mu (the mean value): The probability density must be scaled by 1/\sigma so that the integral is still 1. If Z is a standard normal deviate, then will have a normal distribution with expected value \mu and standard deviation \sigma. This is equivalent to saying that the standard normal distribution Z can be scaled/stretched by a factor of \sigma and shifted by \mu to yield a different normal distribution, called X. Conversely, if X is a normal deviate with parameters \mu and \sigma^2, then this X distribution can be re-scaled and shifted via the formula to convert it to the standard normal distribution. This variate is also called the standardized form of X.
Notation
The probability density of the standard Gaussian distribution (standard normal distribution, with zero mean and unit variance) is often denoted with the Greek letter [phi](https://bliptext.com/articles/phi) (phi). The alternative form of the Greek letter phi, \varphi, is also used quite often. The normal distribution is often referred to as or. Thus when a random variable X is normally distributed with mean \mu and standard deviation \sigma, one may write
Alternative parameterizations
Some authors advocate using the precision \tau as the parameter defining the width of the distribution, instead of the standard deviation \sigma or the variance \sigma^2. The precision is normally defined as the reciprocal of the variance, 1/\sigma^2. The formula for the distribution then becomes This choice is claimed to have advantages in numerical computations when \sigma is very close to zero, and simplifies formulas in some contexts, such as in the Bayesian inference of variables with multivariate normal distribution. Alternatively, the reciprocal of the standard deviation might be defined as the precision, in which case the expression of the normal distribution becomes According to Stigler, this formulation is advantageous because of a much simpler and easier-to-remember formula, and simple approximate formulas for the quantiles of the distribution. Normal distributions form an exponential family with natural parameters and, and natural statistics x and x2. The dual expectation parameters for normal distribution are η1 = μ and η2 = μ2 + σ2.
Cumulative distribution function
The cumulative distribution function (CDF) of the standard normal distribution, usually denoted with the capital Greek letter \Phi, is the integral
Error function
The related error function gives the probability of a random variable, with normal distribution of mean 0 and variance 1/2 falling in the range [-x, x]. That is: These integrals cannot be expressed in terms of elementary functions, and are often said to be special functions. However, many numerical approximations are known; see below for more. The two functions are closely related, namely For a generic normal distribution with density f, mean \mu and variance \sigma^2, the cumulative distribution function is The complement of the standard normal cumulative distribution function,, is often called the Q-function, especially in engineering texts. It gives the probability that the value of a standard normal random variable X will exceed x: P(X>x). Other definitions of the Q-function, all of which are simple transformations of \Phi, are also used occasionally. The graph of the standard normal cumulative distribution function \Phi has 2-fold rotational symmetry around the point (0,1/2); that is,. Its antiderivative (indefinite integral) can be expressed as follows: The cumulative distribution function of the standard normal distribution can be expanded by Integration by parts into a series: where !! denotes the double factorial. An asymptotic expansion of the cumulative distribution function for large x can also be derived using integration by parts. For more, see Error function. A quick approximation to the standard normal distribution's cumulative distribution function can be found by using a Taylor series approximation:
Recursive computation with Taylor series expansion
The recursive nature of the e^{ax^2}family of derivatives may be used to easily construct a rapidly converging Taylor series expansion using recursive entries about any point of known value of the distribution,\Phi(x_0): where:
Using the Taylor series and Newton's method for the inverse function
An application for the above Taylor series expansion is to use Newton's method to reverse the computation. That is, if we have a value for the cumulative distribution function, \Phi(x), but do not know the x needed to obtain the \Phi(x), we can use Newton's method to find x, and use the Taylor series expansion above to minimize the number of computations. Newton's method is ideal to solve this problem because the first derivative of \Phi(x), which is an integral of the normal standard distribution, is the normal standard distribution, and is readily available to use in the Newton's method solution. To solve, select a known approximate solution, x_0, to the desired \Phi(x). x_0 may be a value from a distribution table, or an intelligent estimate followed by a computation of \Phi(x_0) using any desired means to compute. Use this value of x_0 and the Taylor series expansion above to minimize computations. Repeat the following process until the difference between the computed \Phi(x_{n}) and the desired \Phi, which we will call, is below a chosen acceptably small error, such as 10−5, 10−15, etc.: where When the repeated computations converge to an error below the chosen acceptably small value, x will be the value needed to obtain a \Phi(x) of the desired value,.
Standard deviation and coverage
About 68% of values drawn from a normal distribution are within one standard deviation σ from the mean; about 95% of the values lie within two standard deviations; and about 99.7% are within three standard deviations. This fact is known as the 68–95–99.7 (empirical) rule, or the 3-sigma rule. More precisely, the probability that a normal deviate lies in the range between \mu-n\sigma and \mu+n\sigma is given by To 12 significant digits, the values for are: For large n, one can use the approximation.
Quantile function
The quantile function of a distribution is the inverse of the cumulative distribution function. The quantile function of the standard normal distribution is called the probit function, and can be expressed in terms of the inverse error function: For a normal random variable with mean \mu and variance \sigma^2, the quantile function is The quantile of the standard normal distribution is commonly denoted as z_p. These values are used in hypothesis testing, construction of confidence intervals and Q–Q plots. A normal random variable X will exceed with probability 1-p, and will lie outside the interval with probability 2(1-p). In particular, the quantile z_{0.975} is 1.96; therefore a normal random variable will lie outside the interval in only 5% of cases. The following table gives the quantile z_p such that X will lie in the range with a specified probability p. These values are useful to determine tolerance interval for sample averages and other statistical estimators with normal (or asymptotically normal) distributions. The following table shows, not as defined above. For small p, the quantile function has the useful asymptotic expansion
Properties
The normal distribution is the only distribution whose cumulants beyond the first two (i.e., other than the mean and variance) are zero. It is also the continuous distribution with the maximum entropy for a specified mean and variance. Geary has shown, assuming that the mean and variance are finite, that the normal distribution is the only distribution where the mean and variance calculated from a set of independent draws are independent of each other. The normal distribution is a subclass of the elliptical distributions. The normal distribution is symmetric about its mean, and is non-zero over the entire real line. As such it may not be a suitable model for variables that are inherently positive or strongly skewed, such as the weight of a person or the price of a share. Such variables may be better described by other distributions, such as the log-normal distribution or the Pareto distribution. The value of the normal density is practically zero when the value x lies more than a few standard deviations away from the mean (e.g., a spread of three standard deviations covers all but 0.27% of the total distribution). Therefore, it may not be an appropriate model when one expects a significant fraction of outliers—values that lie many standard deviations away from the mean—and least squares and other statistical inference methods that are optimal for normally distributed variables often become highly unreliable when applied to such data. In those cases, a more heavy-tailed distribution should be assumed and the appropriate robust statistical inference methods applied. The Gaussian distribution belongs to the family of stable distributions which are the attractors of sums of independent, identically distributed distributions whether or not the mean or variance is finite. Except for the Gaussian which is a limiting case, all stable distributions have heavy tails and infinite variance. It is one of the few distributions that are stable and that have probability density functions that can be expressed analytically, the others being the Cauchy distribution and the Lévy distribution.
Symmetries and derivatives
The normal distribution with density f(x) (mean \mu and variance ) has the following properties: Furthermore, the density \varphi of the standard normal distribution (i.e. \mu=0 and \sigma=1) also has the following properties:
Moments
The plain and absolute moments of a variable X are the expected values of X^p and |X|^p, respectively. If the expected value \mu of X is zero, these parameters are called central moments; otherwise, these parameters are called non-central moments. Usually we are interested only in moments with integer order \ p. If X has a normal distribution, the non-central moments exist and are finite for any p whose real part is greater than −1. For any non-negative integer p, the plain central moments are: Here n!! denotes the double factorial, that is, the product of all numbers from n to 1 that have the same parity as n. The central absolute moments coincide with plain moments for all even orders, but are nonzero for odd orders. For any non-negative integer p, The last formula is valid also for any non-integer p>-1. When the mean \mu \ne 0, the plain and absolute moments can be expressed in terms of confluent hypergeometric functions {}_1F_1 and U. These expressions remain valid even if p is not an integer. See also generalized Hermite polynomials. The expectation of X conditioned on the event that X lies in an interval [a,b] is given by where f and F respectively are the density and the cumulative distribution function of X. For b=\infty this is known as the inverse Mills ratio. Note that above, density f of X is used instead of standard normal density as in inverse Mills ratio, so here we have \sigma^2 instead of \sigma.
Fourier transform and characteristic function
The Fourier transform of a normal density f with mean \mu and variance \sigma^2 is where i is the imaginary unit. If the mean \mu=0, the first factor is 1, and the Fourier transform is, apart from a constant factor, a normal density on the frequency domain, with mean 0 and variance 1/\sigma^2. In particular, the standard normal distribution \varphi is an eigenfunction of the Fourier transform. In probability theory, the Fourier transform of the probability distribution of a real-valued random variable X is closely connected to the characteristic function of that variable, which is defined as the expected value of e^{itX}, as a function of the real variable t (the frequency parameter of the Fourier transform). This definition can be analytically extended to a complex-value variable t. The relation between both is:
Moment- and cumulant-generating functions
The moment generating function of a real random variable X is the expected value of e^{tX}, as a function of the real parameter t. For a normal distribution with density f, mean \mu and variance \sigma^2, the moment generating function exists and is equal to For any k, the coefficient of t^k / k! in the moment generating function (expressed as an exponential power series in t) is the normal distribution's expected value E[X^k]. The cumulant generating function is the logarithm of the moment generating function, namely The coefficients of this exponential power series define the cumulants, but because this is a quadratic polynomial in t, only the first two cumulants are nonzero, namely the mean \mu and the variance \sigma^2. Some authors prefer to instead work with the characteristic function E[eitX] = eiμt − σ2t2/2 and ln E[eitX] = iμt − 1⁄2σ2t2 .
Stein operator and class
Within Stein's method the Stein operator and class of a random variable are and \mathcal{F} the class of all absolutely continuous functions.
Zero-variance limit
In the limit when \sigma^2 tends to zero, the probability density f(x) eventually tends to zero at any x\ne \mu, but grows without limit if x = \mu, while its integral remains equal to 1. Therefore, the normal distribution cannot be defined as an ordinary function when. However, one can define the normal distribution with zero variance as a generalized function; specifically, as a Dirac delta function \delta translated by the mean \mu, that is Its cumulative distribution function is then the Heaviside step function translated by the mean \mu, namely
Maximum entropy
Of all probability distributions over the reals with a specified finite mean \mu and finite variance \sigma^2, the normal distribution is the one with maximum entropy. To see this, let X be a continuous random variable with probability density f(x). The entropy of X is defined as where is understood to be zero whenever f(x)=0. This functional can be maximized, subject to the constraints that the distribution is properly normalized and has a specified mean and variance, by using variational calculus. A function with three Lagrange multipliers is defined: At maximum entropy, a small variation \delta f(x) about f(x) will produce a variation \delta L about L which is equal to 0: Since this must hold for any small \delta f(x), the factor multiplying \delta f(x) must be zero, and solving for f(x) yields: The Lagrange constraints that f(x) is properly normalized and has the specified mean and variance are satisfied if and only if \lambda_0, \lambda_1, and \lambda_2 are chosen so that The entropy of a normal distribution is equal to which is independent of the mean \mu.
Other properties
Related distributions
Central limit theorem
The central limit theorem states that under certain (fairly common) conditions, the sum of many random variables will have an approximately normal distribution. More specifically, where are independent and identically distributed random variables with the same arbitrary distribution, zero mean, and variance \sigma^2 and Z is their mean scaled by \sqrt{n} Then, as n increases, the probability distribution of Z will tend to the normal distribution with zero mean and variance \sigma^2. The theorem can be extended to variables (X_i) that are not independent and/or not identically distributed if certain constraints are placed on the degree of dependence and the moments of the distributions. Many test statistics, scores, and estimators encountered in practice contain sums of certain random variables in them, and even more estimators can be represented as sums of random variables through the use of influence functions. The central limit theorem implies that those statistical parameters will have asymptotically normal distributions. The central limit theorem also implies that certain distributions can be approximated by the normal distribution, for example: Whether these approximations are sufficiently accurate depends on the purpose for which they are needed, and the rate of convergence to the normal distribution. It is typically the case that such approximations are less accurate in the tails of the distribution. A general upper bound for the approximation error in the central limit theorem is given by the Berry–Esseen theorem, improvements of the approximation are given by the Edgeworth expansions. This theorem can also be used to justify modeling the sum of many uniform noise sources as Gaussian noise. See AWGN.
Operations and functions of normal variables
The probability density, cumulative distribution, and inverse cumulative distribution of any function of one or more independent or correlated normal variables can be computed with the numerical method of ray-tracing (Matlab code). In the following sections we look at some special cases.
Operations on a single normal variable
If X is distributed normally with mean \mu and variance \sigma^2, then
Operations on two independent normal variables
Operations on two independent standard normal variables
If X_1 and X_2 are two independent standard normal random variables with mean 0 and variance 1, then
Operations on multiple independent normal variables
(n, m) degrees of freedom:
Operations on multiple correlated normal variables
Operations on the density function
The split normal distribution is most directly defined in terms of joining scaled sections of the density functions of different normal distributions and rescaling the density to integrate to one. The truncated normal distribution results from rescaling a section of a single density function.
Infinite divisibility and Cramér's theorem
For any positive integer \text{n}, any normal distribution with mean \mu and variance \sigma^2 is the distribution of the sum of \text{n} independent normal deviates, each with mean and variance. This property is called infinite divisibility. Conversely, if X_1 and X_2 are independent random variables and their sum X_1+X_2 has a normal distribution, then both X_1 and X_2 must be normal deviates. This result is known as Cramér's decomposition theorem, and is equivalent to saying that the convolution of two distributions is normal if and only if both are normal. Cramér's theorem implies that a linear combination of independent non-Gaussian variables will never have an exactly normal distribution, although it may approach it arbitrarily closely.
The Kac–Bernstein theorem
The Kac–Bernstein theorem states that if X and Y are independent and X + Y and X - Y are also independent, then both X and Y must necessarily have normal distributions. More generally, if are independent random variables, then two distinct linear combinations and will be independent if and only if all X_k are normal and, where \sigma_k^2 denotes the variance of X_k.
Extensions
The notion of normal distribution, being one of the most important distributions in probability theory, has been extended far beyond the standard framework of the univariate (that is one-dimensional) case (Case 1). All these extensions are also called normal or Gaussian laws, so a certain ambiguity in names exists. A random variable X has a two-piece normal distribution if it has a distribution where μ is the mean and σ12 and σ22 are the variances of the distribution to the left and right of the mean respectively. The mean, variance and third central moment of this distribution have been determined where E(X), V(X) and T(X) are the mean, variance, and third central moment respectively. One of the main practical uses of the Gaussian law is to model the empirical distributions of many different random variables encountered in practice. In such case a possible extension would be a richer family of distributions, having more than two parameters and therefore being able to fit the empirical distribution more accurately. The examples of such extensions are:
Statistical inference
Estimation of parameters
It is often the case that we do not know the parameters of the normal distribution, but instead want to estimate them. That is, having a sample from a normal population we would like to learn the approximate values of parameters \mu and \sigma^2. The standard approach to this problem is the maximum likelihood method, which requires maximization of the log-likelihood function: Taking derivatives with respect to \mu and \sigma^2 and solving the resulting system of first order conditions yields the maximum likelihood estimates: Then is as follows:
Sample mean
Estimator is called the sample mean, since it is the arithmetic mean of all observations. The statistic is complete and sufficient for \mu, and therefore by the Lehmann–Scheffé theorem, is the uniformly minimum variance unbiased (UMVU) estimator. In finite samples it is distributed normally: The variance of this estimator is equal to the μμ-element of the inverse Fisher information matrix. This implies that the estimator is finite-sample efficient. Of practical importance is the fact that the standard error of is proportional to, that is, if one wishes to decrease the standard error by a factor of 10, one must increase the number of points in the sample by a factor of 100. This fact is widely used in determining sample sizes for opinion polls and the number of trials in Monte Carlo simulations. From the standpoint of the asymptotic theory, is consistent, that is, it converges in probability to \mu as. The estimator is also asymptotically normal, which is a simple corollary of the fact that it is normal in finite samples:
Sample variance
The estimator is called the sample variance, since it is the variance of the sample. In practice, another estimator is often used instead of the. This other estimator is denoted s^2, and is also called the sample variance, which represents a certain ambiguity in terminology; its square root s is called the sample standard deviation. The estimator s^2 differs from by having (n − 1) instead of n in the denominator (the so-called Bessel's correction): The difference between s^2 and becomes negligibly small for large n's. In finite samples however, the motivation behind the use of s^2 is that it is an unbiased estimator of the underlying parameter \sigma^2, whereas is biased. Also, by the Lehmann–Scheffé theorem the estimator s^2 is uniformly minimum variance unbiased (UMVU), which makes it the "best" estimator among all unbiased ones. However it can be shown that the biased estimator is better than the s^2 in terms of the mean squared error (MSE) criterion. In finite samples both s^2 and have scaled chi-squared distribution with (n − 1) degrees of freedom: The first of these expressions shows that the variance of s^2 is equal to, which is slightly greater than the σσ-element of the inverse Fisher information matrix. Thus, s^2 is not an efficient estimator for \sigma^2, and moreover, since s^2 is UMVU, we can conclude that the finite-sample efficient estimator for \sigma^2 does not exist. Applying the asymptotic theory, both estimators s^2 and are consistent, that is they converge in probability to \sigma^2 as the sample size. The two estimators are also both asymptotically normal: In particular, both estimators are asymptotically efficient for \sigma^2.
Confidence intervals
By Cochran's theorem, for normal distributions the sample mean and the sample variance s2 are independent, which means there can be no gain in considering their joint distribution. There is also a converse theorem: if in a sample the sample mean and sample variance are independent, then the sample must have come from the normal distribution. The independence between and s can be employed to construct the so-called t-statistic: This quantity t has the Student's t-distribution with (n − 1) degrees of freedom, and it is an ancillary statistic (independent of the value of the parameters). Inverting the distribution of this t-statistics will allow us to construct the confidence interval for μ; similarly, inverting the χ2 distribution of the statistic s2 will give us the confidence interval for σ2: where tk,p and χ k,p 2 are the pth quantiles of the t- and χ2-distributions respectively. These confidence intervals are of the confidence level 1 − α, meaning that the true values μ and σ2 fall outside of these intervals with probability (or significance level) α. In practice people usually take, resulting in the 95% confidence intervals. The confidence interval for σ can be found by taking the square root of the interval bounds for σ2. Approximate formulas can be derived from the asymptotic distributions of and s2: The approximate formulas become valid for large values of n, and are more convenient for the manual calculation since the standard normal quantiles zα/2 do not depend on n. In particular, the most popular value of, results in z0.025.
Normality tests
Normality tests assess the likelihood that the given data set {x1, ..., xn} comes from a normal distribution. Typically the null hypothesis H0 is that the observations are distributed normally with unspecified mean μ and variance σ2, versus the alternative Ha that the distribution is arbitrary. Many tests (over 40) have been devised for this problem. The more prominent of them are outlined below: Diagnostic plots are more intuitively appealing but subjective at the same time, as they rely on informal human judgement to accept or reject the null hypothesis. Goodness-of-fit tests: Moment-based tests: Tests based on the empirical distribution function:
Bayesian analysis of the normal distribution
Bayesian analysis of normally distributed data is complicated by the many different possibilities that may be considered: The formulas for the non-linear-regression cases are summarized in the conjugate prior article.
Sum of two quadratics
Scalar form
The following auxiliary formula is useful for simplifying the posterior update equations, which otherwise become fairly tedious. This equation rewrites the sum of two quadratics in x by expanding the squares, grouping the terms in x, and completing the square. Note the following about the complex constant factors attached to some of the terms:
Vector form
A similar formula can be written for the sum of two vector quadratics: If x, y, z are vectors of length k, and A and B are symmetric, invertible matrices of size k\times k, then where The form x′ A x is called a quadratic form and is a scalar: In other words, it sums up all possible combinations of products of pairs of elements from x, with a separate coefficient for each. In addition, since, only the sum matters for any off-diagonal elements of A, and there is no loss of generality in assuming that A is symmetric. Furthermore, if A is symmetric, then the form
Sum of differences from the mean
Another useful formula is as follows: where
With known variance
For a set of i.i.d. normally distributed data points X of size n where each individual point x follows with known variance σ2, the conjugate prior distribution is also normally distributed. This can be shown more easily by rewriting the variance as the precision, i.e. using τ = 1/σ2. Then if and we proceed as follows. First, the likelihood function is (using the formula above for the sum of differences from the mean): Then, we proceed as follows: In the above derivation, we used the formula above for the sum of two quadratics and eliminated all constant factors not involving μ. The result is the kernel of a normal distribution, with mean and precision, i.e. This can be written as a set of Bayesian update equations for the posterior parameters in terms of the prior parameters: That is, to combine n data points with total precision of nτ (or equivalently, total variance of n/σ2) and mean of values \bar{x}, derive a new total precision simply by adding the total precision of the data to the prior total precision, and form a new mean through a precision-weighted average, i.e. a weighted average of the data mean and the prior mean, each weighted by the associated total precision. This makes logical sense if the precision is thought of as indicating the certainty of the observations: In the distribution of the posterior mean, each of the input components is weighted by its certainty, and the certainty of this distribution is the sum of the individual certainties. (For the intuition of this, compare the expression "the whole is (or is not) greater than the sum of its parts". In addition, consider that the knowledge of the posterior comes from a combination of the knowledge of the prior and likelihood, so it makes sense that we are more certain of it than of either of its components.) The above formula reveals why it is more convenient to do Bayesian analysis of conjugate priors for the normal distribution in terms of the precision. The posterior precision is simply the sum of the prior and likelihood precisions, and the posterior mean is computed through a precision-weighted average, as described above. The same formulas can be written in terms of variance by reciprocating all the precisions, yielding the more ugly formulas
With known mean
For a set of i.i.d. normally distributed data points X of size n where each individual point x follows with known mean μ, the conjugate prior of the variance has an inverse gamma distribution or a scaled inverse chi-squared distribution. The two are equivalent except for having different parameterizations. Although the inverse gamma is more commonly used, we use the scaled inverse chi-squared for the sake of convenience. The prior for σ2 is as follows: The likelihood function from above, written in terms of the variance, is: where Then: The above is also a scaled inverse chi-squared distribution where or equivalently Reparameterizing in terms of an inverse gamma distribution, the result is:
With unknown mean and unknown variance
For a set of i.i.d. normally distributed data points X of size n where each individual point x follows with unknown mean μ and unknown variance σ2, a combined (multivariate) conjugate prior is placed over the mean and variance, consisting of a normal-inverse-gamma distribution. Logically, this originates as follows: The priors are normally defined as follows: The update equations can be derived, and look as follows: The respective numbers of pseudo-observations add the number of actual observations to them. The new mean hyperparameter is once again a weighted average, this time weighted by the relative numbers of observations. Finally, the update for is similar to the case with known mean, but in this case the sum of squared deviations is taken with respect to the observed data mean rather than the true mean, and as a result a new interaction term needs to be added to take care of the additional error source stemming from the deviation between prior and data mean.
Occurrence and applications
The occurrence of normal distribution in practical problems can be loosely classified into four categories:
Exact normality
Certain quantities in physics are distributed normally, as was first demonstrated by James Clerk Maxwell. Examples of such quantities are:
Approximate normality
Approximately normal distributions occur in many situations, as explained by the central limit theorem. When the outcome is produced by many small effects acting additively and independently, its distribution will be close to normal. The normal approximation will not be valid if the effects act multiplicatively (instead of additively), or if there is a single external influence that has a considerably larger magnitude than the rest of the effects.
Assumed normality
"I can only recognize the occurrence of the normal curve – the Laplacian curve of errors – as a very abnormal phenomenon. It is roughly approximated to in certain distributions; for this reason, and on account for its beautiful simplicity, we may, perhaps, use it as a first approximation, particularly in theoretical investigations." There are statistical methods to empirically test that assumption; see the above Normality tests section.
Methodological problems and peer review
John Ioannidis argued that using normally distributed standard deviations as standards for validating research findings leave falsifiable predictions about phenomena that are not normally distributed untested. This includes, for example, phenomena that only appear when all necessary conditions are present and one cannot be a substitute for another in an addition-like way and phenomena that are not randomly distributed. Ioannidis argues that standard deviation-centered validation gives a false appearance of validity to hypotheses and theories where some but not all falsifiable predictions are normally distributed since the portion of falsifiable predictions that there is evidence against may and in some cases are in the non-normally distributed parts of the range of falsifiable predictions, as well as baselessly dismissing hypotheses for which none of the falsifiable predictions are normally distributed as if were they unfalsifiable when in fact they do make falsifiable predictions. It is argued by Ioannidis that many cases of mutually exclusive theories being accepted as validated by research journals are caused by failure of the journals to take in empirical falsifications of non-normally distributed predictions, and not because mutually exclusive theories are true, which they cannot be, although two mutually exclusive theories can both be wrong and a third one correct.
Computational methods
Generating values from normal distribution
In computer simulations, especially in applications of the Monte-Carlo method, it is often desirable to generate values that are normally distributed. The algorithms listed below all generate the standard normal deviates, since a N(μ, σ2) can be generated as X = μ + σZ , where Z is standard normal. All these algorithms rely on the availability of a random number generator U capable of producing uniform random variates. X2 + Y2 will have the chi-squared distribution with two degrees of freedom, which is an easily generated exponential random variable corresponding to the quantity −2 ln(U) in these equations; and the angle is distributed uniformly around the circle, chosen by the random variable V. S = U2 + V2 is computed. If S is greater or equal to 1, then the method starts over, otherwise the two quantities are returned. Again, X and Y are independent, standard normal random variables.
Numerical approximations for the normal cumulative distribution function and normal quantile function
The standard normal cumulative distribution function is widely used in scientific and statistical computing. The values Φ(x) may be approximated very accurately by a variety of methods, such as numerical integration, Taylor series, asymptotic series and continued fractions. Different approximations are used depending on the desired level of accuracy. (algorithm 26.2.17): where ϕ(x) is the standard normal probability density function, and b0 = 0.2316419, b1 = 0.319381530, b2 = −0.356563782, b3 = 1.781477937, b4 = −1.821255978, b5 = 1.330274429. Φ(x) with arbitrary precision. The drawback of this algorithm is comparatively slow calculation time (for example it takes over 300 iterations to calculate the function with 16 digits of precision when x = 10 ). Shore (1982) introduced simple approximations that may be incorporated in stochastic optimization models of engineering and operations research, like reliability engineering and inventory analysis. Denoting p = Φ(z) , the simplest approximation for the quantile function is: This approximation delivers for z a maximum absolute error of 0.026 (for 0.5 ≤ p ≤ 0.9999 , corresponding to 0 ≤ z ≤ 3.719 ). For p < 1/2 replace p by 1 − p and change sign. Another approximation, somewhat less accurate, is the single-parameter approximation: The latter had served to derive a simple approximation for the loss integral of the normal distribution, defined by This approximation is particularly accurate for the right far-tail (maximum error of 10−3 for z≥1.4). Highly accurate approximations for the cumulative distribution function, based on Response Modeling Methodology (RMM, Shore, 2011, 2012), are shown in Shore (2005). Some more approximations can be found at: Error function. In particular, small relative error on the whole domain for the cumulative distribution function \Phi and the quantile function \Phi^{-1} as well, is achieved via an explicitly invertible formula by Sergei Winitzki in 2008.
History
Development
Some authors attribute the discovery of the normal distribution to de Moivre, who in 1738 published in the second edition of his The Doctrine of Chances the study of the coefficients in the binomial expansion of (a + b)n . De Moivre proved that the middle term in this expansion has the approximate magnitude of, and that "If m or 1⁄2n be a Quantity infinitely great, then the Logarithm of the Ratio, which a Term distant from the middle by the Interval ℓ, has to the middle Term, is ." Although this theorem can be interpreted as the first obscure expression for the normal probability law, Stigler points out that de Moivre himself did not interpret his results as anything more than the approximate rule for the binomial coefficients, and in particular de Moivre lacked the concept of the probability density function. In 1823 Gauss published his monograph "Theoria combinationis observationum erroribus minimis obnoxiae" where among other things he introduces several important statistical concepts, such as the method of least squares, the method of maximum likelihood, and the normal distribution. Gauss used M, M′, M′′, ... to denote the measurements of some unknown quantity V, and sought the most probable estimator of that quantity: the one that maximizes the probability φ(M − V) · φ(M′ − V) · φ(M′′ − V) · ... of obtaining the observed experimental results. In his notation φΔ is the probability density function of the measurement errors of magnitude Δ. Not knowing what the function φ is, Gauss requires that his method should reduce to the well-known answer: the arithmetic mean of the measured values. Starting from these principles, Gauss demonstrates that the only law that rationalizes the choice of arithmetic mean as an estimator of the location parameter, is the normal law of errors: where h is "the measure of the precision of the observations". Using this normal law as a generic model for errors in the experiments, Gauss formulates what is now known as the non-linear weighted least squares method. Although Gauss was the first to suggest the normal distribution law, Laplace made significant contributions. It was Laplace who first posed the problem of aggregating several observations in 1774, although his own solution led to the Laplacian distribution. It was Laplace who first calculated the value of the integral ∫ e−t 2 dt = √π in 1782, providing the normalization constant for the normal distribution. For this accomplishment, Gauss acknowledged the priority of Laplace. Finally, it was Laplace who in 1810 proved and presented to the academy the fundamental central limit theorem, which emphasized the theoretical importance of the normal distribution. It is of interest to note that in 1809 an Irish-American mathematician Robert Adrain published two insightful but flawed derivations of the normal probability law, simultaneously and independently from Gauss. His works remained largely unnoticed by the scientific community, until in 1871 they were exhumed by Abbe. In the middle of the 19th century Maxwell demonstrated that the normal distribution is not just a convenient mathematical tool, but may also occur in natural phenomena: The number of particles whose velocity, resolved in a certain direction, lies between x and x + dx is
Naming
Today, the concept is usually known in English as the normal distribution or Gaussian distribution. Other less common names include Gauss distribution, Laplace-Gauss distribution, the law of error, the law of facility of errors, Laplace's second law, and Gaussian law. Gauss himself apparently coined the term with reference to the "normal equations" involved in its applications, with normal having its technical meaning of orthogonal rather than usual. However, by the end of the 19th century some authors had started using the name normal distribution, where the word "normal" was used as an adjective – the term now being seen as a reflection of the fact that this distribution was seen as typical, common – and thus normal. Peirce (one of those authors) once defined "normal" thus: "...the 'normal' is not the average (or any other kind of mean) of what actually occurs, but of what would, in the long run, occur under certain circumstances." Around the turn of the 20th century Pearson popularized the term normal as a designation for this distribution. "Many years ago I called the Laplace–Gaussian curve the normal curve, which name, while it avoids an international question of priority, has the disadvantage of leading people to believe that all other distributions of frequency are in one sense or another 'abnormal'." Also, it was Pearson who first wrote the distribution in terms of the standard deviation σ as in modern notation. Soon after this, in year 1915, Fisher added the location parameter to the formula for normal distribution, expressing it in the way it is written nowadays: The term "standard normal", which denotes the normal distribution with zero mean and unit variance came into general use around the 1950s, appearing in the popular textbooks by P. G. Hoel (1947) Introduction to Mathematical Statistics and A. M. Mood (1950) Introduction to the Theory of Statistics.
Citations
Sources
This article is derived from Wikipedia and licensed under CC BY-SA 4.0. View the original article.
Wikipedia® is a registered trademark of the
Wikimedia Foundation, Inc.
Bliptext is not
affiliated with or endorsed by Wikipedia or the
Wikimedia Foundation.