The simplest case of a normal distribution is known as the standard normal distribution or unit normal distribution. This is a special case when μ = 0 {\textstyle \mu =0} and σ 2 = 1 {\textstyle \sigma ^{2}=1} , and it is described by this probability density function (or density): φ ( z ) = e − z 2 2 2 π . {\displaystyle \varphi (z)={\frac {e^{\frac {-z^{2}}{2}}}{\sqrt {2\pi }}}\,.} The variable z {\displaystyle z} has a mean of 0 and a variance and standard deviation of 1. The density φ ( z ) {\textstyle \varphi (z)} has its peak 1 2 π {\textstyle {\frac {1}{\sqrt {2\pi }}}} at z = 0 {\textstyle z=0} and inflection points at z = + 1 {\textstyle z=+1} and z = − 1 {\displaystyle 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 φ ( z ) = e − z 2 π , {\displaystyle \varphi (z)={\frac {e^{-z^{2}}}{\sqrt {\pi }}},} which has a variance of 1 2 {\displaystyle {\frac {1}{2}}} , and Stephen Stigler8 once defined the standard normal as φ ( z ) = e − π z 2 , {\displaystyle \varphi (z)=e^{-\pi z^{2}},} which has a simple functional form and a variance of σ 2 = 1 2 π . {\textstyle \sigma ^{2}={\frac {1}{2\pi }}.}
Every normal distribution is a version of the standard normal distribution, whose domain has been stretched by a factor σ {\displaystyle \sigma } (the standard deviation) and then translated by μ {\displaystyle \mu } (the mean value):
f ( x ∣ μ , σ 2 ) = 1 σ φ ( x − μ σ ) . {\displaystyle f(x\mid \mu ,\sigma ^{2})={\frac {1}{\sigma }}\varphi \left({\frac {x-\mu }{\sigma }}\right)\,.}
The probability density must be scaled by 1 / σ {\textstyle 1/\sigma } so that the integral is still 1.
If Z {\displaystyle Z} is a standard normal deviate, then X = σ Z + μ {\textstyle X=\sigma Z+\mu } will have a normal distribution with expected value μ {\displaystyle \mu } and standard deviation σ {\displaystyle \sigma } . This is equivalent to saying that the standard normal distribution Z {\displaystyle Z} can be scaled/stretched by a factor of σ {\displaystyle \sigma } and shifted by μ {\displaystyle \mu } to yield a different normal distribution, called X {\displaystyle X} . Conversely, if X {\displaystyle X} is a normal deviate with parameters μ {\displaystyle \mu } and σ 2 {\textstyle \sigma ^{2}} , then this X {\displaystyle X} distribution can be re-scaled and shifted via the formula Z = ( X − μ ) / σ {\textstyle Z=(X-\mu )/\sigma } to convert it to the standard normal distribution. This variate is also called the standardized form of X {\displaystyle X} .
The probability density of the standard Gaussian distribution (standard normal distribution, with zero mean and unit variance) is often denoted with the Greek letter ϕ {\displaystyle \phi } (phi).9 The alternative form of the Greek letter phi, φ {\displaystyle \varphi } , is also used quite often.
The normal distribution is often referred to as N ( μ , σ 2 ) {\textstyle N(\mu ,\sigma ^{2})} or N ( μ , σ 2 ) {\displaystyle {\mathcal {N}}(\mu ,\sigma ^{2})} .10 Thus when a random variable X {\displaystyle X} is normally distributed with mean μ {\displaystyle \mu } and standard deviation σ {\displaystyle \sigma } , one may write
X ∼ N ( μ , σ 2 ) . {\displaystyle X\sim {\mathcal {N}}(\mu ,\sigma ^{2}).}
Some authors advocate using the precision τ {\displaystyle \tau } as the parameter defining the width of the distribution, instead of the standard deviation σ {\displaystyle \sigma } or the variance σ 2 {\displaystyle \sigma ^{2}} . The precision is normally defined as the reciprocal of the variance, 1 / σ 2 {\displaystyle 1/\sigma ^{2}} .11 The formula for the distribution then becomes
f ( x ) = τ 2 π e − τ ( x − μ ) 2 / 2 . {\displaystyle f(x)={\sqrt {\frac {\tau }{2\pi }}}e^{-\tau (x-\mu )^{2}/2}.}
This choice is claimed to have advantages in numerical computations when σ {\displaystyle \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 τ ′ = 1 / σ {\textstyle \tau '=1/\sigma } might be defined as the precision, in which case the expression of the normal distribution becomes
f ( x ) = τ ′ 2 π e − ( τ ′ ) 2 ( x − μ ) 2 / 2 . {\displaystyle f(x)={\frac {\tau '}{\sqrt {2\pi }}}e^{-(\tau ')^{2}(x-\mu )^{2}/2}.}
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 θ 1 = μ σ 2 {\textstyle \textstyle \theta _{1}={\frac {\mu }{\sigma ^{2}}}} and θ 2 = − 1 2 σ 2 {\textstyle \textstyle \theta _{2}={\frac {-1}{2\sigma ^{2}}}} , and natural statistics x and x2. The dual expectation parameters for normal distribution are η1 = μ and η2 = μ2 + σ2.
The cumulative distribution function (CDF) of the standard normal distribution, usually denoted with the capital Greek letter Φ {\displaystyle \Phi } , is the integral
Φ ( x ) = 1 2 π ∫ − ∞ x e − t 2 / 2 d t . {\displaystyle \Phi (x)={\frac {1}{\sqrt {2\pi }}}\int _{-\infty }^{x}e^{-t^{2}/2}\,dt\,.}
The related error function erf ( x ) {\textstyle \operatorname {erf} (x)} gives the probability of a random variable, with normal distribution of mean 0 and variance 1/2 falling in the range [ − x , x ] {\displaystyle [-x,x]} . That is:
erf ( x ) = 1 π ∫ − x x e − t 2 d t = 2 π ∫ 0 x e − t 2 d t . {\displaystyle \operatorname {erf} (x)={\frac {1}{\sqrt {\pi }}}\int _{-x}^{x}e^{-t^{2}}\,dt={\frac {2}{\sqrt {\pi }}}\int _{0}^{x}e^{-t^{2}}\,dt\,.}
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
Φ ( x ) = 1 2 [ 1 + erf ( x 2 ) ] . {\displaystyle \Phi (x)={\frac {1}{2}}\left[1+\operatorname {erf} \left({\frac {x}{\sqrt {2}}}\right)\right]\,.}
For a generic normal distribution with density f {\displaystyle f} , mean μ {\displaystyle \mu } and variance σ 2 {\textstyle \sigma ^{2}} , the cumulative distribution function is
F ( x ) = Φ ( x − μ σ ) = 1 2 [ 1 + erf ( x − μ σ 2 ) ] . {\displaystyle F(x)=\Phi {\left({\frac {x-\mu }{\sigma }}\right)}={\frac {1}{2}}\left[1+\operatorname {erf} \left({\frac {x-\mu }{\sigma {\sqrt {2}}}}\right)\right]\,.}
The complement of the standard normal cumulative distribution function, Q ( x ) = 1 − Φ ( x ) {\textstyle Q(x)=1-\Phi (x)} , is often called the Q-function, especially in engineering texts.1213 It gives the probability that the value of a standard normal random variable X {\displaystyle X} will exceed x {\displaystyle x} : P ( X > x ) {\displaystyle P(X>x)} . Other definitions of the Q {\displaystyle Q} -function, all of which are simple transformations of Φ {\displaystyle \Phi } , are also used occasionally.14
The graph of the standard normal cumulative distribution function Φ {\displaystyle \Phi } has 2-fold rotational symmetry around the point (0,1/2); that is, Φ ( − x ) = 1 − Φ ( x ) {\displaystyle \Phi (-x)=1-\Phi (x)} . Its antiderivative (indefinite integral) can be expressed as follows: ∫ Φ ( x ) d x = x Φ ( x ) + φ ( x ) + C . {\displaystyle \int \Phi (x)\,dx=x\Phi (x)+\varphi (x)+C.}
The cumulative distribution function of the standard normal distribution can be expanded by integration by parts into a series:
Φ ( x ) = 1 2 + 1 2 π ⋅ e − x 2 / 2 [ x + x 3 3 + x 5 3 ⋅ 5 + ⋯ + x 2 n + 1 ( 2 n + 1 ) ! ! + ⋯ ] . {\displaystyle \Phi (x)={\frac {1}{2}}+{\frac {1}{\sqrt {2\pi }}}\cdot e^{-x^{2}/2}\left[x+{\frac {x^{3}}{3}}+{\frac {x^{5}}{3\cdot 5}}+\cdots +{\frac {x^{2n+1}}{(2n+1)!!}}+\cdots \right]\,.}
where ! ! {\textstyle !!} 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 § Asymptotic expansion.15
A quick approximation to the standard normal distribution's cumulative distribution function can be found by using a Taylor series approximation:
Φ ( x ) ≈ 1 2 + 1 2 π ∑ k = 0 n ( − 1 ) k x ( 2 k + 1 ) 2 k k ! ( 2 k + 1 ) . {\displaystyle \Phi (x)\approx {\frac {1}{2}}+{\frac {1}{\sqrt {2\pi }}}\sum _{k=0}^{n}{\frac {(-1)^{k}x^{(2k+1)}}{2^{k}k!(2k+1)}}\,.}
The recursive nature of the e a x 2 {\textstyle 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, Φ ( x 0 ) {\textstyle \Phi (x_{0})} :
Φ ( x ) = ∑ n = 0 ∞ Φ ( n ) ( x 0 ) n ! ( x − x 0 ) n , {\displaystyle \Phi (x)=\sum _{n=0}^{\infty }{\frac {\Phi ^{(n)}(x_{0})}{n!}}(x-x_{0})^{n}\,,}
where:
Φ ( 0 ) ( x 0 ) = 1 2 π ∫ − ∞ x 0 e − t 2 / 2 d t Φ ( 1 ) ( x 0 ) = 1 2 π e − x 0 2 / 2 Φ ( n ) ( x 0 ) = − ( x 0 Φ ( n − 1 ) ( x 0 ) + ( n − 2 ) Φ ( n − 2 ) ( x 0 ) ) , n ≥ 2 . {\displaystyle {\begin{aligned}\Phi ^{(0)}(x_{0})&={\frac {1}{\sqrt {2\pi }}}\int _{-\infty }^{x_{0}}e^{-t^{2}/2}\,dt\\\Phi ^{(1)}(x_{0})&={\frac {1}{\sqrt {2\pi }}}e^{-x_{0}^{2}/2}\\\Phi ^{(n)}(x_{0})&=-\left(x_{0}\Phi ^{(n-1)}(x_{0})+(n-2)\Phi ^{(n-2)}(x_{0})\right),&n\geq 2\,.\end{aligned}}}
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, Φ ( x ) {\textstyle \Phi (x)} , but do not know the x needed to obtain the Φ ( x ) {\textstyle \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 Φ ( x ) {\textstyle \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 {\textstyle x_{0}} , to the desired Φ ( x ) {\displaystyle \Phi (x)} . x 0 {\textstyle x_{0}} may be a value from a distribution table, or an intelligent estimate followed by a computation of Φ ( x 0 ) {\textstyle \Phi (x_{0})} using any desired means to compute. Use this value of x 0 {\textstyle x_{0}} and the Taylor series expansion above to minimize computations.
Repeat the following process until the difference between the computed Φ ( x n ) {\textstyle \Phi (x_{n})} and the desired Φ {\displaystyle \Phi } , which we will call Φ ( desired ) {\textstyle \Phi ({\text{desired}})} , is below a chosen acceptably small error, such as 10−5, 10−15, etc.:
x n + 1 = x n − Φ ( x n , x 0 , Φ ( x 0 ) ) − Φ ( desired ) Φ ′ ( x n ) , {\displaystyle x_{n+1}=x_{n}-{\frac {\Phi (x_{n},x_{0},\Phi (x_{0}))-\Phi ({\text{desired}})}{\Phi '(x_{n})}}\,,}
where
Φ ′ ( x n ) = 1 2 π e − x n 2 / 2 . {\displaystyle \Phi '(x_{n})={\frac {1}{\sqrt {2\pi }}}e^{-x_{n}^{2}/2}\,.}
When the repeated computations converge to an error below the chosen acceptably small value, x will be the value needed to obtain a Φ ( x ) {\textstyle \Phi (x)} of the desired value, Φ ( desired ) {\displaystyle \Phi ({\text{desired}})} .
Further information: Interval estimation and Coverage probability
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.16 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 μ − n σ {\textstyle \mu -n\sigma } and μ + n σ {\textstyle \mu +n\sigma } is given by F ( μ + n σ ) − F ( μ − n σ ) = Φ ( n ) − Φ ( − n ) = erf ( n 2 ) . {\displaystyle F(\mu +n\sigma )-F(\mu -n\sigma )=\Phi (n)-\Phi (-n)=\operatorname {erf} \left({\frac {n}{\sqrt {2}}}\right).} To 12 significant digits, the values for n = 1 , 2 , … , 6 {\textstyle n=1,2,\ldots ,6} are:
For large n {\displaystyle n} , one can use the approximation 1 − p ≈ e − n 2 / 2 n π / 2 {\textstyle 1-p\approx {\frac {e^{-n^{2}/2}}{n{\sqrt {\pi /2}}}}} .
Further information: Quantile function § Normal distribution
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: Φ − 1 ( p ) = 2 erf − 1 ( 2 p − 1 ) , p ∈ ( 0 , 1 ) . {\displaystyle \Phi ^{-1}(p)={\sqrt {2}}\operatorname {erf} ^{-1}(2p-1),\quad p\in (0,1).} For a normal random variable with mean μ {\displaystyle \mu } and variance σ 2 {\textstyle \sigma ^{2}} , the quantile function is F − 1 ( p ) = μ + σ Φ − 1 ( p ) = μ + σ 2 erf − 1 ( 2 p − 1 ) , p ∈ ( 0 , 1 ) . {\displaystyle F^{-1}(p)=\mu +\sigma \Phi ^{-1}(p)=\mu +\sigma {\sqrt {2}}\operatorname {erf} ^{-1}(2p-1),\quad p\in (0,1).} The quantile Φ − 1 ( p ) {\textstyle \Phi ^{-1}(p)} of the standard normal distribution is commonly denoted as z p {\displaystyle z_{p}} . These values are used in hypothesis testing, construction of confidence intervals and Q–Q plots. A normal random variable X {\displaystyle X} will exceed μ + z p σ {\textstyle \mu +z_{p}\sigma } with probability 1 − p {\textstyle 1-p} , and will lie outside the interval μ ± z p σ {\textstyle \mu \pm z_{p}\sigma } with probability 2 ( 1 − p ) {\displaystyle 2(1-p)} . In particular, the quantile z 0.975 {\textstyle z_{0.975}} is 1.96; therefore a normal random variable will lie outside the interval μ ± 1.96 σ {\textstyle \mu \pm 1.96\sigma } in only 5% of cases.
The following table gives the quantile z p {\textstyle z_{p}} such that X {\displaystyle X} will lie in the range μ ± z p σ {\textstyle \mu \pm z_{p}\sigma } with a specified probability p {\displaystyle p} . These values are useful to determine tolerance interval for sample averages and other statistical estimators with normal (or asymptotically normal) distributions.17 The following table shows 2 erf − 1 ( p ) = Φ − 1 ( p + 1 2 ) {\textstyle {\sqrt {2}}\operatorname {erf} ^{-1}(p)=\Phi ^{-1}\left({\frac {p+1}{2}}\right)} , not Φ − 1 ( p ) {\textstyle \Phi ^{-1}(p)} as defined above.
For small p {\displaystyle p} , the quantile function has the useful asymptotic expansion Φ − 1 ( p ) = − ln 1 p 2 − ln ln 1 p 2 − ln ( 2 π ) + o ( 1 ) . {\textstyle \Phi ^{-1}(p)=-{\sqrt {\ln {\frac {1}{p^{2}}}-\ln \ln {\frac {1}{p^{2}}}-\ln(2\pi )}}+{\mathcal {o}}(1).}
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.1819 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.2021
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 {\displaystyle 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.
The normal distribution with density f ( x ) {\textstyle f(x)} (mean μ {\displaystyle \mu } and variance σ 2 > 0 {\textstyle \sigma ^{2}>0} ) has the following properties:
Furthermore, the density φ {\displaystyle \varphi } of the standard normal distribution (i.e. μ = 0 {\textstyle \mu =0} and σ = 1 {\textstyle \sigma =1} ) also has the following properties:
See also: List of integrals of Gaussian functions
The plain and absolute moments of a variable X {\displaystyle X} are the expected values of X p {\textstyle X^{p}} and | X | p {\textstyle |X|^{p}} , respectively. If the expected value μ {\displaystyle \mu } of X {\displaystyle 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 {\displaystyle p} .
If X {\displaystyle X} has a normal distribution, the non-central moments exist and are finite for any p {\displaystyle p} whose real part is greater than −1. For any non-negative integer p {\displaystyle p} , the plain central moments are:27 E [ ( X − μ ) p ] = { 0 if p is odd, σ p ( p − 1 ) ! ! if p is even. {\displaystyle \operatorname {E} \left[(X-\mu )^{p}\right]={\begin{cases}0&{\text{if }}p{\text{ is odd,}}\\\sigma ^{p}(p-1)!!&{\text{if }}p{\text{ is even.}}\end{cases}}} Here n ! ! {\textstyle n!!} denotes the double factorial, that is, the product of all numbers from n {\displaystyle n} to 1 that have the same parity as n . {\textstyle 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 , {\textstyle p,}
E [ | X − μ | p ] = σ p ( p − 1 ) ! ! ⋅ { 2 π if p is odd 1 if p is even = σ p ⋅ 2 p / 2 Γ ( p + 1 2 ) π . {\displaystyle {\begin{aligned}\operatorname {E} \left[|X-\mu |^{p}\right]&=\sigma ^{p}(p-1)!!\cdot {\begin{cases}{\sqrt {\frac {2}{\pi }}}&{\text{if }}p{\text{ is odd}}\\1&{\text{if }}p{\text{ is even}}\end{cases}}\\&=\sigma ^{p}\cdot {\frac {2^{p/2}\Gamma \left({\frac {p+1}{2}}\right)}{\sqrt {\pi }}}.\end{aligned}}} The last formula is valid also for any non-integer p > − 1. {\textstyle p>-1.} When the mean μ ≠ 0 , {\textstyle \mu \neq 0,} the plain and absolute moments can be expressed in terms of confluent hypergeometric functions 1 F 1 {\textstyle {}_{1}F_{1}} and U . {\textstyle U.} 28
E [ X p ] = σ p ⋅ ( − i 2 ) p U ( − p 2 , 1 2 , − μ 2 2 σ 2 ) , E [ | X | p ] = σ p ⋅ 2 p / 2 Γ ( 1 + p 2 ) π 1 F 1 ( − p 2 , 1 2 , − μ 2 2 σ 2 ) . {\displaystyle {\begin{aligned}\operatorname {E} \left[X^{p}\right]&=\sigma ^{p}\cdot {\left(-i{\sqrt {2}}\right)}^{p}\,U{\left(-{\frac {p}{2}},{\frac {1}{2}},-{\frac {\mu ^{2}}{2\sigma ^{2}}}\right)},\\\operatorname {E} \left[|X|^{p}\right]&=\sigma ^{p}\cdot 2^{p/2}{\frac {\Gamma {\left({\frac {1+p}{2}}\right)}}{\sqrt {\pi }}}\,{}_{1}F_{1}{\left(-{\frac {p}{2}},{\frac {1}{2}},-{\frac {\mu ^{2}}{2\sigma ^{2}}}\right)}.\end{aligned}}}
These expressions remain valid even if p {\displaystyle p} is not an integer. See also generalized Hermite polynomials.
The expectation of X {\displaystyle X} conditioned on the event that X {\displaystyle X} lies in an interval [ a , b ] {\textstyle [a,b]} is given by E [ X ∣ a < X < b ] = μ − σ 2 f ( b ) − f ( a ) F ( b ) − F ( a ) , {\displaystyle \operatorname {E} \left[X\mid a<X<b\right]=\mu -\sigma ^{2}{\frac {f(b)-f(a)}{F(b)-F(a)}}\,,} where f {\displaystyle f} and F {\displaystyle F} respectively are the density and the cumulative distribution function of X {\displaystyle X} . For b = ∞ {\textstyle b=\infty } this is known as the inverse Mills ratio. Note that above, density f {\displaystyle f} of X {\displaystyle X} is used instead of standard normal density as in inverse Mills ratio, so here we have σ 2 {\textstyle \sigma ^{2}} instead of σ {\displaystyle \sigma } .
The Fourier transform of a normal density f {\displaystyle f} with mean μ {\displaystyle \mu } and variance σ 2 {\textstyle \sigma ^{2}} is29
f ^ ( t ) = ∫ − ∞ ∞ f ( x ) e − i t x d x = e − i μ t e − 1 2 ( σ t ) 2 , {\displaystyle {\hat {f}}(t)=\int _{-\infty }^{\infty }f(x)e^{-itx}\,dx=e^{-i\mu t}e^{-{\frac {1}{2}}(\sigma t)^{2}}\,,}
where i {\displaystyle i} is the imaginary unit. If the mean μ = 0 {\textstyle \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 / σ 2 {\displaystyle 1/\sigma ^{2}} . In particular, the standard normal distribution φ {\displaystyle \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 {\displaystyle X} is closely connected to the characteristic function φ X ( t ) {\textstyle \varphi _{X}(t)} of that variable, which is defined as the expected value of e i t X {\textstyle e^{itX}} , as a function of the real variable t {\displaystyle t} (the frequency parameter of the Fourier transform). This definition can be analytically extended to a complex-value variable t {\displaystyle t} .30 The relation between both is: φ X ( t ) = f ^ ( − t ) . {\displaystyle \varphi _{X}(t)={\hat {f}}(-t)\,.}
The moment generating function of a real random variable X {\displaystyle X} is the expected value of e t X {\textstyle e^{tX}} , as a function of the real parameter t {\displaystyle t} . For a normal distribution with density f {\displaystyle f} , mean μ {\displaystyle \mu } and variance σ 2 {\textstyle \sigma ^{2}} , the moment generating function exists and is equal to
M ( t ) = E [ e t X ] = f ^ ( i t ) = e μ t e σ 2 t 2 / 2 . {\displaystyle M(t)=\operatorname {E} \left[e^{tX}\right]={\hat {f}}(it)=e^{\mu t}e^{\sigma ^{2}t^{2}/2}\,.} For any k {\displaystyle k} , the coefficient of t k / k ! {\displaystyle t^{k}/k!} in the moment generating function (expressed as an exponential power series in t {\displaystyle t} ) is the normal distribution's expected value E [ X k ] {\displaystyle E[X^{k}]} .
The cumulant generating function is the logarithm of the moment generating function, namely
g ( t ) = ln M ( t ) = μ t + 1 2 σ 2 t 2 . {\displaystyle g(t)=\ln M(t)=\mu t+{\tfrac {1}{2}}\sigma ^{2}t^{2}\,.}
The coefficients of this exponential power series define the cumulants, but because this is a quadratic polynomial in t {\displaystyle t} , only the first two cumulants are nonzero, namely the mean μ {\displaystyle \mu } and the variance σ 2 {\displaystyle \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.
Within Stein's method the Stein operator and class of a random variable X ∼ N ( μ , σ 2 ) {\textstyle X\sim {\mathcal {N}}(\mu ,\sigma ^{2})} are A f ( x ) = σ 2 f ′ ( x ) − ( x − μ ) f ( x ) {\textstyle {\mathcal {A}}f(x)=\sigma ^{2}f'(x)-(x-\mu )f(x)} and F {\textstyle {\mathcal {F}}} the class of all absolutely continuous functions f : R → R such that E [ | f ′ ( X ) | ] < ∞ {\textstyle f:\mathbb {R} \to \mathbb {R} {\mbox{ such that }}\mathbb {E} [|f'(X)|]<\infty } .
In the limit when σ 2 {\textstyle \sigma ^{2}} tends to zero, the probability density f ( x ) {\textstyle f(x)} eventually tends to zero at any x ≠ μ {\textstyle x\neq \mu } , but grows without limit if x = μ {\textstyle x=\mu } , while its integral remains equal to 1. Therefore, the normal distribution cannot be defined as an ordinary function when σ 2 = 0 {\displaystyle \sigma ^{2}=0} .
However, one can define the normal distribution with zero variance as a generalized function; specifically, as a Dirac delta function δ {\displaystyle \delta } translated by the mean μ {\displaystyle \mu } , that is f ( x ) = δ ( x − μ ) . {\textstyle f(x)=\delta (x-\mu ).} Its cumulative distribution function is then the Heaviside step function translated by the mean μ {\displaystyle \mu } , namely F ( x ) = { 0 if x < μ 1 if x ≥ μ . {\displaystyle F(x)={\begin{cases}0&{\text{if }}x<\mu \\1&{\text{if }}x\geq \mu \,.\end{cases}}}
Of all probability distributions over the reals with a specified finite mean μ {\displaystyle \mu } and finite variance σ 2 {\textstyle \sigma ^{2}} , the normal distribution N ( μ , σ 2 ) {\textstyle N(\mu ,\sigma ^{2})} is the one with maximum entropy.31 To see this, let X {\displaystyle X} be a continuous random variable with probability density f ( x ) {\displaystyle f(x)} . The entropy of X {\displaystyle X} is defined as323334 H ( X ) = − ∫ − ∞ ∞ f ( x ) ln f ( x ) d x , {\displaystyle H(X)=-\int _{-\infty }^{\infty }f(x)\ln f(x)\,dx\,,}
where f ( x ) log f ( x ) {\textstyle f(x)\log f(x)} is understood to be zero whenever f ( x ) = 0 {\displaystyle 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:
L = − ∫ − ∞ ∞ f ( x ) ln f ( x ) d x − λ 0 ( 1 − ∫ − ∞ ∞ f ( x ) d x ) − λ 1 ( μ − ∫ − ∞ ∞ f ( x ) x d x ) − λ 2 ( σ 2 − ∫ − ∞ ∞ f ( x ) ( x − μ ) 2 d x ) . {\displaystyle L=-\int _{-\infty }^{\infty }f(x)\ln f(x)\,dx-\lambda _{0}\left(1-\int _{-\infty }^{\infty }f(x)\,dx\right)-\lambda _{1}\left(\mu -\int _{-\infty }^{\infty }f(x)x\,dx\right)-\lambda _{2}\left(\sigma ^{2}-\int _{-\infty }^{\infty }f(x)(x-\mu )^{2}\,dx\right)\,.}
At maximum entropy, a small variation δ f ( x ) {\textstyle \delta f(x)} about f ( x ) {\textstyle f(x)} will produce a variation δ L {\textstyle \delta L} about L {\displaystyle L} which is equal to 0:
0 = δ L = ∫ − ∞ ∞ δ f ( x ) ( − ln f ( x ) − 1 + λ 0 + λ 1 x + λ 2 ( x − μ ) 2 ) d x . {\displaystyle 0=\delta L=\int _{-\infty }^{\infty }\delta f(x)\left(-\ln f(x)-1+\lambda _{0}+\lambda _{1}x+\lambda _{2}(x-\mu )^{2}\right)\,dx\,.}
Since this must hold for any small δ f ( x ) {\textstyle \delta f(x)} , the factor multiplying δ f ( x ) {\textstyle \delta f(x)} must be zero, and solving for f ( x ) {\textstyle f(x)} yields:
f ( x ) = exp ( − 1 + λ 0 + λ 1 x + λ 2 ( x − μ ) 2 ) . {\displaystyle f(x)=\exp \left(-1+\lambda _{0}+\lambda _{1}x+\lambda _{2}(x-\mu )^{2}\right)\,.}
The Lagrange constraints that f ( x ) {\textstyle f(x)} is properly normalized and has the specified mean and variance are satisfied if and only if λ 0 {\textstyle \lambda _{0}} , λ 1 {\textstyle \lambda _{1}} , and λ 2 {\textstyle \lambda _{2}} are chosen so that f ( x ) = 1 2 π σ 2 e − ( x − μ ) 2 2 σ 2 . {\displaystyle f(x)={\frac {1}{\sqrt {2\pi \sigma ^{2}}}}e^{-{\frac {(x-\mu )^{2}}{2\sigma ^{2}}}}\,.} The entropy of a normal distribution X ∼ N ( μ , σ 2 ) {\textstyle X\sim N(\mu ,\sigma ^{2})} is equal to H ( X ) = 1 2 ( 1 + ln 2 σ 2 π ) , {\displaystyle H(X)={\tfrac {1}{2}}(1+\ln 2\sigma ^{2}\pi )\,,} which is independent of the mean μ {\displaystyle \mu } .
Main article: 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 X 1 , … , X n {\textstyle X_{1},\ldots ,X_{n}} are independent and identically distributed random variables with the same arbitrary distribution, zero mean, and variance σ 2 {\textstyle \sigma ^{2}} and Z {\displaystyle Z} is their mean scaled by n {\textstyle {\sqrt {n}}} Z = n ( 1 n ∑ i = 1 n X i ) {\displaystyle Z={\sqrt {n}}\left({\frac {1}{n}}\sum _{i=1}^{n}X_{i}\right)} Then, as n {\displaystyle n} increases, the probability distribution of Z {\displaystyle Z} will tend to the normal distribution with zero mean and variance σ 2 {\displaystyle \sigma ^{2}} .
The theorem can be extended to variables ( X i ) {\textstyle (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.
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-tracing43 (Matlab code). In the following sections we look at some special cases.
If X {\displaystyle X} is distributed normally with mean μ {\displaystyle \mu } and variance σ 2 {\textstyle \sigma ^{2}} , then
If X 1 {\textstyle X_{1}} and X 2 {\textstyle X_{2}} are two independent standard normal random variables with mean 0 and variance 1, then
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.
For any positive integer n {\textstyle {\text{n}}} , any normal distribution with mean μ {\displaystyle \mu } and variance σ 2 {\textstyle \sigma ^{2}} is the distribution of the sum of n {\textstyle {\text{n}}} independent normal deviates, each with mean μ n {\textstyle {\frac {\mu }{n}}} and variance σ 2 n {\textstyle {\frac {\sigma ^{2}}{n}}} . This property is called infinite divisibility.49
Conversely, if X 1 {\textstyle X_{1}} and X 2 {\textstyle X_{2}} are independent random variables and their sum X 1 + X 2 {\textstyle X_{1}+X_{2}} has a normal distribution, then both X 1 {\textstyle X_{1}} and X 2 {\textstyle X_{2}} must be normal deviates.50
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.51
The Kac–Bernstein theorem states that if X {\textstyle X} and Y {\displaystyle Y} are independent and X + Y {\textstyle X+Y} and X − Y {\textstyle X-Y} are also independent, then both X and Y must necessarily have normal distributions.5253
More generally, if X 1 , … , X n {\textstyle X_{1},\ldots ,X_{n}} are independent random variables, then two distinct linear combinations ∑ a k X k {\textstyle \sum {a_{k}X_{k}}} and ∑ b k X k {\textstyle \sum {b_{k}X_{k}}} will be independent if and only if all X k {\textstyle X_{k}} are normal and ∑ a k b k σ k 2 = 0 {\textstyle \sum {a_{k}b_{k}\sigma _{k}^{2}=0}} , where σ k 2 {\textstyle \sigma _{k}^{2}} denotes the variance of X k {\textstyle X_{k}} .54
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
f X ( x ) = N ( μ , σ 1 2 ) if x ≤ μ {\displaystyle f_{X}(x)=N(\mu ,\sigma _{1}^{2}){\text{ if }}x\leq \mu } f X ( x ) = N ( μ , σ 2 2 ) if x ≥ μ {\displaystyle f_{X}(x)=N(\mu ,\sigma _{2}^{2}){\text{ if }}x\geq \mu }
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 determined55
E ( X ) = μ + 2 π ( σ 2 − σ 1 ) {\displaystyle \operatorname {E} (X)=\mu +{\sqrt {\frac {2}{\pi }}}(\sigma _{2}-\sigma _{1})} V ( X ) = ( 1 − 2 π ) ( σ 2 − σ 1 ) 2 + σ 1 σ 2 {\displaystyle \operatorname {V} (X)=\left(1-{\frac {2}{\pi }}\right)(\sigma _{2}-\sigma _{1})^{2}+\sigma _{1}\sigma _{2}} T ( X ) = 2 π ( σ 2 − σ 1 ) [ ( 4 π − 1 ) ( σ 2 − σ 1 ) 2 + σ 1 σ 2 ] {\displaystyle \operatorname {T} (X)={\sqrt {\frac {2}{\pi }}}(\sigma _{2}-\sigma _{1})\left[\left({\frac {4}{\pi }}-1\right)(\sigma _{2}-\sigma _{1})^{2}+\sigma _{1}\sigma _{2}\right]}
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:
See also: Maximum likelihood § Continuous distribution, continuous parameter space; and Gaussian function § 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 ( x 1 , … , x n ) {\textstyle (x_{1},\ldots ,x_{n})} from a normal N ( μ , σ 2 ) {\textstyle {\mathcal {N}}(\mu ,\sigma ^{2})} population we would like to learn the approximate values of parameters μ {\displaystyle \mu } and σ 2 {\textstyle \sigma ^{2}} . The standard approach to this problem is the maximum likelihood method, which requires maximization of the log-likelihood function: ln L ( μ , σ 2 ) = ∑ i = 1 n ln f ( x i ∣ μ , σ 2 ) = − n 2 ln ( 2 π ) − n 2 ln σ 2 − 1 2 σ 2 ∑ i = 1 n ( x i − μ ) 2 . {\displaystyle \ln {\mathcal {L}}(\mu ,\sigma ^{2})=\sum _{i=1}^{n}\ln f(x_{i}\mid \mu ,\sigma ^{2})=-{\frac {n}{2}}\ln(2\pi )-{\frac {n}{2}}\ln \sigma ^{2}-{\frac {1}{2\sigma ^{2}}}\sum _{i=1}^{n}(x_{i}-\mu )^{2}.} Taking derivatives with respect to μ {\displaystyle \mu } and σ 2 {\textstyle \sigma ^{2}} and solving the resulting system of first order conditions yields the maximum likelihood estimates: μ ^ = x ¯ ≡ 1 n ∑ i = 1 n x i , σ ^ 2 = 1 n ∑ i = 1 n ( x i − x ¯ ) 2 . {\displaystyle {\hat {\mu }}={\overline {x}}\equiv {\frac {1}{n}}\sum _{i=1}^{n}x_{i},\qquad {\hat {\sigma }}^{2}={\frac {1}{n}}\sum _{i=1}^{n}(x_{i}-{\overline {x}})^{2}.}
Then ln L ( μ ^ , σ ^ 2 ) {\textstyle \ln {\mathcal {L}}({\hat {\mu }},{\hat {\sigma }}^{2})} is as follows:
ln L ( μ ^ , σ ^ 2 ) = ( − n / 2 ) [ ln ( 2 π σ ^ 2 ) + 1 ] {\displaystyle \ln {\mathcal {L}}({\hat {\mu }},{\hat {\sigma }}^{2})=(-n/2)[\ln(2\pi {\hat {\sigma }}^{2})+1]}
See also: Standard error of the mean
Estimator μ ^ {\displaystyle \textstyle {\hat {\mu }}} is called the sample mean, since it is the arithmetic mean of all observations. The statistic x ¯ {\displaystyle \textstyle {\overline {x}}} is complete and sufficient for μ {\displaystyle \mu } , and therefore by the Lehmann–Scheffé theorem, μ ^ {\displaystyle \textstyle {\hat {\mu }}} is the uniformly minimum variance unbiased (UMVU) estimator.56 In finite samples it is distributed normally: μ ^ ∼ N ( μ , σ 2 / n ) . {\displaystyle {\hat {\mu }}\sim {\mathcal {N}}(\mu ,\sigma ^{2}/n).} The variance of this estimator is equal to the μμ-element of the inverse Fisher information matrix I − 1 {\displaystyle \textstyle {\mathcal {I}}^{-1}} . This implies that the estimator is finite-sample efficient. Of practical importance is the fact that the standard error of μ ^ {\displaystyle \textstyle {\hat {\mu }}} is proportional to 1 / n {\displaystyle \textstyle 1/{\sqrt {n}}} , 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, μ ^ {\displaystyle \textstyle {\hat {\mu }}} is consistent, that is, it converges in probability to μ {\displaystyle \mu } as n → ∞ {\textstyle n\rightarrow \infty } . The estimator is also asymptotically normal, which is a simple corollary of the fact that it is normal in finite samples: n ( μ ^ − μ ) → d N ( 0 , σ 2 ) . {\displaystyle {\sqrt {n}}({\hat {\mu }}-\mu )\,\xrightarrow {d} \,{\mathcal {N}}(0,\sigma ^{2}).}
See also: Standard deviation § Estimation, and Variance § Estimation
The estimator σ ^ 2 {\displaystyle \textstyle {\hat {\sigma }}^{2}} is called the sample variance, since it is the variance of the sample ( ( x 1 , … , x n ) {\textstyle (x_{1},\ldots ,x_{n})} ). In practice, another estimator is often used instead of the σ ^ 2 {\displaystyle \textstyle {\hat {\sigma }}^{2}} . This other estimator is denoted s 2 {\textstyle s^{2}} , and is also called the sample variance, which represents a certain ambiguity in terminology; its square root s {\displaystyle s} is called the sample standard deviation. The estimator s 2 {\textstyle s^{2}} differs from σ ^ 2 {\displaystyle \textstyle {\hat {\sigma }}^{2}} by having (n − 1) instead of n in the denominator (the so-called Bessel's correction): s 2 = n n − 1 σ ^ 2 = 1 n − 1 ∑ i = 1 n ( x i − x ¯ ) 2 . {\displaystyle s^{2}={\frac {n}{n-1}}{\hat {\sigma }}^{2}={\frac {1}{n-1}}\sum _{i=1}^{n}(x_{i}-{\overline {x}})^{2}.} The difference between s 2 {\textstyle s^{2}} and σ ^ 2 {\displaystyle \textstyle {\hat {\sigma }}^{2}} becomes negligibly small for large n's. In finite samples however, the motivation behind the use of s 2 {\textstyle s^{2}} is that it is an unbiased estimator of the underlying parameter σ 2 {\textstyle \sigma ^{2}} , whereas σ ^ 2 {\displaystyle \textstyle {\hat {\sigma }}^{2}} is biased. Also, by the Lehmann–Scheffé theorem the estimator s 2 {\textstyle s^{2}} is uniformly minimum variance unbiased (UMVU),57 which makes it the "best" estimator among all unbiased ones. However it can be shown that the biased estimator σ ^ 2 {\displaystyle \textstyle {\hat {\sigma }}^{2}} is better than the s 2 {\textstyle s^{2}} in terms of the mean squared error (MSE) criterion. In finite samples both s 2 {\textstyle s^{2}} and σ ^ 2 {\displaystyle \textstyle {\hat {\sigma }}^{2}} have scaled chi-squared distribution with (n − 1) degrees of freedom: s 2 ∼ σ 2 n − 1 ⋅ χ n − 1 2 , σ ^ 2 ∼ σ 2 n ⋅ χ n − 1 2 . {\displaystyle s^{2}\sim {\frac {\sigma ^{2}}{n-1}}\cdot \chi _{n-1}^{2},\qquad {\hat {\sigma }}^{2}\sim {\frac {\sigma ^{2}}{n}}\cdot \chi _{n-1}^{2}.} The first of these expressions shows that the variance of s 2 {\textstyle s^{2}} is equal to 2 σ 4 / ( n − 1 ) {\textstyle 2\sigma ^{4}/(n-1)} , which is slightly greater than the σσ-element of the inverse Fisher information matrix I − 1 {\displaystyle \textstyle {\mathcal {I}}^{-1}} . Thus, s 2 {\textstyle s^{2}} is not an efficient estimator for σ 2 {\textstyle \sigma ^{2}} , and moreover, since s 2 {\textstyle s^{2}} is UMVU, we can conclude that the finite-sample efficient estimator for σ 2 {\textstyle \sigma ^{2}} does not exist.
Applying the asymptotic theory, both estimators s 2 {\textstyle s^{2}} and σ ^ 2 {\displaystyle \textstyle {\hat {\sigma }}^{2}} are consistent, that is they converge in probability to σ 2 {\textstyle \sigma ^{2}} as the sample size n → ∞ {\textstyle n\rightarrow \infty } . The two estimators are also both asymptotically normal: n ( σ ^ 2 − σ 2 ) ≃ n ( s 2 − σ 2 ) → d N ( 0 , 2 σ 4 ) . {\displaystyle {\sqrt {n}}({\hat {\sigma }}^{2}-\sigma ^{2})\simeq {\sqrt {n}}(s^{2}-\sigma ^{2})\,\xrightarrow {d} \,{\mathcal {N}}(0,2\sigma ^{4}).} In particular, both estimators are asymptotically efficient for σ 2 {\textstyle \sigma ^{2}} .
See also: Studentization and 3-sigma rule
By Cochran's theorem, for normal distributions the sample mean μ ^ {\displaystyle \textstyle {\hat {\mu }}} 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 μ ^ {\displaystyle \textstyle {\hat {\mu }}} and s can be employed to construct the so-called t-statistic: t = μ ^ − μ s / n = x ¯ − μ 1 n ( n − 1 ) ∑ ( x i − x ¯ ) 2 ∼ t n − 1 {\displaystyle t={\frac {{\hat {\mu }}-\mu }{s/{\sqrt {n}}}}={\frac {{\overline {x}}-\mu }{\sqrt {{\frac {1}{n(n-1)}}\sum (x_{i}-{\overline {x}})^{2}}}}\sim t_{n-1}} 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 μ;58 similarly, inverting the χ2 distribution of the statistic s2 will give us the confidence interval for σ2:59 μ ∈ [ μ ^ − t n − 1 , 1 − α / 2 s n , μ ^ + t n − 1 , 1 − α / 2 s n ] {\displaystyle \mu \in \left[{\hat {\mu }}-t_{n-1,1-\alpha /2}{\frac {s}{\sqrt {n}}},\,{\hat {\mu }}+t_{n-1,1-\alpha /2}{\frac {s}{\sqrt {n}}}\right]} σ 2 ∈ [ n − 1 χ n − 1 , 1 − α / 2 2 s 2 , n − 1 χ n − 1 , α / 2 2 s 2 ] {\displaystyle \sigma ^{2}\in \left[{\frac {n-1}{\chi _{n-1,1-\alpha /2}^{2}}}s^{2},\,{\frac {n-1}{\chi _{n-1,\alpha /2}^{2}}}s^{2}\right]} where tk,p and χ 2k,p 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 α = 5%, 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 μ ^ {\displaystyle \textstyle {\hat {\mu }}} and s2: μ ∈ [ μ ^ − | z α / 2 | n s , μ ^ + | z α / 2 | n s ] {\displaystyle \mu \in \left[{\hat {\mu }}-{\frac {|z_{\alpha /2}|}{\sqrt {n}}}s,\,{\hat {\mu }}+{\frac {|z_{\alpha /2}|}{\sqrt {n}}}s\right]} σ 2 ∈ [ s 2 − 2 | z α / 2 | n s 2 , s 2 + 2 | z α / 2 | n s 2 ] {\displaystyle \sigma ^{2}\in \left[s^{2}-{\sqrt {2}}{\frac {|z_{\alpha /2}|}{\sqrt {n}}}s^{2},\,s^{2}+{\sqrt {2}}{\frac {|z_{\alpha /2}|}{\sqrt {n}}}s^{2}\right]} 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 α = 5%, results in |z0.025| = 1.96.
Main article: 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 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.
The following auxiliary formula is useful for simplifying the posterior update equations, which otherwise become fairly tedious.
a ( x − y ) 2 + b ( x − z ) 2 = ( a + b ) ( x − a y + b z a + b ) 2 + a b a + b ( y − z ) 2 {\displaystyle a(x-y)^{2}+b(x-z)^{2}=(a+b)\left(x-{\frac {ay+bz}{a+b}}\right)^{2}+{\frac {ab}{a+b}}(y-z)^{2}}
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:
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 × k {\textstyle k\times k} , then
( y − x ) ′ A ( y − x ) + ( x − z ) ′ B ( x − z ) = ( x − c ) ′ ( A + B ) ( x − c ) + ( y − z ) ′ ( A − 1 + B − 1 ) − 1 ( y − z ) {\displaystyle {\begin{aligned}&(\mathbf {y} -\mathbf {x} )'\mathbf {A} (\mathbf {y} -\mathbf {x} )+(\mathbf {x} -\mathbf {z} )'\mathbf {B} (\mathbf {x} -\mathbf {z} )\\={}&(\mathbf {x} -\mathbf {c} )'(\mathbf {A} +\mathbf {B} )(\mathbf {x} -\mathbf {c} )+(\mathbf {y} -\mathbf {z} )'(\mathbf {A} ^{-1}+\mathbf {B} ^{-1})^{-1}(\mathbf {y} -\mathbf {z} )\end{aligned}}}
c = ( A + B ) − 1 ( A y + B z ) {\displaystyle \mathbf {c} =(\mathbf {A} +\mathbf {B} )^{-1}(\mathbf {A} \mathbf {y} +\mathbf {B} \mathbf {z} )}
The form x′ A x is called a quadratic form and is a scalar: x ′ A x = ∑ i , j a i j x i x j {\displaystyle \mathbf {x} '\mathbf {A} \mathbf {x} =\sum _{i,j}a_{ij}x_{i}x_{j}} 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 x i x j = x j x i {\textstyle x_{i}x_{j}=x_{j}x_{i}} , only the sum a i j + a j i {\textstyle a_{ij}+a_{ji}} 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 x ′ A y = y ′ A x . {\textstyle \mathbf {x} '\mathbf {A} \mathbf {y} =\mathbf {y} '\mathbf {A} \mathbf {x} .}
Another useful formula is as follows: ∑ i = 1 n ( x i − μ ) 2 = ∑ i = 1 n ( x i − x ¯ ) 2 + n ( x ¯ − μ ) 2 {\displaystyle \sum _{i=1}^{n}(x_{i}-\mu )^{2}=\sum _{i=1}^{n}(x_{i}-{\bar {x}})^{2}+n({\bar {x}}-\mu )^{2}} where x ¯ = 1 n ∑ i = 1 n x i . {\textstyle {\bar {x}}={\frac {1}{n}}\sum _{i=1}^{n}x_{i}.}
For a set of i.i.d. normally distributed data points X of size n where each individual point x follows x ∼ N ( μ , σ 2 ) {\textstyle x\sim {\mathcal {N}}(\mu ,\sigma ^{2})} 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 x ∼ N ( μ , 1 / τ ) {\textstyle x\sim {\mathcal {N}}(\mu ,1/\tau )} and μ ∼ N ( μ 0 , 1 / τ 0 ) , {\textstyle \mu \sim {\mathcal {N}}(\mu _{0},1/\tau _{0}),} we proceed as follows.
First, the likelihood function is (using the formula above for the sum of differences from the mean):
p ( X ∣ μ , τ ) = ∏ i = 1 n τ 2 π exp ( − 1 2 τ ( x i − μ ) 2 ) = ( τ 2 π ) n / 2 exp ( − 1 2 τ ∑ i = 1 n ( x i − μ ) 2 ) = ( τ 2 π ) n / 2 exp [ − 1 2 τ ( ∑ i = 1 n ( x i − x ¯ ) 2 + n ( x ¯ − μ ) 2 ) ] . {\displaystyle {\begin{aligned}p(\mathbf {X} \mid \mu ,\tau )&=\prod _{i=1}^{n}{\sqrt {\frac {\tau }{2\pi }}}\exp \left(-{\frac {1}{2}}\tau (x_{i}-\mu )^{2}\right)\\&=\left({\frac {\tau }{2\pi }}\right)^{n/2}\exp \left(-{\frac {1}{2}}\tau \sum _{i=1}^{n}(x_{i}-\mu )^{2}\right)\\&=\left({\frac {\tau }{2\pi }}\right)^{n/2}\exp \left[-{\frac {1}{2}}\tau \left(\sum _{i=1}^{n}(x_{i}-{\bar {x}})^{2}+n({\bar {x}}-\mu )^{2}\right)\right].\end{aligned}}}
Then, we proceed as follows:
p ( μ ∣ X ) ∝ p ( X ∣ μ ) p ( μ ) = ( τ 2 π ) n / 2 exp [ − 1 2 τ ( ∑ i = 1 n ( x i − x ¯ ) 2 + n ( x ¯ − μ ) 2 ) ] τ 0 2 π exp ( − 1 2 τ 0 ( μ − μ 0 ) 2 ) ∝ exp ( − 1 2 ( τ ( ∑ i = 1 n ( x i − x ¯ ) 2 + n ( x ¯ − μ ) 2 ) + τ 0 ( μ − μ 0 ) 2 ) ) ∝ exp ( − 1 2 ( n τ ( x ¯ − μ ) 2 + τ 0 ( μ − μ 0 ) 2 ) ) = exp ( − 1 2 ( n τ + τ 0 ) ( μ − n τ x ¯ + τ 0 μ 0 n τ + τ 0 ) 2 + n τ τ 0 n τ + τ 0 ( x ¯ − μ 0 ) 2 ) ∝ exp ( − 1 2 ( n τ + τ 0 ) ( μ − n τ x ¯ + τ 0 μ 0 n τ + τ 0 ) 2 ) {\displaystyle {\begin{aligned}p(\mu \mid \mathbf {X} )&\propto p(\mathbf {X} \mid \mu )p(\mu )\\&=\left({\frac {\tau }{2\pi }}\right)^{n/2}\exp \left[-{\frac {1}{2}}\tau \left(\sum _{i=1}^{n}(x_{i}-{\bar {x}})^{2}+n({\bar {x}}-\mu )^{2}\right)\right]{\sqrt {\frac {\tau _{0}}{2\pi }}}\exp \left(-{\frac {1}{2}}\tau _{0}(\mu -\mu _{0})^{2}\right)\\&\propto \exp \left(-{\frac {1}{2}}\left(\tau \left(\sum _{i=1}^{n}(x_{i}-{\bar {x}})^{2}+n({\bar {x}}-\mu )^{2}\right)+\tau _{0}(\mu -\mu _{0})^{2}\right)\right)\\&\propto \exp \left(-{\frac {1}{2}}\left(n\tau ({\bar {x}}-\mu )^{2}+\tau _{0}(\mu -\mu _{0})^{2}\right)\right)\\&=\exp \left(-{\frac {1}{2}}(n\tau +\tau _{0})\left(\mu -{\dfrac {n\tau {\bar {x}}+\tau _{0}\mu _{0}}{n\tau +\tau _{0}}}\right)^{2}+{\frac {n\tau \tau _{0}}{n\tau +\tau _{0}}}({\bar {x}}-\mu _{0})^{2}\right)\\&\propto \exp \left(-{\frac {1}{2}}(n\tau +\tau _{0})\left(\mu -{\dfrac {n\tau {\bar {x}}+\tau _{0}\mu _{0}}{n\tau +\tau _{0}}}\right)^{2}\right)\end{aligned}}}
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 n τ x ¯ + τ 0 μ 0 n τ + τ 0 {\textstyle {\frac {n\tau {\bar {x}}+\tau _{0}\mu _{0}}{n\tau +\tau _{0}}}} and precision n τ + τ 0 {\textstyle n\tau +\tau _{0}} , i.e.
p ( μ ∣ X ) ∼ N ( n τ x ¯ + τ 0 μ 0 n τ + τ 0 , 1 n τ + τ 0 ) {\displaystyle p(\mu \mid \mathbf {X} )\sim {\mathcal {N}}\left({\frac {n\tau {\bar {x}}+\tau _{0}\mu _{0}}{n\tau +\tau _{0}}},{\frac {1}{n\tau +\tau _{0}}}\right)}
This can be written as a set of Bayesian update equations for the posterior parameters in terms of the prior parameters:
τ 0 ′ = τ 0 + n τ μ 0 ′ = n τ x ¯ + τ 0 μ 0 n τ + τ 0 x ¯ = 1 n ∑ i = 1 n x i {\displaystyle {\begin{aligned}\tau _{0}'&=\tau _{0}+n\tau \\[5pt]\mu _{0}'&={\frac {n\tau {\bar {x}}+\tau _{0}\mu _{0}}{n\tau +\tau _{0}}}\\[5pt]{\bar {x}}&={\frac {1}{n}}\sum _{i=1}^{n}x_{i}\end{aligned}}}
That is, to combine n data points with total precision of nτ (or equivalently, total variance of n/σ2) and mean of values x ¯ {\textstyle {\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
σ 0 2 ′ = 1 n σ 2 + 1 σ 0 2 μ 0 ′ = n x ¯ σ 2 + μ 0 σ 0 2 n σ 2 + 1 σ 0 2 x ¯ = 1 n ∑ i = 1 n x i {\displaystyle {\begin{aligned}{\sigma _{0}^{2}}'&={\frac {1}{{\frac {n}{\sigma ^{2}}}+{\frac {1}{\sigma _{0}^{2}}}}}\\[5pt]\mu _{0}'&={\frac {{\frac {n{\bar {x}}}{\sigma ^{2}}}+{\frac {\mu _{0}}{\sigma _{0}^{2}}}}{{\frac {n}{\sigma ^{2}}}+{\frac {1}{\sigma _{0}^{2}}}}}\\[5pt]{\bar {x}}&={\frac {1}{n}}\sum _{i=1}^{n}x_{i}\end{aligned}}}
For a set of i.i.d. normally distributed data points X of size n where each individual point x follows x ∼ N ( μ , σ 2 ) {\textstyle x\sim {\mathcal {N}}(\mu ,\sigma ^{2})} 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:
p ( σ 2 ∣ ν 0 , σ 0 2 ) = ( σ 0 2 ν 0 2 ) ν 0 / 2 Γ ( ν 0 2 ) exp [ − ν 0 σ 0 2 2 σ 2 ] ( σ 2 ) 1 + ν 0 2 ∝ exp [ − ν 0 σ 0 2 2 σ 2 ] ( σ 2 ) 1 + ν 0 2 {\displaystyle p(\sigma ^{2}\mid \nu _{0},\sigma _{0}^{2})={\frac {(\sigma _{0}^{2}{\frac {\nu _{0}}{2}})^{\nu _{0}/2}}{\Gamma \left({\frac {\nu _{0}}{2}}\right)}}~{\frac {\exp \left[{\frac {-\nu _{0}\sigma _{0}^{2}}{2\sigma ^{2}}}\right]}{(\sigma ^{2})^{1+{\frac {\nu _{0}}{2}}}}}\propto {\frac {\exp \left[{\frac {-\nu _{0}\sigma _{0}^{2}}{2\sigma ^{2}}}\right]}{(\sigma ^{2})^{1+{\frac {\nu _{0}}{2}}}}}}
The likelihood function from above, written in terms of the variance, is:
p ( X ∣ μ , σ 2 ) = ( 1 2 π σ 2 ) n / 2 exp [ − 1 2 σ 2 ∑ i = 1 n ( x i − μ ) 2 ] = ( 1 2 π σ 2 ) n / 2 exp [ − S 2 σ 2 ] {\displaystyle {\begin{aligned}p(\mathbf {X} \mid \mu ,\sigma ^{2})&=\left({\frac {1}{2\pi \sigma ^{2}}}\right)^{n/2}\exp \left[-{\frac {1}{2\sigma ^{2}}}\sum _{i=1}^{n}(x_{i}-\mu )^{2}\right]\\&=\left({\frac {1}{2\pi \sigma ^{2}}}\right)^{n/2}\exp \left[-{\frac {S}{2\sigma ^{2}}}\right]\end{aligned}}}
S = ∑ i = 1 n ( x i − μ ) 2 . {\displaystyle S=\sum _{i=1}^{n}(x_{i}-\mu )^{2}.}
Then:
p ( σ 2 ∣ X ) ∝ p ( X ∣ σ 2 ) p ( σ 2 ) = ( 1 2 π σ 2 ) n / 2 exp [ − S 2 σ 2 ] ( σ 0 2 ν 0 2 ) ν 0 2 Γ ( ν 0 2 ) exp [ − ν 0 σ 0 2 2 σ 2 ] ( σ 2 ) 1 + ν 0 2 ∝ ( 1 σ 2 ) n / 2 1 ( σ 2 ) 1 + ν 0 2 exp [ − S 2 σ 2 + − ν 0 σ 0 2 2 σ 2 ] = 1 ( σ 2 ) 1 + ν 0 + n 2 exp [ − ν 0 σ 0 2 + S 2 σ 2 ] {\displaystyle {\begin{aligned}p(\sigma ^{2}\mid \mathbf {X} )&\propto p(\mathbf {X} \mid \sigma ^{2})p(\sigma ^{2})\\&=\left({\frac {1}{2\pi \sigma ^{2}}}\right)^{n/2}\exp \left[-{\frac {S}{2\sigma ^{2}}}\right]{\frac {(\sigma _{0}^{2}{\frac {\nu _{0}}{2}})^{\frac {\nu _{0}}{2}}}{\Gamma \left({\frac {\nu _{0}}{2}}\right)}}~{\frac {\exp \left[{\frac {-\nu _{0}\sigma _{0}^{2}}{2\sigma ^{2}}}\right]}{(\sigma ^{2})^{1+{\frac {\nu _{0}}{2}}}}}\\&\propto \left({\frac {1}{\sigma ^{2}}}\right)^{n/2}{\frac {1}{(\sigma ^{2})^{1+{\frac {\nu _{0}}{2}}}}}\exp \left[-{\frac {S}{2\sigma ^{2}}}+{\frac {-\nu _{0}\sigma _{0}^{2}}{2\sigma ^{2}}}\right]\\&={\frac {1}{(\sigma ^{2})^{1+{\frac {\nu _{0}+n}{2}}}}}\exp \left[-{\frac {\nu _{0}\sigma _{0}^{2}+S}{2\sigma ^{2}}}\right]\end{aligned}}}
The above is also a scaled inverse chi-squared distribution where
ν 0 ′ = ν 0 + n ν 0 ′ σ 0 2 ′ = ν 0 σ 0 2 + ∑ i = 1 n ( x i − μ ) 2 {\displaystyle {\begin{aligned}\nu _{0}'&=\nu _{0}+n\\\nu _{0}'{\sigma _{0}^{2}}'&=\nu _{0}\sigma _{0}^{2}+\sum _{i=1}^{n}(x_{i}-\mu )^{2}\end{aligned}}}
or equivalently
ν 0 ′ = ν 0 + n σ 0 2 ′ = ν 0 σ 0 2 + ∑ i = 1 n ( x i − μ ) 2 ν 0 + n {\displaystyle {\begin{aligned}\nu _{0}'&=\nu _{0}+n\\{\sigma _{0}^{2}}'&={\frac {\nu _{0}\sigma _{0}^{2}+\sum _{i=1}^{n}(x_{i}-\mu )^{2}}{\nu _{0}+n}}\end{aligned}}}
Reparameterizing in terms of an inverse gamma distribution, the result is:
α ′ = α + n 2 β ′ = β + ∑ i = 1 n ( x i − μ ) 2 2 {\displaystyle {\begin{aligned}\alpha '&=\alpha +{\frac {n}{2}}\\\beta '&=\beta +{\frac {\sum _{i=1}^{n}(x_{i}-\mu )^{2}}{2}}\end{aligned}}}
For a set of i.i.d. normally distributed data points X of size n where each individual point x follows x ∼ N ( μ , σ 2 ) {\textstyle x\sim {\mathcal {N}}(\mu ,\sigma ^{2})} 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:
p ( μ ∣ σ 2 ; μ 0 , n 0 ) ∼ N ( μ 0 , σ 2 / n 0 ) p ( σ 2 ; ν 0 , σ 0 2 ) ∼ I χ 2 ( ν 0 , σ 0 2 ) = I G ( ν 0 / 2 , ν 0 σ 0 2 / 2 ) {\displaystyle {\begin{aligned}p(\mu \mid \sigma ^{2};\mu _{0},n_{0})&\sim {\mathcal {N}}(\mu _{0},\sigma ^{2}/n_{0})\\p(\sigma ^{2};\nu _{0},\sigma _{0}^{2})&\sim I\chi ^{2}(\nu _{0},\sigma _{0}^{2})=IG(\nu _{0}/2,\nu _{0}\sigma _{0}^{2}/2)\end{aligned}}}
The update equations can be derived, and look as follows:
x ¯ = 1 n ∑ i = 1 n x i μ 0 ′ = n 0 μ 0 + n x ¯ n 0 + n n 0 ′ = n 0 + n ν 0 ′ = ν 0 + n ν 0 ′ σ 0 2 ′ = ν 0 σ 0 2 + ∑ i = 1 n ( x i − x ¯ ) 2 + n 0 n n 0 + n ( μ 0 − x ¯ ) 2 {\displaystyle {\begin{aligned}{\bar {x}}&={\frac {1}{n}}\sum _{i=1}^{n}x_{i}\\\mu _{0}'&={\frac {n_{0}\mu _{0}+n{\bar {x}}}{n_{0}+n}}\\n_{0}'&=n_{0}+n\\\nu _{0}'&=\nu _{0}+n\\\nu _{0}'{\sigma _{0}^{2}}'&=\nu _{0}\sigma _{0}^{2}+\sum _{i=1}^{n}(x_{i}-{\bar {x}})^{2}+{\frac {n_{0}n}{n_{0}+n}}(\mu _{0}-{\bar {x}})^{2}\end{aligned}}}
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 ν 0 ′ σ 0 2 ′ {\textstyle \nu _{0}'{\sigma _{0}^{2}}'} 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.
The prior distributions are p ( μ ∣ σ 2 ; μ 0 , n 0 ) ∼ N ( μ 0 , σ 2 / n 0 ) = 1 2 π σ 2 n 0 exp ( − n 0 2 σ 2 ( μ − μ 0 ) 2 ) ∝ ( σ 2 ) − 1 / 2 exp ( − n 0 2 σ 2 ( μ − μ 0 ) 2 ) p ( σ 2 ; ν 0 , σ 0 2 ) ∼ I χ 2 ( ν 0 , σ 0 2 ) = I G ( ν 0 / 2 , ν 0 σ 0 2 / 2 ) = ( σ 0 2 ν 0 / 2 ) ν 0 / 2 Γ ( ν 0 / 2 ) exp [ − ν 0 σ 0 2 2 σ 2 ] ( σ 2 ) 1 + ν 0 / 2 ∝ ( σ 2 ) − ( 1 + ν 0 / 2 ) exp [ − ν 0 σ 0 2 2 σ 2 ] . {\displaystyle {\begin{aligned}p(\mu \mid \sigma ^{2};\mu _{0},n_{0})&\sim {\mathcal {N}}(\mu _{0},\sigma ^{2}/n_{0})={\frac {1}{\sqrt {2\pi {\frac {\sigma ^{2}}{n_{0}}}}}}\exp \left(-{\frac {n_{0}}{2\sigma ^{2}}}(\mu -\mu _{0})^{2}\right)\\&\propto (\sigma ^{2})^{-1/2}\exp \left(-{\frac {n_{0}}{2\sigma ^{2}}}(\mu -\mu _{0})^{2}\right)\\p(\sigma ^{2};\nu _{0},\sigma _{0}^{2})&\sim I\chi ^{2}(\nu _{0},\sigma _{0}^{2})=IG(\nu _{0}/2,\nu _{0}\sigma _{0}^{2}/2)\\&={\frac {(\sigma _{0}^{2}\nu _{0}/2)^{\nu _{0}/2}}{\Gamma (\nu _{0}/2)}}~{\frac {\exp \left[{\frac {-\nu _{0}\sigma _{0}^{2}}{2\sigma ^{2}}}\right]}{(\sigma ^{2})^{1+\nu _{0}/2}}}\\&\propto {(\sigma ^{2})^{-(1+\nu _{0}/2)}}\exp \left[{\frac {-\nu _{0}\sigma _{0}^{2}}{2\sigma ^{2}}}\right].\end{aligned}}}
Therefore, the joint prior is
p ( μ , σ 2 ; μ 0 , n 0 , ν 0 , σ 0 2 ) = p ( μ ∣ σ 2 ; μ 0 , n 0 ) p ( σ 2 ; ν 0 , σ 0 2 ) ∝ ( σ 2 ) − ( ν 0 + 3 ) / 2 exp [ − 1 2 σ 2 ( ν 0 σ 0 2 + n 0 ( μ − μ 0 ) 2 ) ] . {\displaystyle {\begin{aligned}p(\mu ,\sigma ^{2};\mu _{0},n_{0},\nu _{0},\sigma _{0}^{2})&=p(\mu \mid \sigma ^{2};\mu _{0},n_{0})\,p(\sigma ^{2};\nu _{0},\sigma _{0}^{2})\\&\propto (\sigma ^{2})^{-(\nu _{0}+3)/2}\exp \left[-{\frac {1}{2\sigma ^{2}}}\left(\nu _{0}\sigma _{0}^{2}+n_{0}(\mu -\mu _{0})^{2}\right)\right].\end{aligned}}}
The likelihood function from the section above with known variance is:
p ( X ∣ μ , σ 2 ) = ( 1 2 π σ 2 ) n / 2 exp [ − 1 2 σ 2 ( ∑ i = 1 n ( x i − μ ) 2 ) ] {\displaystyle {\begin{aligned}p(\mathbf {X} \mid \mu ,\sigma ^{2})&=\left({\frac {1}{2\pi \sigma ^{2}}}\right)^{n/2}\exp \left[-{\frac {1}{2\sigma ^{2}}}\left(\sum _{i=1}^{n}(x_{i}-\mu )^{2}\right)\right]\end{aligned}}}
Writing it in terms of variance rather than precision, we get: p ( X ∣ μ , σ 2 ) = ( 1 2 π σ 2 ) n / 2 exp [ − 1 2 σ 2 ( ∑ i = 1 n ( x i − x ¯ ) 2 + n ( x ¯ − μ ) 2 ) ] ∝ σ 2 − n / 2 exp [ − 1 2 σ 2 ( S + n ( x ¯ − μ ) 2 ) ] {\displaystyle {\begin{aligned}p(\mathbf {X} \mid \mu ,\sigma ^{2})&=\left({\frac {1}{2\pi \sigma ^{2}}}\right)^{n/2}\exp \left[-{\frac {1}{2\sigma ^{2}}}\left(\sum _{i=1}^{n}(x_{i}-{\bar {x}})^{2}+n({\bar {x}}-\mu )^{2}\right)\right]\\&\propto {\sigma ^{2}}^{-n/2}\exp \left[-{\frac {1}{2\sigma ^{2}}}\left(S+n({\bar {x}}-\mu )^{2}\right)\right]\end{aligned}}} where S = ∑ i = 1 n ( x i − x ¯ ) 2 . {\textstyle S=\sum _{i=1}^{n}(x_{i}-{\bar {x}})^{2}.}
Therefore, the posterior is (dropping the hyperparameters as conditioning factors): p ( μ , σ 2 ∣ X ) ∝ p ( μ , σ 2 ) p ( X ∣ μ , σ 2 ) ∝ ( σ 2 ) − ( ν 0 + 3 ) / 2 exp [ − 1 2 σ 2 ( ν 0 σ 0 2 + n 0 ( μ − μ 0 ) 2 ) ] σ 2 − n / 2 exp [ − 1 2 σ 2 ( S + n ( x ¯ − μ ) 2 ) ] = ( σ 2 ) − ( ν 0 + n + 3 ) / 2 exp [ − 1 2 σ 2 ( ν 0 σ 0 2 + S + n 0 ( μ − μ 0 ) 2 + n ( x ¯ − μ ) 2 ) ] = ( σ 2 ) − ( ν 0 + n + 3 ) / 2 exp [ − 1 2 σ 2 ( ν 0 σ 0 2 + S + n 0 n n 0 + n ( μ 0 − x ¯ ) 2 + ( n 0 + n ) ( μ − n 0 μ 0 + n x ¯ n 0 + n ) 2 ) ] ∝ ( σ 2 ) − 1 / 2 exp [ − n 0 + n 2 σ 2 ( μ − n 0 μ 0 + n x ¯ n 0 + n ) 2 ] × ( σ 2 ) − ( ν 0 / 2 + n / 2 + 1 ) exp [ − 1 2 σ 2 ( ν 0 σ 0 2 + S + n 0 n n 0 + n ( μ 0 − x ¯ ) 2 ) ] = N μ ∣ σ 2 ( n 0 μ 0 + n x ¯ n 0 + n , σ 2 n 0 + n ) ⋅ I G σ 2 ( 1 2 ( ν 0 + n ) , 1 2 ( ν 0 σ 0 2 + S + n 0 n n 0 + n ( μ 0 − x ¯ ) 2 ) ) . {\displaystyle {\begin{aligned}p(\mu ,\sigma ^{2}\mid \mathbf {X} )&\propto p(\mu ,\sigma ^{2})\,p(\mathbf {X} \mid \mu ,\sigma ^{2})\\&\propto (\sigma ^{2})^{-(\nu _{0}+3)/2}\exp \left[-{\frac {1}{2\sigma ^{2}}}\left(\nu _{0}\sigma _{0}^{2}+n_{0}(\mu -\mu _{0})^{2}\right)\right]{\sigma ^{2}}^{-n/2}\exp \left[-{\frac {1}{2\sigma ^{2}}}\left(S+n({\bar {x}}-\mu )^{2}\right)\right]\\&=(\sigma ^{2})^{-(\nu _{0}+n+3)/2}\exp \left[-{\frac {1}{2\sigma ^{2}}}\left(\nu _{0}\sigma _{0}^{2}+S+n_{0}(\mu -\mu _{0})^{2}+n({\bar {x}}-\mu )^{2}\right)\right]\\&=(\sigma ^{2})^{-(\nu _{0}+n+3)/2}\exp \left[-{\frac {1}{2\sigma ^{2}}}\left(\nu _{0}\sigma _{0}^{2}+S+{\frac {n_{0}n}{n_{0}+n}}(\mu _{0}-{\bar {x}})^{2}+(n_{0}+n)\left(\mu -{\frac {n_{0}\mu _{0}+n{\bar {x}}}{n_{0}+n}}\right)^{2}\right)\right]\\&\propto (\sigma ^{2})^{-1/2}\exp \left[-{\frac {n_{0}+n}{2\sigma ^{2}}}\left(\mu -{\frac {n_{0}\mu _{0}+n{\bar {x}}}{n_{0}+n}}\right)^{2}\right]\\&\quad \times (\sigma ^{2})^{-(\nu _{0}/2+n/2+1)}\exp \left[-{\frac {1}{2\sigma ^{2}}}\left(\nu _{0}\sigma _{0}^{2}+S+{\frac {n_{0}n}{n_{0}+n}}(\mu _{0}-{\bar {x}})^{2}\right)\right]\\&={\mathcal {N}}_{\mu \mid \sigma ^{2}}\left({\frac {n_{0}\mu _{0}+n{\bar {x}}}{n_{0}+n}},{\frac {\sigma ^{2}}{n_{0}+n}}\right)\cdot {\rm {IG}}_{\sigma ^{2}}\left({\frac {1}{2}}(\nu _{0}+n),{\frac {1}{2}}\left(\nu _{0}\sigma _{0}^{2}+S+{\frac {n_{0}n}{n_{0}+n}}(\mu _{0}-{\bar {x}})^{2}\right)\right).\end{aligned}}}
In other words, the posterior distribution has the form of a product of a normal distribution over p ( μ | σ 2 ) {\textstyle p(\mu |\sigma ^{2})} times an inverse gamma distribution over p ( σ 2 ) {\textstyle p(\sigma ^{2})} , with parameters that are the same as the update equations above.
The occurrence of normal distribution in practical problems can be loosely classified into four categories:
Certain quantities in physics are distributed normally, as was first demonstrated by James Clerk Maxwell. Examples of such quantities are:
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.
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.
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.63
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.
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.
1 − Φ ( x ) = 1 − ( 1 − Φ ( − x ) ) {\displaystyle 1-\Phi \left(x\right)=1-\left(1-\Phi \left(-x\right)\right)}
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: z = Φ − 1 ( p ) = 5.5556 [ 1 − ( 1 − p p ) 0.1186 ] , p ≥ 1 / 2 {\displaystyle z=\Phi ^{-1}(p)=5.5556\left[1-\left({\frac {1-p}{p}}\right)^{0.1186}\right],\qquad p\geq 1/2}
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: z = − 0.4115 { 1 − p p + log [ 1 − p p ] − 1 } , p ≥ 1 / 2 {\displaystyle z=-0.4115\left\{{\frac {1-p}{p}}+\log \left[{\frac {1-p}{p}}\right]-1\right\},\qquad p\geq 1/2}
The latter had served to derive a simple approximation for the loss integral of the normal distribution, defined by L ( z ) = ∫ z ∞ ( u − z ) φ ( u ) d u = ∫ z ∞ [ 1 − Φ ( u ) ] d u L ( z ) ≈ { 0.4115 ( p 1 − p ) − z , p < 1 / 2 , 0.4115 ( 1 − p p ) , p ≥ 1 / 2. or, equivalently, L ( z ) ≈ { 0.4115 { 1 − log [ p 1 − p ] } , p < 1 / 2 , 0.4115 1 − p p , p ≥ 1 / 2. {\displaystyle {\begin{aligned}L(z)&=\int _{z}^{\infty }(u-z)\varphi (u)\,du=\int _{z}^{\infty }[1-\Phi (u)]\,du\\[5pt]L(z)&\approx {\begin{cases}0.4115\left({\dfrac {p}{1-p}}\right)-z,&p<1/2,\\\\0.4115\left({\dfrac {1-p}{p}}\right),&p\geq 1/2.\end{cases}}\\[5pt]{\text{or, equivalently,}}\\L(z)&\approx {\begin{cases}0.4115\left\{1-\log \left[{\frac {p}{1-p}}\right]\right\},&p<1/2,\\\\0.4115{\dfrac {1-p}{p}},&p\geq 1/2.\end{cases}}\end{aligned}}}
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#Approximation with elementary functions. In particular, small relative error on the whole domain for the cumulative distribution function Φ {\displaystyle \Phi } and the quantile function Φ − 1 {\textstyle \Phi ^{-1}} as well, is achieved via an explicitly invertible formula by Sergei Winitzki in 2008.
Some authors7475 attribute the discovery of the normal distribution to de Moivre, who in 173876 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 2 n / 2 π n {\textstyle 2^{n}/{\sqrt {2\pi n}}} , 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 − 2 ℓ ℓ n {\textstyle -{\frac {2\ell \ell }{n}}} ."77 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.78
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.79 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:80 φ Δ = h √ π e − h h Δ Δ , {\displaystyle \varphi {\mathit {\Delta }}={\frac {h}{\surd \pi }}\,e^{-\mathrm {hh} \Delta \Delta },} 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.81
Although Gauss was the first to suggest the normal distribution law, Laplace made significant contributions.82 It was Laplace who first posed the problem of aggregating several observations in 1774,83 although his own solution led to the Laplacian distribution. It was Laplace who first calculated the value of the integral ∫ e−t2 dt = √π in 1782, providing the normalization constant for the normal distribution.84 For this accomplishment, Gauss acknowledged the priority of Laplace.85 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.86
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.87 His works remained largely unnoticed by the scientific community, until in 1871 they were exhumed by Abbe.88
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:89 The number of particles whose velocity, resolved in a certain direction, lies between x and x + dx is N 1 α π e − x 2 α 2 d x {\displaystyle \operatorname {N} {\frac {1}{\alpha \;{\sqrt {\pi }}}}\;e^{-{\frac {x^{2}}{\alpha ^{2}}}}\,dx}
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.90 However, by the end of the 19th century some authors91 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."92 Around the turn of the 20th century Pearson popularized the term normal as a designation for this distribution.93
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: d f = 1 2 σ 2 π e − ( x − m ) 2 / ( 2 σ 2 ) d x . {\displaystyle df={\frac {1}{\sqrt {2\sigma ^{2}\pi }}}e^{-(x-m)^{2}/(2\sigma ^{2})}\,dx.}
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.94
Tsokos, Chris; Wooten, Rebecca (January 1, 2016). Tsokos, Chris; Wooten, Rebecca (eds.). The Joy of Finite Mathematics. Boston: Academic Press. pp. 231–263. doi:10.1016/b978-0-12-802967-1.00007-3. ISBN 978-0-12-802967-1. 978-0-12-802967-1 ↩
Harris, Frank E. (January 1, 2014). Harris, Frank E. (ed.). Mathematics for Physical Science and Engineering. Boston: Academic Press. pp. 663–709. doi:10.1016/b978-0-12-801000-6.00018-3. ISBN 978-0-12-801000-6. 978-0-12-801000-6 ↩
Normal Distribution, Gale Encyclopedia of Psychology http://www.encyclopedia.com/topic/Normal_Distribution.aspx#3 ↩
Casella & Berger (2001, p. 102) - Casella, George; Berger, Roger L. (2001). Statistical Inference (2nd ed.). Duxbury. ISBN 978-0-534-24312-8. ↩
Lyon, A. (2014). Why are Normal Distributions Normal?, The British Journal for the Philosophy of Science. https://aidanlyon.com/normal_distributions.pdf ↩
Jorge, Nocedal; Stephan, J. Wright (2006). Numerical Optimization (2nd ed.). Springer. p. 249. ISBN 978-0387-30303-1. 978-0387-30303-1 ↩
"Normal Distribution". www.mathsisfun.com. Retrieved August 15, 2020. https://www.mathsisfun.com/data/standard-normal-distribution.html ↩
Stigler (1982) - Stigler, Stephen M. (1982). "A Modest Proposal: A New Standard for the Normal". The American Statistician. 36 (2): 137–138. doi:10.2307/2684031. JSTOR 2684031. https://doi.org/10.2307%2F2684031 ↩
Halperin, Hartley & Hoel (1965, item 7) - Halperin, Max; Hartley, Herman O.; Hoel, Paul G. (1965). "Recommended Standards for Statistical Symbols and Notation. COPSS Committee on Symbols and Notation". The American Statistician. 19 (3): 12–14. doi:10.2307/2681417. JSTOR 2681417. https://doi.org/10.2307%2F2681417 ↩
McPherson (1990, p. 110) - McPherson, Glen (1990). Statistics in Scientific Investigation: Its Basis, Application and Interpretation. Springer-Verlag. ISBN 978-0-387-97137-7. https://archive.org/details/statisticsinscie0000mcph ↩
Bernardo & Smith (2000, p. 121) - Bernardo, José M.; Smith, Adrian F. M. (2000). Bayesian Theory. Wiley. ISBN 978-0-471-49464-5. ↩
Scott, Clayton; Nowak, Robert (August 7, 2003). "The Q-function". Connexions. http://cnx.org/content/m11537/1.2/ ↩
Barak, Ohad (April 6, 2006). "Q Function and Error Function" (PDF). Tel Aviv University. Archived from the original (PDF) on March 25, 2009. https://web.archive.org/web/20090325160012/http://www.eng.tau.ac.il/~jo/academic/Q.pdf ↩
Weisstein, Eric W. "Normal Distribution Function". MathWorld. /wiki/Eric_W._Weisstein ↩
Abramowitz, Milton; Stegun, Irene Ann, eds. (1983) [June 1964]. "Chapter 26, eqn 26.2.12". Handbook of Mathematical Functions with Formulas, Graphs, and Mathematical Tables. Applied Mathematics Series. Vol. 55 (Ninth reprint with additional corrections of tenth original printing with corrections (December 1972); first ed.). Washington D.C.; New York: United States Department of Commerce, National Bureau of Standards; Dover Publications. p. 932. ISBN 978-0-486-61272-0. LCCN 64-60036. MR 0167642. LCCN 65-12253. 978-0-486-61272-0 ↩
Vaart, A. W. van der (October 13, 1998). Asymptotic Statistics. Cambridge University Press. doi:10.1017/cbo9780511802256. ISBN 978-0-511-80225-6. 978-0-511-80225-6 ↩
Cover, Thomas M.; Thomas, Joy A. (2006). Elements of Information Theory. John Wiley and Sons. p. 254. ISBN 9780471748816. 9780471748816 ↩
Park, Sung Y.; Bera, Anil K. (2009). "Maximum Entropy Autoregressive Conditional Heteroskedasticity Model" (PDF). Journal of Econometrics. 150 (2): 219–230. CiteSeerX 10.1.1.511.9750. doi:10.1016/j.jeconom.2008.12.014. Archived from the original (PDF) on March 7, 2016. Retrieved June 2, 2011. https://web.archive.org/web/20160307144515/http://wise.xmu.edu.cn/uploadfiles/paper-masterdownload/2009519932327055475115776.pdf ↩
Geary RC(1936) The distribution of the "Student's ratio for the non-normal samples". Supplement to the Journal of the Royal Statistical Society 3 (2): 178–184 ↩
Lukacs, Eugene (March 1942). "A Characterization of the Normal Distribution". Annals of Mathematical Statistics. 13 (1): 91–93. doi:10.1214/AOMS/1177731647. ISSN 0003-4851. JSTOR 2236166. MR 0006626. Zbl 0060.28509. Wikidata Q55897617. /wiki/Eugene_Lukacs ↩
Patel & Read (1996, [2.1.4]) - Patel, Jagdish K.; Read, Campbell B. (1996). Handbook of the Normal Distribution (2nd ed.). CRC Press. ISBN 978-0-8247-9342-5. ↩
Fan (1991, p. 1258) - Fan, Jianqing (1991). "On the optimal rates of convergence for nonparametric deconvolution problems". The Annals of Statistics. 19 (3): 1257–1272. doi:10.1214/aos/1176348248. JSTOR 2241949. https://doi.org/10.1214%2Faos%2F1176348248 ↩
Patel & Read (1996, [2.1.8]) - Patel, Jagdish K.; Read, Campbell B. (1996). Handbook of the Normal Distribution (2nd ed.). CRC Press. ISBN 978-0-8247-9342-5. ↩
Papoulis, Athanasios. Probability, Random Variables and Stochastic Processes (4th ed.). p. 148. ↩
Winkelbauer, Andreas (2012). "Moments and Absolute Moments of the Normal Distribution". arXiv:1209.4340 [math.ST]. /wiki/ArXiv_(identifier) ↩
Bryc (1995, p. 23) - Bryc, Wlodzimierz (1995). The Normal Distribution: Characterizations with Applications. Springer-Verlag. ISBN 978-0-387-97990-8. ↩
Bryc (1995, p. 24) - Bryc, Wlodzimierz (1995). The Normal Distribution: Characterizations with Applications. Springer-Verlag. ISBN 978-0-387-97990-8. ↩
Cover & Thomas (2006, p. 254) - Cover, Thomas M.; Thomas, Joy A. (2006). Elements of Information Theory. John Wiley and Sons. ↩
Williams, David (2001). Weighing the odds : a course in probability and statistics (Reprinted. ed.). Cambridge [u.a.]: Cambridge Univ. Press. pp. 197–199. ISBN 978-0-521-00618-7. 978-0-521-00618-7 ↩
Smith, José M. Bernardo; Adrian F. M. (2000). Bayesian theory (Reprint ed.). Chichester [u.a.]: Wiley. pp. 209, 366. ISBN 978-0-471-49464-5.{{cite book}}: CS1 maint: multiple names: authors list (link) 978-0-471-49464-5 ↩
O'Hagan, A. (1994) Kendall's Advanced Theory of statistics, Vol 2B, Bayesian Inference, Edward Arnold. ISBN 0-340-52922-9 (Section 5.40) /wiki/ISBN_(identifier) ↩
Bryc (1995, p. 35) - Bryc, Wlodzimierz (1995). The Normal Distribution: Characterizations with Applications. Springer-Verlag. ISBN 978-0-387-97990-8. ↩
UIUC, Lecture 21. The Multivariate Normal Distribution, 21.6:"Individually Gaussian Versus Jointly Gaussian". http://www.math.uiuc.edu/~r-ash/Stat/StatLec21-25.pdf ↩
Edward L. Melnick and Aaron Tenenbein, "Misspecifications of the Normal Distribution", The American Statistician, volume 36, number 4 November 1982, pages 372–373 /wiki/The_American_Statistician ↩
"Kullback Leibler (KL) Distance of Two Normal (Gaussian) Probability Distributions". Allisons.org. December 5, 2007. Retrieved March 3, 2017. http://www.allisons.org/ll/MML/KL/Normal/ ↩
Jordan, Michael I. (February 8, 2010). "Stat260: Bayesian Modeling and Inference: The Conjugate Prior for the Normal Distribution" (PDF). http://www.cs.berkeley.edu/~jordan/courses/260-spring10/lectures/lecture5.pdf ↩
Amari & Nagaoka (2000) - Amari, Shun-ichi; Nagaoka, Hiroshi (2000). Methods of Information Geometry. Oxford University Press. ISBN 978-0-8218-0531-2. ↩
"Expectation of the maximum of gaussian random variables". Mathematics Stack Exchange. Retrieved April 7, 2024. https://math.stackexchange.com/a/89147 ↩
"Normal Approximation to Poisson Distribution". Stat.ucla.edu. Retrieved March 3, 2017. http://www.stat.ucla.edu/~dinov/courses_students.dir/Applets.dir/NormalApprox2PoissonApplet.html ↩
Das, Abhranil (2021). "A method to integrate and classify normal distributions". Journal of Vision. 21 (10): 1. arXiv:2012.14331. doi:10.1167/jov.21.10.1. PMC 8419883. PMID 34468706. https://www.ncbi.nlm.nih.gov/pmc/articles/PMC8419883 ↩
Bryc (1995, p. 27) - Bryc, Wlodzimierz (1995). The Normal Distribution: Characterizations with Applications. Springer-Verlag. ISBN 978-0-387-97990-8. ↩
Weisstein, Eric W. "Normal Product Distribution". MathWorld. wolfram.com. http://mathworld.wolfram.com/NormalProductDistribution.html ↩
Lukacs, Eugene (1942). "A Characterization of the Normal Distribution". The Annals of Mathematical Statistics. 13 (1): 91–3. doi:10.1214/aoms/1177731647. ISSN 0003-4851. JSTOR 2236166. https://doi.org/10.1214%2Faoms%2F1177731647 ↩
Basu, D.; Laha, R. G. (1954). "On Some Characterizations of the Normal Distribution". Sankhyā. 13 (4): 359–62. ISSN 0036-4452. JSTOR 25048183. /wiki/Sankhy%C4%81_(journal) ↩
Lehmann, E. L. (1997). Testing Statistical Hypotheses (2nd ed.). Springer. p. 199. ISBN 978-0-387-94919-2. 978-0-387-94919-2 ↩
Patel & Read (1996, [2.3.6]) - Patel, Jagdish K.; Read, Campbell B. (1996). Handbook of the Normal Distribution (2nd ed.). CRC Press. ISBN 978-0-8247-9342-5. ↩
Galambos & Simonelli (2004, Theorem 3.5) - Galambos, Janos; Simonelli, Italo (2004). Products of Random Variables: Applications to Problems of Physics and to Arithmetical Functions. Marcel Dekker, Inc. ISBN 978-0-8247-5402-0. https://archive.org/details/productsofrandom00gala ↩
Lukacs & King (1954) - Lukacs, Eugene; King, Edgar P. (1954). "A Property of Normal Distribution". The Annals of Mathematical Statistics. 25 (2): 389–394. doi:10.1214/aoms/1177728796. JSTOR 2236741. https://doi.org/10.1214%2Faoms%2F1177728796 ↩
Quine, M.P. (1993). "On three characterisations of the normal distribution". Probability and Mathematical Statistics. 14 (2): 257–263. http://www.math.uni.wroc.pl/~pms/publicationsArticle.php?nr=14.2&nrA=8&ppB=257&ppE=263 ↩
John, S (1982). "The three parameter two-piece normal family of distributions and its fitting". Communications in Statistics – Theory and Methods. 11 (8): 879–885. doi:10.1080/03610928208828279. /wiki/Doi_(identifier) ↩
Krishnamoorthy (2006, p. 127) - Krishnamoorthy, Kalimuthu (2006). Handbook of Statistical Distributions with Applications. Chapman & Hall/CRC. ISBN 978-1-58488-635-8. ↩
Krishnamoorthy (2006, p. 130) - Krishnamoorthy, Kalimuthu (2006). Handbook of Statistical Distributions with Applications. Chapman & Hall/CRC. ISBN 978-1-58488-635-8. ↩
Krishnamoorthy (2006, p. 133) - Krishnamoorthy, Kalimuthu (2006). Handbook of Statistical Distributions with Applications. Chapman & Hall/CRC. ISBN 978-1-58488-635-8. ↩
Huxley (1932) - Huxley, Julian S. (1932). Problems of Relative Growth. London. ISBN 978-0-486-61114-3. OCLC 476909537. https://search.worldcat.org/oclc/476909537 ↩
Jaynes, Edwin T. (2003). Probability Theory: The Logic of Science. Cambridge University Press. pp. 592–593. ISBN 9780521592710. 9780521592710 ↩
Oosterbaan, Roland J. (1994). "Chapter 6: Frequency and Regression Analysis of Hydrologic Data" (PDF). In Ritzema, Henk P. (ed.). Drainage Principles and Applications, Publication 16 (second revised ed.). Wageningen, The Netherlands: International Institute for Land Reclamation and Improvement (ILRI). pp. 175–224. ISBN 978-90-70754-33-4. 978-90-70754-33-4 ↩
Why Most Published Research Findings Are False, John P. A. Ioannidis, 2005 ↩
Wichura, Michael J. (1988). "Algorithm AS241: The Percentage Points of the Normal Distribution". Applied Statistics. 37 (3): 477–84. doi:10.2307/2347330. JSTOR 2347330. /wiki/Doi_(identifier) ↩
Johnson, Kotz & Balakrishnan (1995, Equation (26.48)) - Johnson, Norman L.; Kotz, Samuel; Balakrishnan, Narayanaswamy (1995). Continuous Univariate Distributions, Volume 2. Wiley. ISBN 978-0-471-58494-0. ↩
Kinderman & Monahan (1977) - Kinderman, Albert J.; Monahan, John F. (1977). "Computer Generation of Random Variables Using the Ratio of Uniform Deviates". ACM Transactions on Mathematical Software. 3 (3): 257–260. doi:10.1145/355744.355750. S2CID 12884505. https://doi.org/10.1145%2F355744.355750 ↩
Leva (1992) - Leva, Joseph L. (1992). "A fast normal random number generator" (PDF). ACM Transactions on Mathematical Software. 18 (4): 449–453. CiteSeerX 10.1.1.544.5806. doi:10.1145/138351.138364. S2CID 15802663. Archived from the original (PDF) on July 16, 2010. https://web.archive.org/web/20100716035328/http://saluc.engr.uconn.edu/refs/crypto/rng/leva92afast.pdf ↩
Marsaglia & Tsang (2000) - Marsaglia, George; Tsang, Wai Wan (2000). "The Ziggurat Method for Generating Random Variables". Journal of Statistical Software. 5 (8). doi:10.18637/jss.v005.i08. https://doi.org/10.18637%2Fjss.v005.i08 ↩
Karney (2016) - Karney, C. F. F. (2016). "Sampling exactly from the normal distribution". ACM Transactions on Mathematical Software. 42 (1): 3:1–14. arXiv:1303.6257. doi:10.1145/2710016. S2CID 14252035. https://arxiv.org/abs/1303.6257 ↩
Du, Fan & Wei (2022) - Du, Y.; Fan, B.; Wei, B. (2022). "An improved exact sampling algorithm for the standard normal distribution". Computational Statistics. 37 (2): 721–737. arXiv:2008.03855. doi:10.1007/s00180-021-01136-w. https://arxiv.org/abs/2008.03855 ↩
Monahan (1985, section 2) - Monahan, J. F. (1985). "Accuracy in random number generation". Mathematics of Computation. 45 (172): 559–568. doi:10.1090/S0025-5718-1985-0804945-X. https://doi.org/10.1090%2FS0025-5718-1985-0804945-X ↩
Wallace (1996) - Wallace, C. S. (1996). "Fast pseudo-random generators for normal and exponential variates". ACM Transactions on Mathematical Software. 22 (1): 119–127. doi:10.1145/225545.225554. S2CID 18514848. https://doi.org/10.1145%2F225545.225554 ↩
For example, this algorithm is given in the article Bc programming language. /wiki/Bc_programming_language#A_translated_C_function ↩
Johnson, Kotz & Balakrishnan (1994, p. 85) - Johnson, Norman L.; Kotz, Samuel; Balakrishnan, Narayanaswamy (1994). Continuous Univariate Distributions, Volume 1. Wiley. ISBN 978-0-471-58495-7. ↩
Le Cam & Lo Yang (2000, p. 74) - Le Cam, Lucien; Lo Yang, Grace (2000). Asymptotics in Statistics: Some Basic Concepts (second ed.). Springer. ISBN 978-0-387-95036-5. ↩
De Moivre first published his findings in 1733, in a pamphlet Approximatio ad Summam Terminorum Binomii (a + b)n ↩
De Moivre, Abraham (1733), Corollary I – see Walker (1985, p. 77) - Walker, Helen M. (1985). "De Moivre on the Law of Normal Probability" (PDF). In Smith, David Eugene (ed.). A Source Book in Mathematics. Dover. ISBN 978-0-486-64690-9. http://www.york.ac.uk/depts/maths/histstat/demoivre.pdf ↩
Stigler (1986, p. 76) - Stigler, Stephen M. (1986). The History of Statistics: The Measurement of Uncertainty before 1900. Harvard University Press. ISBN 978-0-674-40340-6. https://archive.org/details/historyofstatist00stig ↩
"It has been customary certainly to regard as an axiom the hypothesis that if any quantity has been determined by several direct observations, made under the same circumstances and with equal care, the arithmetical mean of the observed values affords the most probable value, if not rigorously, yet very nearly at least, so that it is always most safe to adhere to it." — Gauss (1809, section 177) - Gauss, Carolo Friderico (1809). Theoria motvs corporvm coelestivm in sectionibvs conicis Solem ambientivm [Theory of the Motion of the Heavenly Bodies Moving about the Sun in Conic Sections] (in Latin). Hambvrgi, Svmtibvs F. Perthes et I. H. Besser. English translation. https://archive.org/details/theoriamotuscor00gausgoog ↩
Gauss (1809, section 177) - Gauss, Carolo Friderico (1809). Theoria motvs corporvm coelestivm in sectionibvs conicis Solem ambientivm [Theory of the Motion of the Heavenly Bodies Moving about the Sun in Conic Sections] (in Latin). Hambvrgi, Svmtibvs F. Perthes et I. H. Besser. English translation. https://archive.org/details/theoriamotuscor00gausgoog ↩
Gauss (1809, section 179) - Gauss, Carolo Friderico (1809). Theoria motvs corporvm coelestivm in sectionibvs conicis Solem ambientivm [Theory of the Motion of the Heavenly Bodies Moving about the Sun in Conic Sections] (in Latin). Hambvrgi, Svmtibvs F. Perthes et I. H. Besser. English translation. https://archive.org/details/theoriamotuscor00gausgoog ↩
"My custom of terming the curve the Gauss–Laplacian or normal curve saves us from proportioning the merit of discovery between the two great astronomer mathematicians." quote from Pearson (1905, p. 189) - Pearson, Karl (1905). "'Das Fehlergesetz und seine Verallgemeinerungen durch Fechner und Pearson'. A rejoinder". Biometrika. 4 (1): 169–212. doi:10.2307/2331536. JSTOR 2331536. https://zenodo.org/record/1449456 ↩
Laplace (1774, Problem III) - Laplace, Pierre-Simon de (1774). "Mémoire sur la probabilité des causes par les événements". Mémoires de l'Académie Royale des Sciences de Paris (Savants étrangers), Tome 6: 621–656. http://gallica.bnf.fr/ark:/12148/bpt6k77596b/f32 ↩
Pearson (1905, p. 189) - Pearson, Karl (1905). "'Das Fehlergesetz und seine Verallgemeinerungen durch Fechner und Pearson'. A rejoinder". Biometrika. 4 (1): 169–212. doi:10.2307/2331536. JSTOR 2331536. https://zenodo.org/record/1449456 ↩
Stigler (1986, p. 144) - Stigler, Stephen M. (1986). The History of Statistics: The Measurement of Uncertainty before 1900. Harvard University Press. ISBN 978-0-674-40340-6. https://archive.org/details/historyofstatist00stig ↩
Stigler (1978, p. 243) - Stigler, Stephen M. (1978). "Mathematical Statistics in the Early States". The Annals of Statistics. 6 (2): 239–265. doi:10.1214/aos/1176344123. JSTOR 2958876. https://doi.org/10.1214%2Faos%2F1176344123 ↩
Stigler (1978, p. 244) - Stigler, Stephen M. (1978). "Mathematical Statistics in the Early States". The Annals of Statistics. 6 (2): 239–265. doi:10.1214/aos/1176344123. JSTOR 2958876. https://doi.org/10.1214%2Faos%2F1176344123 ↩
Maxwell (1860, p. 23) - Maxwell, James Clerk (1860). "V. Illustrations of the dynamical theory of gases. — Part I: On the motions and collisions of perfectly elastic spheres". Philosophical Magazine. Series 4. 19 (124): 19–32. doi:10.1080/14786446008642818. https://doi.org/10.1080%2F14786446008642818 ↩
Jaynes, Edwin J.; Probability Theory: The Logic of Science, Ch. 7. http://www-biba.inrialpes.fr/Jaynes/cc07s.pdf ↩
Besides those specifically referenced here, such use is encountered in the works of Peirce, Galton (Galton (1889, chapter V)) and Lexis (Lexis (1878), Rohrbasser & Véron (2003)) c. 1875.[citation needed] /wiki/Charles_Sanders_Peirce ↩
Peirce, Charles S. (c. 1909 MS), Collected Papers v. 6, paragraph 327. /wiki/Charles_Sanders_Peirce_bibliography#CP ↩
Kruskal & Stigler (1997). - Kruskal, William H.; Stigler, Stephen M. (1997). Spencer, Bruce D. (ed.). Normative Terminology: 'Normal' in Statistics and Elsewhere. Statistics and Public Policy. Oxford University Press. ISBN 978-0-19-852341-3. ↩
"Earliest Uses... (Entry Standard Normal Curve)". http://jeff560.tripod.com/s.html ↩
Sun, Jingchao; Kong, Maiying; Pal, Subhadip (June 22, 2021). "The Modified-Half-Normal distribution: Properties and an efficient sampling scheme". Communications in Statistics – Theory and Methods. 52 (5): 1591–1613. doi:10.1080/03610926.2021.1934700. ISSN 0361-0926. S2CID 237919587. https://www.tandfonline.com/doi/abs/10.1080/03610926.2021.1934700?journalCode=lsta20 ↩