- Covariance
-
This article is about the measure of linear relation between random variables. For other uses, see Covariance (disambiguation).
In probability theory and statistics, covariance is a measure of how much two variables change together. Variance is a special case of the covariance when the two variables are identical.
Contents
Definition
The covariance between two real-valued random variables X and Y with finite second moments is
where E[X] is the expected value of X. By using some properties of expectations, this can be simplified to
For random vectors X and Y (of dimension m and n respectively) the m×n covariance matrix is equal to
where MT is the transpose of a matrix (or vector) M.
The (i,j)-th element of this matrix is equal to the covariance Cov(Xi, Yj) between the i-th scalar component of X and the j-th scalar component of Y. In particular, Cov(Y, X) is the transpose of Cov(X, Y).
Random variables whose covariance is zero are called uncorrelated.
The units of measurement of the covariance Cov(X, Y) are those of X times those of Y. By contrast, correlation, which depends on the covariance, is a dimensionless measure of linear dependence.
Properties
If X, Y, W, and V are real-valued random variables and a, b, c, d are constant ("constant" in this context means non-random), then the following facts are a consequence of the definition of covariance:
For sequences X1, ..., Xn and Y1, ..., Ym of random variables, we have
For a sequence X1, ..., Xn of random variables, and constants a1, ..., an, we have
If X and Y are independent, then their covariance is zero. This follows because under independence,
The converse, however, is generally not true: Some pairs of random variables have covariance zero although they are not independent.
In order to understand how the converse of this proposition is not generally true, consider the example where Y = X2, E[X] = 0, and E[X3] = 0. In this case, X and Y are obviously not independently distributed.
Relationship to inner products
Many of the properties of covariance can be extracted elegantly by observing that it satisfies similar properties to those of an inner product:
- bilinear: for constants a and b and random variables X, Y, and U, Cov(aX + bY, U) = a Cov(X, U) + b Cov(Y, U)
- symmetric: Cov(X, Y) = Cov(Y, X)
- positive semi-definite: Var(X) = Cov(X, X) ≥ 0, and Cov(X, X) = 0 implies that X is a constant random variable (K).
In fact these properties imply that the covariance defines an inner product over the quotient vector space obtained by taking the subspace of random variables with finite second moment and identifying any two that differ by a constant. (This identification turns the positive semi-definiteness above into positive definiteness.) That quotient vector space is isomorphic to the subspace of random variables with finite second moment and mean zero; on that subspace, the covariance is exactly the L2 inner product of real-valued functions on the sample space.
As a result for random variables with finite variance the following inequality holds via the Cauchy–Schwarz inequality:
Proof: If Var(Y) = 0, then it holds trivially. Otherwise, let random variable
Then we have:
QED.
Calculating the sample covariance
Main article: Sample mean and sample covarianceThe sample covariance of N observations of K variables is the K-by-K matrix with the entries given by
The sample mean and the sample covariance matrix are unbiased estimates of the mean and the covariance matrix of the random vector , a row vector whose jth element (j = 1, ..., K) is one of the random variables. The reason the sample covariance matrix has in the denominator rather than is essentially that the population mean E(X) is not known and is replaced by the sample mean . If the population mean E(X) is known, the analogous unbiased estimate
Comments
The covariance is sometimes called a measure of "linear dependence" between the two random variables. That does not mean the same thing as in the context of linear algebra (see linear dependence). When the covariance is normalized, one obtains the correlation matrix. From it, one can obtain the Pearson coefficient, which gives us the goodness of the fit for the best possible linear function describing the relation between the variables. In this sense covariance is a linear gauge of dependence.
See also
- Covariance function
- Covariance matrix
- Covariance operator
- Correlation
- Eddy covariance
- Law of total covariance
- Autocovariance
- Analysis of covariance
- Algorithms for calculating variance#Covariance
References
External links
Wikimedia Foundation. 2010.