fbpx
Wikipedia

Variance

In probability theory and statistics, variance is the expected value of the squared deviation from the mean of a random variable. The standard deviation 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 , , , , or .[1]

Example of samples from two populations with the same mean but different variances. The red population has mean 100 and variance 100 (SD=10) while the blue population has mean 100 and variance 2500 (SD=50).

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.

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.

Geometric visualisation of the variance of an arbitrary distribution (2, 4, 4, 4, 5, 5, 7, 9):
  1. A frequency distribution is constructed.
  2. The centroid of the distribution gives its mean.
  3. A square with sides equal to the difference of each value from the mean is formed for each value.
  4. Arranging the squares into a rectangle with one side equal to the number of values, n, results in the other side being the distribution's variance, σ2.

Definition edit

The variance of a random variable   is the expected value of the squared deviation from the mean of  ,  :

 

This definition encompasses random variables that are generated by processes that are discrete, continuous, neither, or mixed. The variance can also be thought of as the covariance of a random variable with itself:

 

The variance is also equivalent to the second cumulant of a probability distribution that generates  . The variance is typically designated as  , or sometimes as   or  , or symbolically as   or simply   (pronounced "sigma squared"). The expression for the variance can be expanded as follows:

 

In other words, the variance of X is equal to the mean of the square of X minus the square of the mean of X. 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.

Discrete random variable edit

If the generator of random variable   is discrete with probability mass function  , then

 

where   is the expected value. That is,

 

(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   equally likely values can be written as

 

where   is the average value. That is,

 

The variance of a set of   equally likely values can be equivalently expressed, without directly referring to the mean, in terms of squared deviations of all pairwise squared distances of points from each other:[2]

 

Absolutely continuous random variable edit

If the random variable   has a probability density function  , and   is the corresponding cumulative distribution function, then

 

or equivalently,

 

where   is the expected value of   given by

 

In these formulas, the integrals with respect to   and   are Lebesgue and Lebesgue–Stieltjes integrals, respectively.

If the function   is Riemann-integrable on every finite interval   then

 

where the integral is an improper Riemann integral.

Examples edit

Exponential distribution edit

The exponential distribution with parameter λ is a continuous distribution whose probability density function is given by

 

on the interval [0, ∞). Its mean can be shown to be

 

Using integration by parts and making use of the expected value already calculated, we have:

 

Thus, the variance of X is given by

 

Fair die edit

A fair six-sided die can be modeled as a discrete random variable, X, with outcomes 1 through 6, each with equal probability 1/6. The expected value of X is   Therefore, the variance of X is

 

The general formula for the variance of the outcome, X, of an n-sided die is

 

Commonly used probability distributions edit

The following table lists the variance for some commonly used probability distributions.

Name of the probability distribution Probability distribution function Mean Variance
Binomial distribution      
Geometric distribution      
Normal distribution      
Uniform distribution (continuous)      
Exponential distribution      
Poisson distribution      

Properties edit

Basic properties edit

Variance is non-negative because the squares are positive or zero:

 

The variance of a constant is zero.

 

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:

 

Issues of finiteness edit

If a distribution does not have a finite expected value, as is the case for the Cauchy distribution, then the variance cannot be finite either. However, some distributions may not have a finite variance, despite their expected value being finite. An example is a Pareto distribution whose index   satisfies  

Decomposition edit

The general formula for variance decomposition or the law of total variance is: If   and   are two random variables, and the variance of   exists, then

 

The conditional expectation   of   given  , and the conditional variance   may be understood as follows. Given any particular value y of the random variable Y, there is a conditional expectation   given the event Y = y. This quantity depends on the particular value y; it is a function  . That same function evaluated at the random variable Y is the conditional expectation  

In particular, if   is a discrete random variable assuming possible values   with corresponding probabilities  , then in the formula for total variance, the first term on the right-hand side becomes

 

where  . Similarly, the second term on the right-hand side becomes

 

where   and  . Thus the total variance is given by

 

A similar formula is applied in analysis of variance, where the corresponding formula is

 

here   refers to the Mean of the Squares. In linear regression analysis the corresponding formula is

 

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,  ):

 
 

Calculation from the CDF edit

The population variance for a non-negative random variable can be expressed in terms of the cumulative distribution function F using

 

This expression can be used to calculate the variance in situations where the CDF, but not the density, can be conveniently expressed.

Characteristic property edit

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.  . Conversely, if a continuous function   satisfies   for all random variables X, then it is necessarily of the form  , where a > 0. This also holds in the multidimensional case.[3]

Units of measurement edit

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 2.9 ≈ 1.7, 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.

Propagation edit

Addition and multiplication by a constant edit

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:

 

If all values are scaled by a constant, the variance is scaled by the square of that constant:

 

The variance of a sum of two random variables is given by

 
 

where   is the covariance.

Linear combinations edit

In general, for the sum of   random variables  , the variance becomes:

 

see also general Bienaymé's identity.

These results lead to the variance of a linear combination as:

 

If the random variables   are such that

 

then they are said to be uncorrelated. It follows immediately from the expression given earlier that if the random variables   are uncorrelated, then the variance of their sum is equal to the sum of their variances, or, expressed symbolically:

 

Since independent random variables are always uncorrelated (see Covariance § Uncorrelatedness and independence), the equation above holds in particular when the random variables   are independent. Thus, independence is sufficient but not necessary for the variance of the sum to equal the sum of the variances.

Matrix notation for the variance of a linear combination edit

Define   as a column vector of   random variables  , and   as a column vector of   scalars  . Therefore,   is a linear combination of these random variables, where   denotes the transpose of  . Also let   be the covariance matrix of  . The variance of   is then given by:[4]

 

This implies that the variance of the mean can be written as (with a column vector of ones)

 

Sum of variables edit

Sum of uncorrelated variables edit

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:

 

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

 

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

 

The general result then follows by induction. Starting with the definition,

 

Using the linearity of the expectation operator and the assumption of independence (or uncorrelatedness) of X and Y, this further simplifies as follows:

 

Sum of correlated variables edit

Sum of correlated variables with fixed sample size edit

In general, the variance of the sum of n variables is the sum of their covariances:

 

(Note: The second equality comes from the fact that Cov(Xi,Xi) = Var(Xi).)

Here,   is the covariance, which is zero for independent random variables (if it exists). The formula states that the variance of a sum is equal to the sum of all elements in the covariance matrix of the components. The next expression states equivalently that the variance of the sum is the sum of the diagonal of covariance matrix plus two times the sum of its upper triangular elements (or its lower triangular elements); this emphasizes that the covariance matrix is symmetric. This formula is used in the theory of Cronbach's alpha in classical test theory.

So if the variables have equal variance σ2 and the average correlation of distinct variables is ρ, then the variance of their mean is

 

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

 

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

 

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.

Sum of uncorrelated variables with random sample size edit

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 N is a random variable whose variation adds to the variation of X, such that,

 [8]

which follows from the law of total variance.

If N has a Poisson distribution, then   with estimator n = N. So, the estimator of   becomes  , giving   (see standard error of the sample mean).

Weighted sum of variables edit

The scaling property and the Bienaymé formula, along with the property of the covariance Cov(aXbY) = ab Cov(XY) jointly imply that

 

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:

 

Product of variables edit

Product of independent variables edit

If two variables X and Y are independent, the variance of their product is given by[9]

 

Equivalently, using the basic properties of expectation, it is given by

 

Product of statistically dependent variables edit

In general, if two variables are statistically dependent, then the variance of their product is given by:

 

Arbitrary functions edit

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

 

provided that f is twice differentiable and that the mean and variance of X are finite.

Population variance and sample variance edit

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 that 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 correct value as the number of samples increases), but can be improved. Estimating the population variance by taking the sample's variance is close to optimal in general, but can be improved in two ways. Most simply, the sample variance is computed as an average of squared deviations about the (sample) mean, by dividing by n. 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 (population 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 by this factor (dividing 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. For example, when n = 1 the variance of a single observation about the sample mean (itself) is obviously zero regardless of the population 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.

Population variance edit

In general, the population variance of a finite population of size N with values xi is given by

 

where the population mean is

 

The population variance can also be computed using

 

This is true because

 

The 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.

Sample variance edit

Biased sample variance edit

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.[10] 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, where n < N, and estimate the variance on the basis of this sample.[11] Directly taking the variance of the sample data gives the average of the squared deviations:

 

Here,   denotes the sample mean:

 

Since the Yi are selected randomly, both   and   are random variables. Their expected values can be evaluated by averaging over the ensemble of all possible samples {Yi} of size n from the population. For   this gives:

 

Hence   gives an estimate of the population variance that is biased by a factor of  . For this reason,   is referred to as the biased sample variance.

Unbiased sample variance edit

Correcting for this bias yields the unbiased sample variance, denoted  :

 

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 ƒ(y1y2) = (y1 − y2)2/2, meaning that it is obtained by averaging a 2-sample statistic over 2-element subsets of the population.

Distribution of the sample variance edit

 
 
Distribution and cumulative distribution of S22, for various values of ν = n − 1, when the yi are independent normally distributed.

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 S2 follows a scaled chi-squared distribution (see also: asymptotic properties and an elementary proof):[12]

 

As a direct consequence, it follows that

 

and[13]

 

If the Yi are independent and identically distributed, but not necessarily normally distributed, then[14]

 

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.).[15][16][17]

Samuelson's inequality edit

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.[18] Values must lie within the limits  

Relations with the harmonic and arithmetic means edit

It has been shown[19] that for a sample {yi} of positive real numbers,

 

where ymax is the maximum of the sample, A is the arithmetic mean, H is the harmonic mean of the sample and   is the (biased) variance of the sample.

This bound has been improved, and it is known that variance is bounded by

 
 

where ymin is the minimum of the sample.[20]

Tests of equality of variances edit

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.

Moment of inertia edit

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.[citation needed] It is because of this analogy that such things as the variance are called moments of probability distributions.[citation needed] 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   is given by[citation needed]

 

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

 

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

 

Semivariance edit

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.[21]

For inequalities associated with the semivariance, see Chebyshev's inequality § Semivariances.

Etymology edit

The term variance was first introduced by Ronald Fisher in his 1918 paper The Correlation Between Relatives on the Supposition of Mendelian Inheritance:[22]

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 deviations   and  , it is found that the distribution, when both causes act together, has a standard deviation  . 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...

Generalizations edit

For complex variables edit

If   is a scalar complex-valued random variable, with values in   then its variance is   where   is the complex conjugate of   This variance is a real scalar.

For vector-valued random variables edit

As a matrix edit

If   is a vector-valued random variable, with values in   and thought of as a column vector, then a natural generalization of variance is   where   and   is the transpose of   and so is a row vector. The result is a positive semi-definite square matrix, commonly referred to as the variance-covariance matrix (or simply as the covariance matrix).

If   is a vector- and complex-valued random variable, with values in   then the covariance matrix is   where   is the conjugate transpose of  [citation needed] This matrix is also positive semi-definite and square.

As a scalar edit

Another generalization of variance for vector-valued random variables  , which results in a scalar value rather than in a matrix, is the generalized variance  , the determinant of the covariance matrix. The generalized variance can be shown to be related to the multidimensional scatter of points around their mean.[23]

A different generalization is obtained by considering the equation for the scalar variance,  , and reinterpreting   as the squared Euclidean distance between the random variable and its mean, or, simply as the scalar product of the vector   with itself. This results in   which is the trace of the covariance matrix.

See also edit

Types of variance edit

variance, this, article, about, mathematical, concept, other, uses, disambiguation, probability, theory, statistics, variance, expected, value, squared, deviation, from, mean, random, variable, standard, deviation, obtained, square, root, variance, measure, di. This article is about the mathematical concept For other uses see Variance disambiguation In probability theory and statistics variance is the expected value of the squared deviation from the mean of a random variable The standard deviation 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 s 2 displaystyle sigma 2 s 2 displaystyle s 2 Var X displaystyle operatorname Var X V X displaystyle V X or V X displaystyle mathbb V X 1 Example of samples from two populations with the same mean but different variances The red population has mean 100 and variance 100 SD 10 while the blue population has mean 100 and variance 2500 SD 50 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 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 Contents 1 Definition 1 1 Discrete random variable 1 2 Absolutely continuous random variable 2 Examples 2 1 Exponential distribution 2 2 Fair die 2 3 Commonly used probability distributions 3 Properties 3 1 Basic properties 3 2 Issues of finiteness 3 3 Decomposition 3 4 Calculation from the CDF 3 5 Characteristic property 3 6 Units of measurement 4 Propagation 4 1 Addition and multiplication by a constant 4 2 Linear combinations 4 2 1 Matrix notation for the variance of a linear combination 4 3 Sum of variables 4 3 1 Sum of uncorrelated variables 4 3 2 Sum of correlated variables 4 3 2 1 Sum of correlated variables with fixed sample size 4 3 2 2 Sum of uncorrelated variables with random sample size 4 3 3 Weighted sum of variables 4 4 Product of variables 4 4 1 Product of independent variables 4 4 2 Product of statistically dependent variables 4 5 Arbitrary functions 5 Population variance and sample variance 5 1 Population variance 5 2 Sample variance 5 2 1 Biased sample variance 5 2 2 Unbiased sample variance 5 2 3 Distribution of the sample variance 5 2 4 Samuelson s inequality 5 3 Relations with the harmonic and arithmetic means 6 Tests of equality of variances 7 Moment of inertia 8 Semivariance 9 Etymology 10 Generalizations 10 1 For complex variables 10 2 For vector valued random variables 10 2 1 As a matrix 10 2 2 As a scalar 11 See also 11 1 Types of variance 12 References Geometric visualisation of the variance of an arbitrary distribution 2 4 4 4 5 5 7 9 A frequency distribution is constructed The centroid of the distribution gives its mean A square with sides equal to the difference of each value from the mean is formed for each value Arranging the squares into a rectangle with one side equal to the number of values n results in the other side being the distribution s variance s2 Definition editThe variance of a random variable X displaystyle X nbsp is the expected value of the squared deviation from the mean of X displaystyle X nbsp m E X displaystyle mu operatorname E X nbsp Var X E X m 2 displaystyle operatorname Var X operatorname E left X mu 2 right nbsp This definition encompasses random variables that are generated by processes that are discrete continuous neither or mixed The variance can also be thought of as the covariance of a random variable with itself Var X Cov X X displaystyle operatorname Var X operatorname Cov X X nbsp The variance is also equivalent to the second cumulant of a probability distribution that generates X displaystyle X nbsp The variance is typically designated as Var X displaystyle operatorname Var X nbsp or sometimes as V X displaystyle V X nbsp or V X displaystyle mathbb V X nbsp or symbolically as s X 2 displaystyle sigma X 2 nbsp or simply s 2 displaystyle sigma 2 nbsp pronounced sigma squared The expression for the variance can be expanded as follows Var X E X E X 2 E X 2 2 X E X E X 2 E X 2 2 E X E X E X 2 E X 2 E X 2 displaystyle begin aligned operatorname Var X amp operatorname E left X operatorname E X 2 right 4pt amp operatorname E left X 2 2X operatorname E X operatorname E X 2 right 4pt amp operatorname E left X 2 right 2 operatorname E X operatorname E X operatorname E X 2 4pt amp operatorname E left X 2 right operatorname E X 2 end aligned nbsp In other words the variance of X is equal to the mean of the square of X minus the square of the mean of X 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 Discrete random variable edit If the generator of random variable X displaystyle X nbsp is discrete with probability mass function x 1 p 1 x 2 p 2 x n p n displaystyle x 1 mapsto p 1 x 2 mapsto p 2 ldots x n mapsto p n nbsp then Var X i 1 n p i x i m 2 displaystyle operatorname Var X sum i 1 n p i cdot x i mu 2 nbsp where m displaystyle mu nbsp is the expected value That is m i 1 n p i x i displaystyle mu sum i 1 n p i x i nbsp 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 displaystyle n nbsp equally likely values can be written as Var X 1 n i 1 n x i m 2 displaystyle operatorname Var X frac 1 n sum i 1 n x i mu 2 nbsp where m displaystyle mu nbsp is the average value That is m 1 n i 1 n x i displaystyle mu frac 1 n sum i 1 n x i nbsp The variance of a set of n displaystyle n nbsp equally likely values can be equivalently expressed without directly referring to the mean in terms of squared deviations of all pairwise squared distances of points from each other 2 Var X 1 n 2 i 1 n j 1 n 1 2 x i x j 2 1 n 2 i j gt i x i x j 2 displaystyle operatorname Var X frac 1 n 2 sum i 1 n sum j 1 n frac 1 2 x i x j 2 frac 1 n 2 sum i sum j gt i x i x j 2 nbsp Absolutely continuous random variable edit If the random variable X displaystyle X nbsp has a probability density function f x displaystyle f x nbsp and F x displaystyle F x nbsp is the corresponding cumulative distribution function then Var X s 2 R x m 2 f x d x R x 2 f x d x 2 m R x f x d x m 2 R f x d x R x 2 d F x 2 m R x d F x m 2 R d F x R x 2 d F x 2 m m m 2 1 R x 2 d F x m 2 displaystyle begin aligned operatorname Var X sigma 2 amp int mathbb R x mu 2 f x dx 4pt amp int mathbb R x 2 f x dx 2 mu int mathbb R xf x dx mu 2 int mathbb R f x dx 4pt amp int mathbb R x 2 dF x 2 mu int mathbb R x dF x mu 2 int mathbb R dF x 4pt amp int mathbb R x 2 dF x 2 mu cdot mu mu 2 cdot 1 4pt amp int mathbb R x 2 dF x mu 2 end aligned nbsp or equivalently Var X R x 2 f x d x m 2 displaystyle operatorname Var X int mathbb R x 2 f x dx mu 2 nbsp where m displaystyle mu nbsp is the expected value of X displaystyle X nbsp given by m R x f x d x R x d F x displaystyle mu int mathbb R xf x dx int mathbb R x dF x nbsp In these formulas the integrals with respect to d x displaystyle dx nbsp and d F x displaystyle dF x nbsp are Lebesgue and Lebesgue Stieltjes integrals respectively If the function x 2 f x displaystyle x 2 f x nbsp is Riemann integrable on every finite interval a b R displaystyle a b subset mathbb R nbsp then Var X x 2 f x d x m 2 displaystyle operatorname Var X int infty infty x 2 f x dx mu 2 nbsp where the integral is an improper Riemann integral Examples editExponential distribution edit The exponential distribution with parameter l is a continuous distribution whose probability density function is given by f x l e l x displaystyle f x lambda e lambda x nbsp on the interval 0 Its mean can be shown to be E X 0 x l e l x d x 1 l displaystyle operatorname E X int 0 infty x lambda e lambda x dx frac 1 lambda nbsp Using integration by parts and making use of the expected value already calculated we have E X 2 0 x 2 l e l x d x x 2 e l x 0 0 2 x e l x d x 0 2 l E X 2 l 2 displaystyle begin aligned operatorname E left X 2 right amp int 0 infty x 2 lambda e lambda x dx amp left x 2 e lambda x right 0 infty int 0 infty 2xe lambda x dx amp 0 frac 2 lambda operatorname E X amp frac 2 lambda 2 end aligned nbsp Thus the variance of X is given by Var X E X 2 E X 2 2 l 2 1 l 2 1 l 2 displaystyle operatorname Var X operatorname E left X 2 right operatorname E X 2 frac 2 lambda 2 left frac 1 lambda right 2 frac 1 lambda 2 nbsp Fair die edit A fair six sided die can be modeled as a discrete random variable X with outcomes 1 through 6 each with equal probability 1 6 The expected value of X is 1 2 3 4 5 6 6 7 2 displaystyle 1 2 3 4 5 6 6 7 2 nbsp Therefore the variance of X is Var X i 1 6 1 6 i 7 2 2 1 6 5 2 2 3 2 2 1 2 2 1 2 2 3 2 2 5 2 2 35 12 2 92 displaystyle begin aligned operatorname Var X amp sum i 1 6 frac 1 6 left i frac 7 2 right 2 5pt amp frac 1 6 left 5 2 2 3 2 2 1 2 2 1 2 2 3 2 2 5 2 2 right 5pt amp frac 35 12 approx 2 92 end aligned nbsp The general formula for the variance of the outcome X of an n sided die is Var X E X 2 E X 2 1 n i 1 n i 2 1 n i 1 n i 2 n 1 2 n 1 6 n 1 2 2 n 2 1 12 displaystyle begin aligned operatorname Var X amp operatorname E left X 2 right operatorname E X 2 5pt amp frac 1 n sum i 1 n i 2 left frac 1 n sum i 1 n i right 2 5pt amp frac n 1 2n 1 6 left frac n 1 2 right 2 4pt amp frac n 2 1 12 end aligned nbsp Commonly used probability distributions edit The following table lists the variance for some commonly used probability distributions Name of the probability distribution Probability distribution function Mean VarianceBinomial distribution Pr X k n k p k 1 p n k displaystyle Pr X k binom n k p k 1 p n k nbsp n p displaystyle np nbsp n p 1 p displaystyle np 1 p nbsp Geometric distribution Pr X k 1 p k 1 p displaystyle Pr X k 1 p k 1 p nbsp 1 p displaystyle frac 1 p nbsp 1 p p 2 displaystyle frac 1 p p 2 nbsp Normal distribution f x m s 2 1 2 p s 2 e x m 2 2 s 2 displaystyle f left x mid mu sigma 2 right frac 1 sqrt 2 pi sigma 2 e frac x mu 2 2 sigma 2 nbsp m displaystyle mu nbsp s 2 displaystyle sigma 2 nbsp Uniform distribution continuous f x a b 1 b a for a x b 0 for x lt a or x gt b displaystyle f x mid a b begin cases frac 1 b a amp text for a leq x leq b 3pt 0 amp text for x lt a text or x gt b end cases nbsp a b 2 displaystyle frac a b 2 nbsp b a 2 12 displaystyle frac b a 2 12 nbsp Exponential distribution f x l l e l x displaystyle f x mid lambda lambda e lambda x nbsp 1 l displaystyle frac 1 lambda nbsp 1 l 2 displaystyle frac 1 lambda 2 nbsp Poisson distribution f k l e l l k k displaystyle f k mid lambda frac e lambda lambda k k nbsp l displaystyle lambda nbsp l displaystyle lambda nbsp Properties editBasic properties edit Variance is non negative because the squares are positive or zero Var X 0 displaystyle operatorname Var X geq 0 nbsp The variance of a constant is zero Var a 0 displaystyle operatorname Var a 0 nbsp 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 Var X 0 a P X a 1 displaystyle operatorname Var X 0 iff exists a P X a 1 nbsp Issues of finiteness edit If a distribution does not have a finite expected value as is the case for the Cauchy distribution then the variance cannot be finite either However some distributions may not have a finite variance despite their expected value being finite An example is a Pareto distribution whose index k displaystyle k nbsp satisfies 1 lt k 2 displaystyle 1 lt k leq 2 nbsp Decomposition edit The general formula for variance decomposition or the law of total variance is If X displaystyle X nbsp and Y displaystyle Y nbsp are two random variables and the variance of X displaystyle X nbsp exists then Var X E Var X Y Var E X Y displaystyle operatorname Var X operatorname E operatorname Var X mid Y operatorname Var operatorname E X mid Y nbsp The conditional expectation E X Y displaystyle operatorname E X mid Y nbsp of X displaystyle X nbsp given Y displaystyle Y nbsp and the conditional variance Var X Y displaystyle operatorname Var X mid Y nbsp may be understood as follows Given any particular value y of the random variable Y there is a conditional expectation E X Y y displaystyle operatorname E X mid Y y nbsp given the event Y y This quantity depends on the particular value y it is a function g y E X Y y displaystyle g y operatorname E X mid Y y nbsp That same function evaluated at the random variable Y is the conditional expectation E X Y g Y displaystyle operatorname E X mid Y g Y nbsp In particular if Y displaystyle Y nbsp is a discrete random variable assuming possible values y 1 y 2 y 3 displaystyle y 1 y 2 y 3 ldots nbsp with corresponding probabilities p 1 p 2 p 3 displaystyle p 1 p 2 p 3 ldots nbsp then in the formula for total variance the first term on the right hand side becomes E Var X Y i p i s i 2 displaystyle operatorname E operatorname Var X mid Y sum i p i sigma i 2 nbsp where s i 2 Var X Y y i displaystyle sigma i 2 operatorname Var X mid Y y i nbsp Similarly the second term on the right hand side becomes Var E X Y i p i m i 2 i p i m i 2 i p i m i 2 m 2 displaystyle operatorname Var operatorname E X mid Y sum i p i mu i 2 left sum i p i mu i right 2 sum i p i mu i 2 mu 2 nbsp where m i E X Y y i displaystyle mu i operatorname E X mid Y y i nbsp and m i p i m i displaystyle mu sum i p i mu i nbsp Thus the total variance is given by Var X i p i s i 2 i p i m i 2 m 2 displaystyle operatorname Var X sum i p i sigma i 2 left sum i p i mu i 2 mu 2 right nbsp A similar formula is applied in analysis of variance where the corresponding formula is M S total M S between M S within displaystyle mathit MS text total mathit MS text between mathit MS text within nbsp here M S displaystyle mathit MS nbsp refers to the Mean of the Squares In linear regression analysis the corresponding formula is M S total M S regression M S residual displaystyle mathit MS text total mathit MS text regression mathit MS text residual nbsp 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 S S displaystyle mathit SS nbsp S S total S S between S S within displaystyle mathit SS text total mathit SS text between mathit SS text within nbsp S S total S S regression S S residual displaystyle mathit SS text total mathit SS text regression mathit SS text residual nbsp Calculation from the CDF edit The population variance for a non negative random variable can be expressed in terms of the cumulative distribution function F using 2 0 u 1 F u d u 0 1 F u d u 2 displaystyle 2 int 0 infty u 1 F u du left int 0 infty 1 F u du right 2 nbsp This expression can be used to calculate the variance in situations where the CDF but not the density can be conveniently expressed Characteristic property edit 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 a r g m i n m E X m 2 E X displaystyle mathrm argmin m mathrm E left left X m right 2 right mathrm E X nbsp Conversely if a continuous function f displaystyle varphi nbsp satisfies a r g m i n m E f X m E X displaystyle mathrm argmin m mathrm E varphi X m mathrm E X nbsp for all random variables X then it is necessarily of the form f x a x 2 b displaystyle varphi x ax 2 b nbsp where a gt 0 This also holds in the multidimensional case 3 Units of measurement edit 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 2 9 1 7 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 Propagation editAddition and multiplication by a constant edit 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 Var X a Var X displaystyle operatorname Var X a operatorname Var X nbsp If all values are scaled by a constant the variance is scaled by the square of that constant Var a X a 2 Var X displaystyle operatorname Var aX a 2 operatorname Var X nbsp The variance of a sum of two random variables is given by Var a X b Y a 2 Var X b 2 Var Y 2 a b Cov X Y displaystyle operatorname Var aX bY a 2 operatorname Var X b 2 operatorname Var Y 2ab operatorname Cov X Y nbsp Var a X b Y a 2 Var X b 2 Var Y 2 a b Cov X Y displaystyle operatorname Var aX bY a 2 operatorname Var X b 2 operatorname Var Y 2ab operatorname Cov X Y nbsp where Cov X Y displaystyle operatorname Cov X Y nbsp is the covariance Linear combinations edit In general for the sum of N displaystyle N nbsp random variables X 1 X N displaystyle X 1 dots X N nbsp the variance becomes Var i 1 N X i i j 1 N Cov X i X j i 1 N Var X i i j Cov X i X j displaystyle operatorname Var left sum i 1 N X i right sum i j 1 N operatorname Cov X i X j sum i 1 N operatorname Var X i sum i neq j operatorname Cov X i X j nbsp see also general Bienayme s identity These results lead to the variance of a linear combination as Var i 1 N a i X i i j 1 N a i a j Cov X i X j i 1 N a i 2 Var X i i j a i a j Cov X i X j i 1 N a i 2 Var X i 2 1 i lt j N a i a j Cov X i X j displaystyle begin aligned operatorname Var left sum i 1 N a i X i right amp sum i j 1 N a i a j operatorname Cov X i X j amp sum i 1 N a i 2 operatorname Var X i sum i not j a i a j operatorname Cov X i X j amp sum i 1 N a i 2 operatorname Var X i 2 sum 1 leq i lt j leq N a i a j operatorname Cov X i X j end aligned nbsp If the random variables X 1 X N displaystyle X 1 dots X N nbsp are such that Cov X i X j 0 i j displaystyle operatorname Cov X i X j 0 forall i neq j nbsp then they are said to be uncorrelated It follows immediately from the expression given earlier that if the random variables X 1 X N displaystyle X 1 dots X N nbsp are uncorrelated then the variance of their sum is equal to the sum of their variances or expressed symbolically Var i 1 N X i i 1 N Var X i displaystyle operatorname Var left sum i 1 N X i right sum i 1 N operatorname Var X i nbsp Since independent random variables are always uncorrelated see Covariance Uncorrelatedness and independence the equation above holds in particular when the random variables X 1 X n displaystyle X 1 dots X n nbsp are independent Thus independence is sufficient but not necessary for the variance of the sum to equal the sum of the variances Matrix notation for the variance of a linear combination edit Define X displaystyle X nbsp as a column vector of n displaystyle n nbsp random variables X 1 X n displaystyle X 1 ldots X n nbsp and c displaystyle c nbsp as a column vector of n displaystyle n nbsp scalars c 1 c n displaystyle c 1 ldots c n nbsp Therefore c T X displaystyle c mathsf T X nbsp is a linear combination of these random variables where c T displaystyle c mathsf T nbsp denotes the transpose of c displaystyle c nbsp Also let S displaystyle Sigma nbsp be the covariance matrix of X displaystyle X nbsp The variance of c T X displaystyle c mathsf T X nbsp is then given by 4 Var c T X c T S c displaystyle operatorname Var left c mathsf T X right c mathsf T Sigma c nbsp This implies that the variance of the mean can be written as with a column vector of ones Var x Var 1 n 1 X 1 n 2 1 S 1 displaystyle operatorname Var left bar x right operatorname Var left frac 1 n 1 X right frac 1 n 2 1 Sigma 1 nbsp Sum of variables edit Sum of uncorrelated variables edit Main article Bienayme 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 Var i 1 n X i i 1 n Var X i displaystyle operatorname Var left sum i 1 n X i right sum i 1 n operatorname Var X i nbsp This statement is called the Bienayme 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 s2 then since division by n is a linear transformation this formula immediately implies that the variance of their mean is Var X Var 1 n i 1 n X i 1 n 2 i 1 n Var X i 1 n 2 n s 2 s 2 n displaystyle operatorname Var left overline X right operatorname Var left frac 1 n sum i 1 n X i right frac 1 n 2 sum i 1 n operatorname Var left X i right frac 1 n 2 n sigma 2 frac sigma 2 n nbsp 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 Var X Y Var X Var Y displaystyle operatorname Var X Y operatorname Var X operatorname Var Y nbsp The general result then follows by induction Starting with the definition Var X Y E X Y 2 E X Y 2 E X 2 2 X Y Y 2 E X E Y 2 displaystyle begin aligned operatorname Var X Y amp operatorname E left X Y 2 right operatorname E X Y 2 5pt amp operatorname E left X 2 2XY Y 2 right operatorname E X operatorname E Y 2 end aligned nbsp Using the linearity of the expectation operator and the assumption of independence or uncorrelatedness of X and Y this further simplifies as follows Var X Y E X 2 2 E X Y E Y 2 E X 2 2 E X E Y E Y 2 E X 2 E Y 2 E X 2 E Y 2 Var X Var Y displaystyle begin aligned operatorname Var X Y amp operatorname E left X 2 right 2 operatorname E XY operatorname E left Y 2 right left operatorname E X 2 2 operatorname E X operatorname E Y operatorname E Y 2 right 5pt amp operatorname E left X 2 right operatorname E left Y 2 right operatorname E X 2 operatorname E Y 2 5pt amp operatorname Var X operatorname Var Y end aligned nbsp Sum of correlated variables edit Sum of correlated variables with fixed sample size edit Main article Bienayme s identity In general the variance of the sum of n variables is the sum of their covariances Var i 1 n X i i 1 n j 1 n Cov X i X j i 1 n Var X i 2 1 i lt j n Cov X i X j displaystyle operatorname Var left sum i 1 n X i right sum i 1 n sum j 1 n operatorname Cov left X i X j right sum i 1 n operatorname Var left X i right 2 sum 1 leq i lt j leq n operatorname Cov left X i X j right nbsp Note The second equality comes from the fact that Cov Xi Xi Var Xi Here Cov displaystyle operatorname Cov cdot cdot nbsp is the covariance which is zero for independent random variables if it exists The formula states that the variance of a sum is equal to the sum of all elements in the covariance matrix of the components The next expression states equivalently that the variance of the sum is the sum of the diagonal of covariance matrix plus two times the sum of its upper triangular elements or its lower triangular elements this emphasizes that the covariance matrix is symmetric This formula is used in the theory of Cronbach s alpha in classical test theory So if the variables have equal variance s2 and the average correlation of distinct variables is r then the variance of their mean is Var X s 2 n n 1 n r s 2 displaystyle operatorname Var left overline X right frac sigma 2 n frac n 1 n rho sigma 2 nbsp 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 Var X 1 n n 1 n r displaystyle operatorname Var left overline X right frac 1 n frac n 1 n rho nbsp This formula is used in the Spearman Brown prediction formula of classical test theory This converges to r 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 lim n Var X r displaystyle lim n to infty operatorname Var left overline X right rho nbsp 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 Sum of uncorrelated variables with random sample size edit 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 N is a random variable whose variation adds to the variation of X such that Var i 1 N X i E N Var X Var N E X 2 displaystyle operatorname Var left sum i 1 N X i right operatorname E left N right operatorname Var X operatorname Var N operatorname E left X right 2 nbsp 8 which follows from the law of total variance If N has a Poisson distribution then E N Var N displaystyle operatorname E N operatorname Var N nbsp with estimator n N So the estimator of Var i 1 n X i displaystyle operatorname Var left sum i 1 n X i right nbsp becomes n S x 2 n X 2 displaystyle n S x 2 n bar X 2 nbsp giving SE X S x 2 X 2 n displaystyle operatorname SE bar X sqrt frac S x 2 bar X 2 n nbsp see standard error of the sample mean Weighted sum of variables edit See also Variance of a weighted arithmetic mean Not to be confused with Weighted variance The scaling property and the Bienayme formula along with the property of the covariance Cov aX bY ab Cov X Y jointly imply that Var a X b Y a 2 Var X b 2 Var Y 2 a b Cov X Y displaystyle operatorname Var aX pm bY a 2 operatorname Var X b 2 operatorname Var Y pm 2ab operatorname Cov X Y nbsp 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 Var i n a i X i i 1 n a i 2 Var X i 2 1 i lt j n a i a j Cov X i X j displaystyle operatorname Var left sum i n a i X i right sum i 1 n a i 2 operatorname Var X i 2 sum 1 leq i sum lt j leq n a i a j operatorname Cov X i X j nbsp Product of variables edit Product of independent variables edit If two variables X and Y are independent the variance of their product is given by 9 Var X Y E X 2 Var Y E Y 2 Var X Var X Var Y displaystyle operatorname Var XY operatorname E X 2 operatorname Var Y operatorname E Y 2 operatorname Var X operatorname Var X operatorname Var Y nbsp Equivalently using the basic properties of expectation it is given by Var X Y E X 2 E Y 2 E X 2 E Y 2 displaystyle operatorname Var XY operatorname E left X 2 right operatorname E left Y 2 right operatorname E X 2 operatorname E Y 2 nbsp Product of statistically dependent variables edit In general if two variables are statistically dependent then the variance of their product is given by Var X Y E X 2 Y 2 E X Y 2 Cov X 2 Y 2 E X 2 E Y 2 E X Y 2 Cov X 2 Y 2 Var X E X 2 Var Y E Y 2 Cov X Y E X E Y 2 displaystyle begin aligned operatorname Var XY amp operatorname E left X 2 Y 2 right operatorname E XY 2 5pt amp operatorname Cov left X 2 Y 2 right operatorname E X 2 operatorname E left Y 2 right operatorname E XY 2 5pt amp operatorname Cov left X 2 Y 2 right left operatorname Var X operatorname E X 2 right left operatorname Var Y operatorname E Y 2 right 5pt amp operatorname Cov X Y operatorname E X operatorname E Y 2 end aligned nbsp Arbitrary functions edit 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 Var f X f E X 2 Var X displaystyle operatorname Var left f X right approx left f operatorname E left X right right 2 operatorname Var left X right nbsp provided that f is twice differentiable and that the mean and variance of X are finite Population variance and sample variance editSee 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 that 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 correct value as the number of samples increases but can be improved Estimating the population variance by taking the sample s variance is close to optimal in general but can be improved in two ways Most simply the sample variance is computed as an average of squared deviations about the sample mean by dividing by n 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 population 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 by this factor dividing 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 For example when n 1 the variance of a single observation about the sample mean itself is obviously zero regardless of the population 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 Population variance edit In general the population variance of a finite population of size N with values xi is given by s 2 1 N i 1 N x i m 2 1 N i 1 N x i 2 2 m x i m 2 1 N i 1 N x i 2 2 m 1 N i 1 N x i m 2 1 N i 1 N x i 2 m 2 displaystyle begin aligned sigma 2 amp frac 1 N sum i 1 N left x i mu right 2 frac 1 N sum i 1 N left x i 2 2 mu x i mu 2 right 5pt amp left frac 1 N sum i 1 N x i 2 right 2 mu left frac 1 N sum i 1 N x i right mu 2 5pt amp left frac 1 N sum i 1 N x i 2 right mu 2 end aligned nbsp where the population mean is m 1 N i 1 N x i displaystyle mu frac 1 N sum i 1 N x i nbsp The population variance can also be computed using s 2 1 N 2 i lt j x i x j 2 1 2 N 2 i j 1 N x i x j 2 displaystyle sigma 2 frac 1 N 2 sum i lt j left x i x j right 2 frac 1 2N 2 sum i j 1 N left x i x j right 2 nbsp This is true because 1 2 N 2 i j 1 N x i x j 2 1 2 N 2 i j 1 N x i 2 2 x i x j x j 2 1 2 N j 1 N 1 N i 1 N x i 2 1 N i 1 N x i 1 N j 1 N x j 1 2 N i 1 N 1 N j 1 N x j 2 1 2 s 2 m 2 m 2 1 2 s 2 m 2 s 2 displaystyle begin aligned amp frac 1 2N 2 sum i j 1 N left x i x j right 2 5pt amp frac 1 2N 2 sum i j 1 N left x i 2 2x i x j x j 2 right 5pt amp frac 1 2N sum j 1 N left frac 1 N sum i 1 N x i 2 right left frac 1 N sum i 1 N x i right left frac 1 N sum j 1 N x j right frac 1 2N sum i 1 N left frac 1 N sum j 1 N x j 2 right 5pt amp frac 1 2 left sigma 2 mu 2 right mu 2 frac 1 2 left sigma 2 mu 2 right 5pt amp sigma 2 end aligned nbsp The 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 Sample variance edit See also Sample standard deviation Biased sample variance edit 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 10 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 where n lt N and estimate the variance on the basis of this sample 11 Directly taking the variance of the sample data gives the average of the squared deviations S Y 2 1 n i 1 n Y i Y 2 1 n i 1 n Y i 2 Y 2 1 n 2 i j i lt j Y i Y j 2 displaystyle tilde S Y 2 frac 1 n sum i 1 n left Y i overline Y right 2 left frac 1 n sum i 1 n Y i 2 right overline Y 2 frac 1 n 2 sum i j i lt j left Y i Y j right 2 nbsp Here Y displaystyle overline Y nbsp denotes the sample mean Y 1 n i 1 n Y i displaystyle overline Y frac 1 n sum i 1 n Y i nbsp Since the Yi are selected randomly both Y displaystyle overline Y nbsp and S Y 2 displaystyle tilde S Y 2 nbsp are random variables Their expected values can be evaluated by averaging over the ensemble of all possible samples Yi of size n from the population For S Y 2 displaystyle tilde S Y 2 nbsp this gives E S Y 2 E 1 n i 1 n Y i 1 n j 1 n Y j 2 1 n i 1 n E Y i 2 2 n Y i j 1 n Y j 1 n 2 j 1 n Y j k 1 n Y k 1 n i 1 n n 2 n E Y i 2 2 n j i E Y i Y j 1 n 2 j 1 n k j n E Y j Y k 1 n 2 j 1 n E Y j 2 1 n i 1 n n 2 n s 2 m 2 2 n n 1 m 2 1 n 2 n n 1 m 2 1 n s 2 m 2 n 1 n s 2 displaystyle begin aligned operatorname E tilde S Y 2 amp operatorname E left frac 1 n sum i 1 n left Y i frac 1 n sum j 1 n Y j right 2 right 5pt amp frac 1 n sum i 1 n operatorname E left Y i 2 frac 2 n Y i sum j 1 n Y j frac 1 n 2 sum j 1 n Y j sum k 1 n Y k right 5pt amp frac 1 n sum i 1 n left frac n 2 n operatorname E left Y i 2 right frac 2 n sum j neq i operatorname E left Y i Y j right frac 1 n 2 sum j 1 n sum k neq j n operatorname E left Y j Y k right frac 1 n 2 sum j 1 n operatorname E left Y j 2 right right 5pt amp frac 1 n sum i 1 n left frac n 2 n left sigma 2 mu 2 right frac 2 n n 1 mu 2 frac 1 n 2 n n 1 mu 2 frac 1 n left sigma 2 mu 2 right right 5pt amp frac n 1 n sigma 2 end aligned nbsp Hence S Y 2 displaystyle tilde S Y 2 nbsp gives an estimate of the population variance that is biased by a factor of n 1 n displaystyle frac n 1 n nbsp For this reason S Y 2 displaystyle tilde S Y 2 nbsp is referred to as the biased sample variance Unbiased sample variance edit Correcting for this bias yields the unbiased sample variance denoted S 2 displaystyle S 2 nbsp S 2 n n 1 S Y 2 n n 1 1 n i 1 n Y i Y 2 1 n 1 i 1 n Y i Y 2 displaystyle S 2 frac n n 1 tilde S Y 2 frac n n 1 left frac 1 n sum i 1 n left Y i overline Y right 2 right frac 1 n 1 sum i 1 n left Y i overline Y right 2 nbsp 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 Distribution of the sample variance edit nbsp nbsp Distribution and cumulative distribution of S2 s2 for various values of n n 1 when the yi are independent normally distributed 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 S2 follows a scaled chi squared distribution see also asymptotic properties and an elementary proof 12 n 1 S 2 s 2 x n 1 2 displaystyle n 1 frac S 2 sigma 2 sim chi n 1 2 nbsp As a direct consequence it follows that E S 2 E s 2 n 1 x n 1 2 s 2 displaystyle operatorname E left S 2 right operatorname E left frac sigma 2 n 1 chi n 1 2 right sigma 2 nbsp and 13 Var S 2 Var s 2 n 1 x n 1 2 s 4 n 1 2 Var x n 1 2 2 s 4 n 1 displaystyle operatorname Var left S 2 right operatorname Var left frac sigma 2 n 1 chi n 1 2 right frac sigma 4 n 1 2 operatorname Var left chi n 1 2 right frac 2 sigma 4 n 1 nbsp If the Yi are independent and identically distributed but not necessarily normally distributed then 14 E S 2 s 2 Var S 2 s 4 n k 1 2 n 1 1 n m 4 n 3 n 1 s 4 displaystyle operatorname E left S 2 right sigma 2 quad operatorname Var left S 2 right frac sigma 4 n left kappa 1 frac 2 n 1 right frac 1 n left mu 4 frac n 3 n 1 sigma 4 right nbsp where k is the kurtosis of the distribution and m4 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 s2 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 15 16 17 Samuelson s inequality edit 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 18 Values must lie within the limits y s Y n 1 1 2 displaystyle bar y pm sigma Y n 1 1 2 nbsp Relations with the harmonic and arithmetic means edit It has been shown 19 that for a sample yi of positive real numbers s y 2 2 y max A H displaystyle sigma y 2 leq 2y max A H nbsp where ymax is the maximum of the sample A is the arithmetic mean H is the harmonic mean of the sample and s y 2 displaystyle sigma y 2 nbsp is the biased variance of the sample This bound has been improved and it is known that variance is bounded by s y 2 y max A H y max A y max H displaystyle sigma y 2 leq frac y max A H y max A y max H nbsp s y 2 y min A H A y min H y min displaystyle sigma y 2 geq frac y min A H A y min H y min nbsp where ymin is the minimum of the sample 20 Tests of equality of variances editThe 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 Moment of inertia editSee also Moment physics Examples 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 citation needed It is because of this analogy that such things as the variance are called moments of probability distributions citation needed 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 S displaystyle Sigma nbsp is given by citation needed I n 1 3 3 tr S S displaystyle I n left mathbf 1 3 times 3 operatorname tr Sigma Sigma right nbsp 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 S 10 0 0 0 0 1 0 0 0 0 1 displaystyle Sigma begin bmatrix 10 amp 0 amp 0 0 amp 0 1 amp 0 0 amp 0 amp 0 1 end bmatrix nbsp 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 0 2 0 0 0 10 1 0 0 0 10 1 displaystyle I n begin bmatrix 0 2 amp 0 amp 0 0 amp 10 1 amp 0 0 amp 0 amp 10 1 end bmatrix nbsp Semivariance editThe semivariance is calculated in the same manner as the variance but only those observations that fall below the mean are included in the calculation Semivariance 1 n i x i lt m x i m 2 displaystyle text Semivariance 1 over n sum i x i lt mu x i mu 2 nbsp 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 21 For inequalities associated with the semivariance see Chebyshev s inequality Semivariances Etymology editThe term variance was first introduced by Ronald Fisher in his 1918 paper The Correlation Between Relatives on the Supposition of Mendelian Inheritance 22 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 deviations s 1 displaystyle sigma 1 nbsp and s 2 displaystyle sigma 2 nbsp it is found that the distribution when both causes act together has a standard deviation s 1 2 s 2 2 displaystyle sqrt sigma 1 2 sigma 2 2 nbsp 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 Generalizations editFor complex variables edit If x displaystyle x nbsp is a scalar complex valued random variable with values in C displaystyle mathbb C nbsp then its variance is E x m x m displaystyle operatorname E left x mu x mu right nbsp where x displaystyle x nbsp is the complex conjugate of x displaystyle x nbsp This variance is a real scalar For vector valued random variables edit As a matrix edit If X displaystyle X nbsp is a vector valued random variable with values in R n displaystyle mathbb R n nbsp and thought of as a column vector then a natural generalization of variance is E X m X m T displaystyle operatorname E left X mu X mu operatorname T right nbsp where m E X displaystyle mu operatorname E X nbsp and X T displaystyle X operatorname T nbsp is the transpose of X displaystyle X nbsp and so is a row vector The result is a positive semi definite square matrix commonly referred to as the variance covariance matrix or simply as the covariance matrix If X displaystyle X nbsp is a vector and complex valued random variable with values in C n displaystyle mathbb C n nbsp then the covariance matrix is E X m X m displaystyle operatorname E left X mu X mu dagger right nbsp where X displaystyle X dagger nbsp is the conjugate transpose of X displaystyle X nbsp citation needed This matrix is also positive semi definite and square As a scalar edit Another generalization of variance for vector valued random variables X displaystyle X nbsp which results in a scalar value rather than in a matrix is the generalized variance det C displaystyle det C nbsp the determinant of the covariance matrix The generalized variance can be shown to be related to the multidimensional scatter of points around their mean 23 A different generalization is obtained by considering the equation for the scalar variance Var X E X m 2 displaystyle operatorname Var X operatorname E left X mu 2 right nbsp and reinterpreting X m 2 displaystyle X mu 2 nbsp as the squared Euclidean distance between the random variable and its mean or simply as the scalar product of the vector X m displaystyle X mu nbsp with itself This results in E X m T X m tr C displaystyle operatorname E left X mu operatorname T X mu right operatorname tr C nbsp which is the trace of the covariance matrix See also edit nbsp Mathematics portal nbsp Look up variance in Wiktionary the free dictionary Bhatia Davis inequality Coefficient of variation Homoscedasticity Least squares spectral analysis for computing a frequency spectrum with spectral magnitudes in of variance or in dB Modern portfolio theory Popoviciu s inequality on variances Measures for statistical dispersion Variance stabilizing transformationTypes of variance edit Correlation Distance variance Explained variance Pooled variance Pseudo variance h2, wikipedia, wiki, book, books, library,

article

, read, download, free, free download, mp3, video, mp4, 3gp, jpg, jpeg, gif, png, picture, music, song, movie, book, game, games.