In probability theory and statistics, variance is the expected value of the squared deviation from the mean of a random variable. The standard deviation (SD) is obtained as the square root of the variance. Variance is a measure of dispersion, meaning it is a measure of how far a set of numbers is spread out from their average value. It is the second central moment of a distribution, and the covariance of the random variable with itself, and it is often represented by
\sigma2
s2
\operatorname{Var}(X)
V(X)
V(X)
An advantage of variance as a measure of dispersion is that it is more amenable to algebraic manipulation than other measures of dispersion such as the expected absolute deviation; for example, the variance of a sum of uncorrelated random variables is equal to the sum of their variances. A disadvantage of the variance for practical applications is that, unlike the standard deviation, its units differ from the random variable, which is why the standard deviation is more commonly reported as a measure of dispersion once the calculation is finished. Another disadvangage is that the variance is not finite for many distributions.
There are two distinct concepts that are both called "variance". One, as discussed above, is part of a theoretical probability distribution and is defined by an equation. The other variance is a characteristic of a set of observations. When variance is calculated from observations, those observations are typically measured from a real-world system. If all possible observations of the system are present, then the calculated variance is called the population variance. Normally, however, only a subset is available, and the variance calculated from this is called the sample variance. The variance calculated from a sample is considered an estimate of the full population variance. There are multiple ways to calculate an estimate of the population variance, as discussed in the section below.
The two kinds of variance are closely related. To see how, consider that a theoretical probability distribution can be used as a generator of hypothetical observations. If an infinite number of observations are generated using a distribution, then the sample variance calculated from that infinite set will match the value calculated using the distribution's equation for variance. Variance has a central role in statistics, where some ideas that use it include descriptive statistics, statistical inference, hypothesis testing, goodness of fit, and Monte Carlo sampling.
The variance of a random variable
X
X
\mu=\operatorname{E}[X]
\operatorname{Var}(X)=\operatorname{E}\left[(X-\mu)2\right].
\operatorname{Var}(X)=\operatorname{Cov}(X,X).
X
\operatorname{Var}(X)
V(X)
V(X)
2 | |
\sigma | |
X |
\sigma2
\begin{align} \operatorname{Var}(X)&=\operatorname{E}\left[(X-\operatorname{E}[X])2\right]\\[4pt] &=\operatorname{E}\left[X2-2X\operatorname{E}[X]+\operatorname{E}[X]2\right]\\[4pt] &=\operatorname{E}\left[X2\right]-2\operatorname{E}[X]\operatorname{E}[X]+\operatorname{E}[X]2\\[4pt] &=\operatorname{E}\left[X2\right]-2\operatorname{E}[X]2+\operatorname{E}[X]2\\[4pt] &=\operatorname{E}\left[X2\right]-\operatorname{E}[X]2 \end{align}
In other words, the variance of is equal to the mean of the square of minus the square of the mean of . This equation should not be used for computations using floating point arithmetic, because it suffers from catastrophic cancellation if the two components of the equation are similar in magnitude. For other numerically stable alternatives, see Algorithms for calculating variance.
If the generator of random variable
X
x1\mapstop1,x2\mapstop2,\ldots,xn\mapstopn
\operatorname{Var}(X)=
n | |
\sum | |
i=1 |
pi ⋅ (xi-\mu)2,
where
\mu
\mu=
n | |
\sum | |
i=1 |
pixi.
(When such a discrete weighted variance is specified by weights whose sum is not 1, then one divides by the sum of the weights.)
The variance of a collection of
n
\operatorname{Var}(X)=
1 | |
n |
n | |
\sum | |
i=1 |
(xi-\mu)2
where
\mu
\mu=
1 | |
n |
n | |
\sum | |
i=1 |
xi.
The variance of a set of
n
\operatorname{Var}(X)=
1 | |
n2 |
n | |
\sum | |
i=1 |
n | |
\sum | |
j=1 |
1 | |
2 |
(xi-
2 | |
x | |
j) |
=
1 | |
n2 |
\sumi\sumj>i(xi-x
2. | |
j) |
If the random variable
X
f(x)
F(x)
\begin{align} \operatorname{Var}(X)=\sigma2&=\int\R(x-\mu)2f(x)dx\\[4pt] &=\int\Rx2f(x)dx-2\mu\int\Rxf(x)dx+
2\int | |
\mu | |
\R |
f(x)dx\\[4pt] &=\int\Rx2dF(x)-2\mu\int\RxdF(x)+\mu2\int\RdF(x)\\[4pt] &=\int\Rx2dF(x)-2\mu ⋅ \mu+\mu2 ⋅ 1\\[4pt] &=\int\Rx2dF(x)-\mu2, \end{align}
or equivalently,
\operatorname{Var}(X)=\int\Rx2f(x)dx-\mu2,
where
\mu
X
\mu=\int\Rxf(x)dx=\int\RxdF(x).
In these formulas, the integrals with respect to
dx
dF(x)
If the function
x2f(x)
[a,b]\subset\R,
\operatorname{Var}(X)=
+infty | |
\int | |
-infty |
x2f(x)dx-\mu2,
where the integral is an improper Riemann integral.
The exponential distribution with parameter is a continuous distribution whose probability density function is given by
f(x)=λe-λ
\operatorname{E}[X]=
infty | |
\int | |
0 |
xλe-λdx=
1 | |
λ |
.
Using integration by parts and making use of the expected value already calculated, we have:
\begin{align} \operatorname{E}\left[X2\right]&=
infty | |
\int | |
0 |
x2λe-λdx\\ &=\left[-x2e-λ
infty | |
\right] | |
0 |
+
infty | |
\int | |
0 |
2xe-λdx\\ &=0+
2 | |
λ |
\operatorname{E}[X]\\ &=
2 | |
λ2 |
. \end{align}
Thus, the variance of is given by
\operatorname{Var}(X)=\operatorname{E}\left[X2\right]-\operatorname{E}[X]2=
2 | |
λ2 |
-\left(
1 | |
λ |
\right)2=
1 | |
λ2 |
.
A fair six-sided die can be modeled as a discrete random variable,, with outcomes 1 through 6, each with equal probability 1/6. The expected value of is
(1+2+3+4+5+6)/6=7/2.
\begin{align} \operatorname{Var}(X)&=
6 | |
\sum | |
i=1 |
1 | |
6 |
\left(i-
7 | |
2 |
\right)2\\[5pt] &=
1 | |
6 |
\left((-5/2)2+(-3/2)2+(-1/2)2+(1/2)2+(3/2)2+(5/2)2\right)\\[5pt] &=
35 | |
12 |
≈ 2.92. \end{align}
The general formula for the variance of the outcome,, of an die is
\begin{align} \operatorname{Var}(X)&=\operatorname{E}\left(X2\right)-(\operatorname{E}(X))2\\[5pt] &=
1 | |
n |
n | |
\sum | |
i=1 |
i2-\left(
1 | |
n |
n | |
\sum | |
i=1 |
i\right)2\\[5pt] &=
(n+1)(2n+1) | |
6 |
-\left(
n+1 | |
2 |
\right)2\\[4pt] &=
n2-1 | |
12 |
. \end{align}
The following table lists the variance for some commonly used probability distributions.
Name of the probability distribution | Probability distribution function | Mean | Variance | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Binomial distribution | \Pr(X=k)=\binom{n}{k}pk(1-p)n-k | np | np(1-p) | |||||||||
Geometric distribution | \Pr(X=k)=(1-p)k-1p |
|
| |||||||||
Normal distribution | f\left(x\mid\mu,\sigma2\right)=
| \mu | \sigma2 | |||||||||
Uniform distribution (continuous) | f(x\mida,b)=\begin{cases}
&fora\lex\leb,\\[3pt] 0&forx<aorx>b \end{cases} |
|
| |||||||||
Exponential distribution | f(x\midλ)=λe-λ |
|
| |||||||||
Poisson distribution | f(k\midλ)=
| λ | λ |
Variance is non-negative because the squares are positive or zero:
\operatorname{Var}(X)\ge0.
The variance of a constant is zero.
\operatorname{Var}(a)=0.
Conversely, if the variance of a random variable is 0, then it is almost surely a constant. That is, it always has the same value:
\operatorname{Var}(X)=0\iff\existsa:P(X=a)=1.
k
1<k\leq2.
The general formula for variance decomposition or the law of total variance is: If
X
Y
X
\operatorname{Var}[X]=\operatorname{E}(\operatorname{Var}[X\midY])+\operatorname{Var}(\operatorname{E}[X\midY]).
\operatornameE(X\midY)
X
Y
\operatorname{Var}(X\midY)
\operatornameE(X\midY=y)
g(y)=\operatornameE(X\midY=y)
\operatornameE(X\midY)=g(Y).
In particular, if
Y
y1,y2,y3\ldots
p1,p2,p3\ldots,
\operatorname{E}(\operatorname{Var}[X\midY])=\sumipi
2 | |
\sigma | |
i, |
where
2 | |
\sigma | |
i |
=\operatorname{Var}[X\midY=yi]
\operatorname{Var}(\operatorname{E}[X\midY])=\sumipi
2 | |
\mu | |
i |
-\left(\sumipi
2 | |
\mu | |
i\right) |
=\sumipi
2 | |
\mu | |
i |
-\mu2,
where
\mui=\operatorname{E}[X\midY=yi]
\mu=\sumipi\mui
\operatorname{Var}[X]=\sumipi
2 | |
\sigma | |
i |
+\left(\sumipi
2 | |
\mu | |
i |
-\mu2\right).
A similar formula is applied in analysis of variance, where the corresponding formula is
MStotal=MSbetween+MSwithin;
MS
MStotal=MSregression+MSresidual.
This can also be derived from the additivity of variances, since the total (observed) score is the sum of the predicted score and the error score, where the latter two are uncorrelated.
Similar decompositions are possible for the sum of squared deviations (sum of squares,
SS
SStotal=SSbetween+SSwithin,
SStotal=SSregression+SSresidual.
The population variance for a non-negative random variable can be expressed in terms of the cumulative distribution function F using
infty | |
2\int | |
0 |
u(1-F(u))du-
infty | |
\left(\int | |
0 |
(1-F(u))du\right)2.
This expression can be used to calculate the variance in situations where the CDF, but not the density, can be conveniently expressed.
The second moment of a random variable attains the minimum value when taken around the first moment (i.e., mean) of the random variable, i.e.
argminmE\left(\left(X-m\right)2\right)=E(X)
\varphi
argminmE(\varphi(X-m))=E(X)
\varphi(x)=ax2+b
Unlike the expected absolute deviation, the variance of a variable has units that are the square of the units of the variable itself. For example, a variable measured in meters will have a variance measured in meters squared. For this reason, describing data sets via their standard deviation or root mean square deviation is often preferred over using the variance. In the dice example the standard deviation is, slightly larger than the expected absolute deviation of 1.5.
The standard deviation and the expected absolute deviation can both be used as an indicator of the "spread" of a distribution. The standard deviation is more amenable to algebraic manipulation than the expected absolute deviation, and, together with variance and its generalization covariance, is used frequently in theoretical statistics; however the expected absolute deviation tends to be more robust as it is less sensitive to outliers arising from measurement anomalies or an unduly heavy-tailed distribution.
Variance is invariant with respect to changes in a location parameter. That is, if a constant is added to all values of the variable, the variance is unchanged:
\operatorname{Var}(X+a)=\operatorname{Var}(X).
If all values are scaled by a constant, the variance is scaled by the square of that constant:
\operatorname{Var}(aX)=a2\operatorname{Var}(X).
The variance of a sum of two random variables is given by
\operatorname{Var}(aX+bY)=a2\operatorname{Var}(X)+b2\operatorname{Var}(Y)+2ab\operatorname{Cov}(X,Y)
\operatorname{Var}(aX-bY)=a2\operatorname{Var}(X)+b2\operatorname{Var}(Y)-2ab\operatorname{Cov}(X,Y)
where
\operatorname{Cov}(X,Y)
In general, for the sum of
N
\{X1,...,XN\}
N | |
\operatorname{Var}\left(\sum | |
i=1 |
Xi\right)=\sum
N\operatorname{Cov}(X | |
i,X |
j)=\sum
N\operatorname{Var}(X | |
i)+ |
\sumi\ne\operatorname{Cov}(Xi,Xj),
These results lead to the variance of a linear combination as:
\begin{align} \operatorname{Var}\left(
N | |
\sum | |
i=1 |
aiXi\right)
N | |
&=\sum | |
i,j=1 |
aiaj\operatorname{Cov}(Xi,Xj)
N | |
\\ &=\sum | |
i=1 |
2\operatorname{Var}(X | |
a | |
i)+\sum |
i\not=jaiaj\operatorname{Cov}(Xi,Xj)\\ &
N | |
=\sum | |
i=1 |
2\operatorname{Var}(X | |
a | |
i)+2\sum |
1\leaiaj\operatorname{Cov}(Xi,Xj). \end{align}
If the random variables
X1,...,XN
\operatorname{Cov}(Xi,Xj)=0 , \forall (i\nej),
X1,...,XN
N | |
\operatorname{Var}\left(\sum | |
i=1 |
Xi\right)=\sum
N\operatorname{Var}(X | |
i). |
Since independent random variables are always uncorrelated (see), the equation above holds in particular when the random variables
X1,...,Xn
Define
X
n
X1,\ldots,Xn
c
n
c1,\ldots,cn
cTX
cT
c
\Sigma
X
cTX
\operatorname{Var}\left(cTX\right)=cT\Sigmac.
This implies that the variance of the mean can be written as (with a column vector of ones)
\operatorname{Var}\left(\bar{x}\right)=\operatorname{Var}\left(
1 | |
n |
1'X\right)=
1 | |
n2 |
1'\Sigma1.
See main article: article and Bienaymé's identity.
See also: Sum of normally distributed random variables. One reason for the use of the variance in preference to other measures of dispersion is that the variance of the sum (or the difference) of uncorrelated random variables is the sum of their variances:
n | |
\operatorname{Var}\left(\sum | |
i=1 |
Xi\right)=
n | |
\sum | |
i=1 |
\operatorname{Var}(Xi).
This statement is called the Bienaymé formula[5] and was discovered in 1853.[6] [7] It is often made with the stronger condition that the variables are independent, but being uncorrelated suffices. So if all the variables have the same variance σ2, then, since division by n is a linear transformation, this formula immediately implies that the variance of their mean is
\operatorname{Var}\left(\overline{X}\right)=\operatorname{Var}\left(
1 | |
n |
n | |
\sum | |
i=1 |
Xi\right)=
1 | |
n2 |
n | |
\sum | |
i=1 |
\operatorname{Var}\left(Xi\right)=
1 | |
n2 |
n\sigma2=
\sigma2 | |
n |
.
That is, the variance of the mean decreases when n increases. This formula for the variance of the mean is used in the definition of the standard error of the sample mean, which is used in the central limit theorem.
To prove the initial statement, it suffices to show that
\operatorname{Var}(X+Y)=\operatorname{Var}(X)+\operatorname{Var}(Y).
The general result then follows by induction. Starting with the definition,
\begin{align} \operatorname{Var}(X+Y)&=\operatorname{E}\left[(X+Y)2\right]-(\operatorname{E}[X+Y])2\\[5pt] &=\operatorname{E}\left[X2+2XY+Y2\right]-(\operatorname{E}[X]+\operatorname{E}[Y])2. \end{align}
Using the linearity of the expectation operator and the assumption of independence (or uncorrelatedness) of X and Y, this further simplifies as follows:
\begin{align} \operatorname{Var}(X+Y)&=\operatorname{E}\left[X2\right]+2\operatorname{E}[XY]+\operatorname{E}\left[Y2\right]-\left(\operatorname{E}[X]2+2\operatorname{E}[X]\operatorname{E}[Y]+\operatorname{E}[Y]2\right)\\[5pt] &=\operatorname{E}\left[X2\right]+\operatorname{E}\left[Y2\right]-\operatorname{E}[X]2-\operatorname{E}[Y]2\\[5pt] &=\operatorname{Var}(X)+\operatorname{Var}(Y). \end{align}
See main article: article and Bienaymé's identity. In general, the variance of the sum of variables is the sum of their covariances:
n | |
\operatorname{Var}\left(\sum | |
i=1 |
Xi\right)=
n | |
\sum | |
i=1 |
n | |
\sum | |
j=1 |
\operatorname{Cov}\left(Xi,Xj\right)=
n | |
\sum | |
i=1 |
\operatorname{Var}\left(Xi\right)+2\sum1\le\operatorname{Cov}\left(Xi,Xj\right).
(Note: The second equality comes from the fact that .)
Here,
\operatorname{Cov}( ⋅ , ⋅ )
So, if the variables have equal variance σ2 and the average correlation of distinct variables is ρ, then the variance of their mean is
\operatorname{Var}\left(\overline{X}\right)=
\sigma2 | |
n |
+
n-1 | |
n |
\rho\sigma2.
This implies that the variance of the mean increases with the average of the correlations. In other words, additional correlated observations are not as effective as additional independent observations at reducing the uncertainty of the mean. Moreover, if the variables have unit variance, for example if they are standardized, then this simplifies to
\operatorname{Var}\left(\overline{X}\right)=
1 | |
n |
+
n-1 | |
n |
\rho.
This formula is used in the Spearman–Brown prediction formula of classical test theory. This converges to ρ if n goes to infinity, provided that the average correlation remains constant or converges too. So for the variance of the mean of standardized variables with equal correlations or converging average correlation we have
\limn\operatorname{Var}\left(\overline{X}\right)=\rho.
Therefore, the variance of the mean of a large number of standardized variables is approximately equal to their average correlation. This makes clear that the sample mean of correlated variables does not generally converge to the population mean, even though the law of large numbers states that the sample mean will converge for independent variables.
There are cases when a sample is taken without knowing, in advance, how many observations will be acceptable according to some criterion. In such cases, the sample size is a random variable whose variation adds to the variation of, such that,
N | |
\operatorname{Var}\left(\sum | |
i=1 |
2 | |
X | |
i\right)=\operatorname{E}\left[N\right]\operatorname{Var}(X)+\operatorname{Var}(N)(\operatorname{E}\left[X\right]) |
If has a Poisson distribution, then
\operatorname{E}[N]=\operatorname{Var}(N)
n | |
\operatorname{Var}\left(\sum | |
i=1 |
Xi\right)
2+n\bar{X} | |
n{S | |
x} |
2
\operatorname{SE}(\bar{X})=\sqrt{ | {Sx |
2+\bar{X} |
2}{n}}
Variance should not be confused with Weighted variance.
The scaling property and the Bienaymé formula, along with the property of the covariance jointly imply that
\operatorname{Var}(aX\pmbY)=a2\operatorname{Var}(X)+b2\operatorname{Var}(Y)\pm2ab\operatorname{Cov}(X,Y).
This implies that in a weighted sum of variables, the variable with the largest weight will have a disproportionally large weight in the variance of the total. For example, if X and Y are uncorrelated and the weight of X is two times the weight of Y, then the weight of the variance of X will be four times the weight of the variance of Y.
The expression above can be extended to a weighted sum of multiple variables:
n | |
\operatorname{Var}\left(\sum | |
i |
aiXi\right)=
2 | |
\sum | |
i |
\operatorname{Var}(Xi)+2\sum1\le\sum<j\leaiaj\operatorname{Cov}(Xi,Xj)
If two variables X and Y are independent, the variance of their product is given by[9]
\operatorname{Var}(XY)=[\operatorname{E}(X)]2\operatorname{Var}(Y)+[\operatorname{E}(Y)]2\operatorname{Var}(X)+\operatorname{Var}(X)\operatorname{Var}(Y).
Equivalently, using the basic properties of expectation, it is given by
\operatorname{Var}(XY)=\operatorname{E}\left(X2\right)\operatorname{E}\left(Y2\right)-[\operatorname{E}(X)]2[\operatorname{E}(Y)]2.
In general, if two variables are statistically dependent, then the variance of their product is given by:
\begin{align} \operatorname{Var}(XY) ={}&\operatorname{E}\left[X2Y2\right]-[\operatorname{E}(XY)]2\\[5pt] ={}&\operatorname{Cov}\left(X2,Y2\right)+\operatorname{E}(X2)\operatorname{E}\left(Y2\right)-[\operatorname{E}(XY)]2\\[5pt] ={}&\operatorname{Cov}\left(X2,Y2\right)+\left(\operatorname{Var}(X)+[\operatorname{E}(X)]2\right)\left(\operatorname{Var}(Y)+[\operatorname{E}(Y)]2\right)\\[5pt] &-[\operatorname{Cov}(X,Y)+\operatorname{E}(X)\operatorname{E}(Y)]2 \end{align}
See main article: Uncertainty propagation.
The delta method uses second-order Taylor expansions to approximate the variance of a function of one or more random variables: see Taylor expansions for the moments of functions of random variables. For example, the approximate variance of a function of one variable is given by
\operatorname{Var}\left[f(X)\right] ≈ \left(f'(\operatorname{E}\left[X\right])\right)2\operatorname{Var}\left[X\right]
provided that f is twice differentiable and that the mean and variance of X are finite.
See also: Unbiased estimation of standard deviation. Real-world observations such as the measurements of yesterday's rain throughout the day typically cannot be complete sets of all possible observations that could be made. As such, the variance calculated from the finite set will in general not match the variance that would have been calculated from the full population of possible observations. This means that one estimates the mean and variance from a limited set of observations by using an estimator equation. The estimator is a function of the sample of n observations drawn without observational bias from the whole population of potential observations. In this example, the sample would be the set of actual measurements of yesterday's rainfall from available rain gauges within the geography of interest.
The simplest estimators for population mean and population variance are simply the mean and variance of the sample, the sample mean and (uncorrected) sample variance – these are consistent estimators (they converge to the value of the whole population as the number of samples increases) but can be improved. Most simply, the sample variance is computed as the sum of squared deviations about the (sample) mean, divided by n as the number of samples. However, using values other than n improves the estimator in various ways. Four common values for the denominator are n, n − 1, n + 1, and n − 1.5: n is the simplest (the variance of the sample), n − 1 eliminates bias, n + 1 minimizes mean squared error for the normal distribution, and n − 1.5 mostly eliminates bias in unbiased estimation of standard deviation for the normal distribution.
Firstly, if the true population mean is unknown, then the sample variance (which uses the sample mean in place of the true mean) is a biased estimator: it underestimates the variance by a factor of (n − 1) / n; correcting this factor, resulting in the sum of squared deviations about the sample mean divided by n -1 instead of n, is called Bessel's correction. The resulting estimator is unbiased and is called the (corrected) sample variance or unbiased sample variance. If the mean is determined in some other way than from the same samples used to estimate the variance, then this bias does not arise, and the variance can safely be estimated as that of the samples about the (independently known) mean.
Secondly, the sample variance does not generally minimize mean squared error between sample variance and population variance. Correcting for bias often makes this worse: one can always choose a scale factor that performs better than the corrected sample variance, though the optimal scale factor depends on the excess kurtosis of the population (see mean squared error: variance) and introduces bias. This always consists of scaling down the unbiased estimator (dividing by a number larger than n − 1) and is a simple example of a shrinkage estimator: one "shrinks" the unbiased estimator towards zero. For the normal distribution, dividing by n + 1 (instead of n − 1 or n) minimizes mean squared error. The resulting estimator is biased, however, and is known as the biased sample variation.
In general, the population variance of a finite population of size N with values xi is given bywhere the population mean is and , where is the expectation value operator.
The population variance can also be computed using[10]
\sigma2=
1 | |
N2 |
\sumi<j\left(xi-xj\right)2=
1 | |
2N2 |
N\left( | |
\sum | |
i,j=1 |
xi-xj\right)2.
(The right side has duplicate terms in the sum while the middle side has only unique terms to sum.) This is true becauseThe population variance matches the variance of the generating probability distribution. In this sense, the concept of population can be extended to continuous random variables with infinite populations.
In many practical situations, the true variance of a population is not known a priori and must be computed somehow. When dealing with extremely large populations, it is not possible to count every object in the population, so the computation must be performed on a sample of the population.[11] This is generally referred to as sample variance or empirical variance. Sample variance can also be applied to the estimation of the variance of a continuous distribution from a sample of that distribution.
We take a sample with replacement of n values Y1, ..., Yn from the population of size , where n < N, and estimate the variance on the basis of this sample.[12] Directly taking the variance of the sample data gives the average of the squared deviations:
2 | |
\tilde{S} | |
Y |
=
1 | |
n |
n | |
\sum | |
i=1 |
\left(Yi-\overline{Y}\right)2=\left(
1n | |
\sum |
n | |
i=1 |
2\right) | |
Y | |
i |
-\overline{Y}2=
1 | |
n2 |
\sumi,j:i<j\left(Yi-
2. | |
Y | |
j\right) |
(See the section Population variance for the derivation of this formula.) Here,
\overline{Y}
\overline{Y}=
1 | |
n |
n | |
\sum | |
i=1 |
Yi.
Since the Yi are selected randomly, both
\overline{Y}
2 | |
\tilde{S} | |
Y |
2 | |
\tilde{S} | |
Y |
\begin{align}
2] | |
\operatorname{E}[\tilde{S} | |
Y |
&=\operatorname{E}\left[
1 | |
n |
n | |
\sum | |
i=1 |
\left(Yi-
1 | |
n |
n | |
\sum | |
j=1 |
Yj\right)2\right]\\[5pt] &=
1n | |
\sum |
n | |
i=1 |
\operatorname{E}\left[
2 | |
Y | |
i |
-
2 | |
n |
Yi
n | |
\sum | |
j=1 |
Yj+
1 | |
n2 |
n | |
\sum | |
j=1 |
Yj
n | |
\sum | |
k=1 |
Yk\right]\\[5pt] &=
1n | |
\sum |
n | |
i=1 |
\left(
2\right] | |
\operatorname{E}\left[Y | |
i |
-
2 | |
n |
\left(\sumj\operatorname{E}\left[YiYj\right]+
2\right] | |
\operatorname{E}\left[Y | |
i |
\right)+
1 | |
n2 |
n | |
\sum | |
j=1 |
n | |
\sum | |
k ≠ j |
\operatorname{E}\left[YjYk\right]+
1 | |
n2 |
n | |
\sum | |
j=1 |
2\right] | |
\operatorname{E}\left[Y | |
j |
\right)\\[5pt] &=
1n | |
\sum |
n | |
i=1 |
\left(
n-2 | |
n |
2\right] | |
\operatorname{E}\left[Y | |
i |
-
2 | |
n |
\sumj\operatorname{E}\left[YiYj\right]+
1 | |
n2 |
n | |
\sum | |
j=1 |
n | |
\sum | |
k ≠ j |
\operatorname{E}\left[YjYk\right]+
1 | |
n2 |
n | |
\sum | |
j=1 |
2\right] | |
\operatorname{E}\left[Y | |
j |
\right)\\[5pt] &=
1n | |
\sum |
n | |
i=1 |
\left[
n-2 | |
n |
\left(\sigma2+\mu2\right)-
2 | |
n |
(n-1)\mu2+
1 | |
n2 |
n(n-1)\mu2+
1 | |
n |
\left(\sigma2+\mu2\right)\right]\\[5pt] &=
n-1 | |
n |
\sigma2. \end{align}
Here derived in the section Population variance and due to independency of and are used.
Hence gives an estimate of the population variance that is biased by a factor of as the expectation value of is smaller than the population variance (true variance) by that factor. For this reason, is referred to as the biased sample variance.
Correcting for this bias yields the unbiased sample variance, denoted
S2
S2=
n | |
n-1 |
2 | |
\tilde{S} | |
Y |
=
n | |
n-1 |
\left[
1 | |
n |
n | |
\sum | |
i=1 |
\left(Yi-\overline{Y}\right)2\right]=
1 | |
n-1 |
n | |
\sum | |
i=1 |
\left(Yi-\overline{Y}\right)2
Either estimator may be simply referred to as the sample variance when the version can be determined by context. The same proof is also applicable for samples taken from a continuous probability distribution.
The use of the term n − 1 is called Bessel's correction, and it is also used in sample covariance and the sample standard deviation (the square root of variance). The square root is a concave function and thus introduces negative bias (by Jensen's inequality), which depends on the distribution, and thus the corrected sample standard deviation (using Bessel's correction) is biased. The unbiased estimation of standard deviation is a technically involved problem, though for the normal distribution using the term n − 1.5 yields an almost unbiased estimator.
The unbiased sample variance is a U-statistic for the function ƒ(y1, y2) = (y1 − y2)2/2, meaning that it is obtained by averaging a 2-sample statistic over 2-element subsets of the population.
For a set of numbers, if this set is the whole data population for some measurement, then variance is the population variance 932.743 as the sum of the squared deviations about the mean of this set, divided by 12 as the number of the set members. If the set is a sample from the whole population, then the unbiased sample variance can be calculated as 1017.538 that is the sum of the squared deviations about the mean of the sample, divided by 11 instead of 12. A function VAR.S in Microsoft Excel gives the unbiased sample variance while VAR.P is for population variance.
Being a function of random variables, the sample variance is itself a random variable, and it is natural to study its distribution. In the case that Yi are independent observations from a normal distribution, Cochran's theorem shows that the unbiased sample variance S2 follows a scaled chi-squared distribution (see also: asymptotic properties and an elementary proof):[14]
(n-1)
S2 | |
\sigma2 |
2 | |
\sim\chi | |
n-1 |
where σ2 is the population variance. As a direct consequence, it follows that
\operatorname{E}\left(S2\right)=\operatorname{E}\left(
\sigma2 | |
n-1 |
2 | |
\chi | |
n-1 |
\right)=\sigma2,
and[15]
\operatorname{Var}\left[S2\right]=\operatorname{Var}\left(
\sigma2 | |
n-1 |
2 | |
\chi | |
n-1 |
\right)=
\sigma4 | |
(n-1)2 |
2 | |
\operatorname{Var}\left(\chi | |
n-1 |
\right)=
2\sigma4 | |
n-1 |
.
If Yi are independent and identically distributed, but not necessarily normally distributed, then[16]
\operatorname{E}\left[S2\right]=\sigma2, \operatorname{Var}\left[S2\right]=
\sigma4 | |
n |
\left(\kappa-1+
2 | |
n-1 |
\right)=
1 | |
n |
\left(\mu4-
n-3 | |
n-1 |
\sigma4\right),
where κ is the kurtosis of the distribution and μ4 is the fourth central moment.
If the conditions of the law of large numbers hold for the squared observations, S2 is a consistent estimator of σ2. One can see indeed that the variance of the estimator tends asymptotically to zero. An asymptotically equivalent formula was given in Kenney and Keeping (1951:164), Rose and Smith (2002:264), and Weisstein (n.d.).[17] [18] [19]
Samuelson's inequality is a result that states bounds on the values that individual observations in a sample can take, given that the sample mean and (biased) variance have been calculated.[20] Values must lie within the limits
\bary\pm\sigmaY(n-1)1/2.
It has been shown[21] that for a sample of positive real numbers,
2 | |
\sigma | |
y |
\le2ymax(A-H),
where ymax is the maximum of the sample, A is the arithmetic mean, H is the harmonic mean of the sample and
2 | |
\sigma | |
y |
This bound has been improved, and it is known that variance is bounded by
2 | |
\sigma | |
y |
\le
ymax(A-H)(ymax-A) | |
ymax-H |
,
2 | |
\sigma | |
y |
\ge
ymin(A-H)(A-ymin) | |
H-ymin |
,
where ymin is the minimum of the sample.[22]
The F-test of equality of variances and the chi square tests are adequate when the sample is normally distributed. Non-normality makes testing for the equality of two or more variances more difficult.
Several non parametric tests have been proposed: these include the Barton–David–Ansari–Freund–Siegel–Tukey test, the Capon test, Mood test, the Klotz test and the Sukhatme test. The Sukhatme test applies to two variances and requires that both medians be known and equal to zero. The Mood, Klotz, Capon and Barton–David–Ansari–Freund–Siegel–Tukey tests also apply to two variances. They allow the median to be unknown but do require that the two medians are equal.
The Lehmann test is a parametric test of two variances. Of this test there are several variants known. Other tests of the equality of variances include the Box test, the Box–Anderson test and the Moses test.
Resampling methods, which include the bootstrap and the jackknife, may be used to test the equality of variances.
The variance of a probability distribution is analogous to the moment of inertia in classical mechanics of a corresponding mass distribution along a line, with respect to rotation about its center of mass. It is because of this analogy that such things as the variance are called moments of probability distributions. The covariance matrix is related to the moment of inertia tensor for multivariate distributions. The moment of inertia of a cloud of n points with a covariance matrix of
\Sigma
I=n\left(13 x \operatorname{tr}(\Sigma)-\Sigma\right).
This difference between moment of inertia in physics and in statistics is clear for points that are gathered along a line. Suppose many points are close to the x axis and distributed along it. The covariance matrix might look like
\Sigma=\begin{bmatrix}10&0&0\ 0&0.1&0\ 0&0&0.1\end{bmatrix}.
That is, there is the most variance in the x direction. Physicists would consider this to have a low moment about the x axis so the moment-of-inertia tensor is
I=n\begin{bmatrix}0.2&0&0\ 0&10.1&0\ 0&0&10.1\end{bmatrix}.
The semivariance is calculated in the same manner as the variance but only those observations that fall below the mean are included in the calculation:It is also described as a specific measure in different fields of application. For skewed distributions, the semivariance can provide additional information that a variance does not.[23]
For inequalities associated with the semivariance, see .
The term variance was first introduced by Ronald Fisher in his 1918 paper The Correlation Between Relatives on the Supposition of Mendelian Inheritance:[24]
The great body of available statistics show us that the deviations of a human measurement from its mean follow very closely the Normal Law of Errors, and, therefore, that the variability may be uniformly measured by the standard deviation corresponding to the square root of the mean square error. When there are two independent causes of variability capable of producing in an otherwise uniform population distributions with standard deviationsand\sigma1
, it is found that the distribution, when both causes act together, has a standard deviation\sigma2
. It is therefore desirable in analysing the causes of variability to deal with the square of the standard deviation as the measure of variability. We shall term this quantity the Variance...
2 \sqrt{\sigma 1 +
2} \sigma 2
If
x
C,
\operatorname{E}\left[(x-\mu)(x-\mu)*\right],
x*
x.
If
X
Rn,
\operatorname{E}\left[(X-\mu)(X-\mu)\operatorname{T
\mu=\operatorname{E}(X)
X\operatorname{T
X,
If
X
Cn,
\operatorname{E}\left[(X-\mu)(X-\mu)\dagger\right],
X\dagger
X.
Another generalization of variance for vector-valued random variables
X
\det(C)
A different generalization is obtained by considering the equation for the scalar variance,
\operatorname{Var}(X)=\operatorname{E}\left[(X-\mu)2\right]
(X-\mu)2
X-\mu
\operatorname{E}\left[(X-\mu)\operatorname{T