covariance

Share on Facebook Share on Twitter Email
Top
(kō-vâr'ē-əns) pronunciation
n.
A statistical measure of the variance of two random variables that are observed or measured in the same mean time period. This measure is equal to the product of the deviations of corresponding values of the two variables from their respective means.


The covariance of two random variables is the difference between the expected value of their product and the product of their separate expected values. For random variables X and Y,Cov(X, Y)=E(XY)-E(X)×E(Y). If X and Y are independent then Cov(X, Y)=0. However, if Cov(X, Y)=0 then X and Y may not be independent. A useful result isVar(aX+bY)=a2Var(X)+2abCov(X, Y)+b2Var(Y),where Var denotes variance, and a and b are constants. The term 'covariance' was used by Sir Ronald Fisher in 1930. See also correlation.



Statistical term for the correlation between two variables multiplied by the standard deviation for each of the variables. A positive covariance indicates that the two variables tend to move up and down together; a negative covariance indicates that when one moves higher, the other tends to go lower.

Previous:Court of Record, Couponing, Coupon Bond
Next:Covenant, Covenant Notto Compete, Cover

An index of the degree of association between two groups of variables. It is calculated in samples by transforming the scores in both groups to deviations from their respective means, multiplying pairs of scores from each group together, and calculating the mean. If the variables are x and y then the covariance of x and y is S(xi - x)(yi - y).

In the World Bank Poverty Profile, the degree to which values co-vary with a poverty indicator determines how much the total variation has been ‘explained’, and which variables contribute to that explanation.

A measure of the degree to which returns on two risky assets move in tandem. A positive covariance means that asset returns move together. A negative covariance means returns move inversely.

One method of calculating covariance is by looking at return surprises (deviations from expected return) in each scenario. Another method is to multiply the correlation between the two variables by the standard deviation of each variable.

Investopedia Says:
Possessing financial assets that provide returns and have a high covariance with each other will not provide very much diversification.

For example, if stock A's return is high whenever stock B's return is high and the same can be said for low returns, then these stocks are said to have a positive covariance. If an investor wants a portfolio whose assets have diversified earnings, he or she should pick financial assets that have low covariance to each other.

Related Links:
See why investors today still follow this old set of principles that reduce risk and increase returns through diversification. Modern Portfolio Theory: Why It's Still Hip
Volatility is not the only way to measure risk. Learn about the "new science of risk management". An Introduction To Value at Risk (VAR)
Volatility is not the only way to measure risk. Learn about the "new science of risk management". How To Convert Value At Risk To Different Time Periods
What to know about stationary and non-stationary processes before you try to model or forecast. Introduction To Stationary And Non-Stationary Processes



a measure of the association between two variables. For n pairs of values of two random variables, x and y, this is given by:
Cov. (x,y) = (xx̄)(yȳ)/(n − 1)
where x̄ and ȳ are the means of the populations of x and y, respectively. Compare correlation coefficient, regression coefficient, variance.

Previous:covalent modification, covalent chromatography, covalent catalysis
Next:covarion, covirus, covolume

The expected value of the product of the deviations of corresponding values of two random variables from their respective means.

  • c. method — used for the calculation of relationship and inbreeding in large populations.
Top

In probability theory and statistics, covariance is a measure of how much two random variables change together. If the greater values of one variable mainly correspond with the greater values of the other variable, and the same holds for the smaller values, i.e. the variables tend to show similar behavior, the covariance is a positive number. In the opposite case, when the greater values of one variable mainly correspond to the smaller values of the other, i.e. the variables tend to show opposite behavior, the covariance is negative. The sign of the covariance therefore shows the tendency in the linear relationship between the variables. The magnitude of the covariance is not that easy to interpret. The normalized version of the covariance, the correlation coefficient, however shows by its magnitude the strength of the linear relation.

A distinction must be made between (1) the covariance of two random variables, which is a population parameter that can be seen as a property of the joint probability distribution, and (2) the sample covariance, which serves as an estimated value of the parameter.

Contents

Definition

The covariance between two jointly distributed real-valued random variables X and Y with finite second moments is


\operatorname{Cov}(X,Y) = \operatorname{E}{\big[(X - \operatorname{E}[X])(Y - \operatorname{E}[Y])\big]}

where E[X] is the expected value of X. By using the linearity property of expectations, this can be simplified to


\operatorname{Cov}(X,Y) = \operatorname{E}\big[X Y\big] - \operatorname{E}[X]\operatorname{E}[Y]

For random vectors X and Y (of dimension m and n respectively) the m×n covariance matrix is equal to


\begin{align}
    \operatorname{Cov}(X,Y) 
               & = \operatorname{E}\left[(X - \operatorname{E}[X])(Y - \operatorname{E}[Y])^T\right]\\
               & = \operatorname{E}\left[X Y^T\right] - \operatorname{E}[X]\operatorname{E}[Y]^T
\end{align}

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(YX) is the transpose of Cov(XY).

For a vector X=(X_1,\dots . X_n) of n jointly distributed random variables with finite second moments, its covariance matrix is defined as:

 \operatorname{Cov}(X) = \operatorname{Cov}(X,X) .


Random variables whose covariance is zero are called uncorrelated.

The units of measurement of the covariance Cov(XY) are those of X times those of Y. By contrast, correlation, which depends on the covariance, is a dimensionless measure of linear dependence. (In fact, correlation can simply be understood as a normalized version of covariance.)

Properties

  • Variance is a special case of the covariance when the two variables are identical:
\operatorname{Cov}(X, X) =\operatorname{Var}(X).
  • 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:

\begin{align}
    \operatorname{Cov}(X, a) &= 0 \\
    \operatorname{Cov}(X, X) &= \operatorname{Var}(X) \\
    \operatorname{Cov}(X, Y) &= \operatorname{Cov}(Y, X) \\
    \operatorname{Cov}(aX, bY) &= ab\, \operatorname{Cov}(X, Y) \\
    \operatorname{Cov}(X+a, Y+b) &= \operatorname{Cov}(X, Y) \\ 
    \operatorname{Cov}(aX+bY, cW+dV) &= ac\,\operatorname{Cov}(X,W)+ad\,\operatorname{Cov}(X,V)+bc\,\operatorname{Cov}(Y,W)+bd\,\operatorname{Cov}(Y,V)
\end{align}

For sequences X1, ..., Xn and Y1, ..., Ym of random variables, we have

\operatorname{Cov}\left(\sum_{i=1}^n {X_i}, \sum_{j=1}^m{Y_j}\right) =    \sum_{i=1}^n{\sum_{j=1}^m{\operatorname{Cov}\left(X_i, Y_j\right)}}.\,

For a sequence X1, ..., Xn of random variables, and constants a1, ..., an, we have

\operatorname{Var}\left(\sum_{i=1}^n a_iX_i \right) = \sum_{i=1}^n a_i^2\operatorname{Var}(X_i) + 2\sum_{i,j\,:\,i<j} a_ia_j\operatorname{Cov}(X_i,X_j).


A more general identity for covariance matrices

Let v be a random vector, and let \operatorname{Cov}(v) denote its covariance matrix, and let A be a matrix that can act on v. Then \operatorname{Cov}(Av) = A \operatorname{Cov}(v) A^T

Uncorrelatedness and independence

If X and Y are independent, then their covariance is zero. This follows because under independence,

\operatorname{E}\left[X \cdot Y\right] = E[X] \cdot E[Y].

The converse, however, is not generally true. For example, let X be uniformly distributed in [-1, 1] and let Y = X2. Clearly, X and Y are dependent, but


\begin{align}
 \operatorname{Cov}(X, Y) &= \operatorname{Cov}(X, X^2) \\
         &= \operatorname{E}\!\left[X \cdot X^2\right] - \operatorname{E}[X] \cdot \operatorname{E}\!\left[X^2\right] \\
         &= \operatorname{E}\!\left[X^3\right] - \operatorname{E}[X]\operatorname{E}\!\left[X^2\right]  \\
         &= 0 - 0 \cdot \operatorname{E}\!\left[X^2\right]   \\
         &= 0.  
\end{align}

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:

  1. bilinear: for constants a and b and random variables X, Y, and U, Cov(aX + bYU) = a Cov(XU) + b Cov(YU)
  2. symmetric: Cov(XY) = Cov(YX)
  3. positive semi-definite: Var(X) = Cov(XX) ≥ 0, and Cov(XX) = 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:

|\operatorname{Cov}(X,Y)| \le \sqrt{\operatorname{Var}(X) \operatorname{Var}(Y)}

Proof: If Var(Y) = 0, then it holds trivially. Otherwise, let random variable

 Z = X - \frac{\operatorname{Cov}(X,Y)}{\operatorname{Var}(Y)} Y

Then we have:


\begin{align}
0 \le \operatorname{Var}(Z) & = \operatorname{Cov}\left(X - \frac{\operatorname{Cov}(X,Y)}{\operatorname{Var}(Y)} Y,X - \frac{\operatorname{Cov}(X,Y)}{\operatorname{Var}(Y)} Y \right) \\[12pt]
& = \operatorname{Var}(X) - \frac{ (\operatorname{Cov}(X,Y))^2 }{\operatorname{Var}(Y)}
\end{align}

QED.

Calculating the sample covariance

The sample covariance of N observations of K variables is the K-by-K matrix \textstyle \mathbf{Q}=\left[  q_{jk}\right]  with the entries given by

 q_{jk}=\frac{1}{N-1}\sum_{i=1}^{N}\left(  x_{ij}-\bar{x}_j \right)  \left( x_{ik}-\bar{x}_k \right)

The sample mean and the sample covariance matrix are unbiased estimates of the mean and the covariance matrix of the random vector \textstyle \mathbf{X}, a row vector whose jth element (j = 1, ..., K) is one of the random variables. The reason the sample covariance matrix has \textstyle N-1 in the denominator rather than \textstyle N is essentially that the population mean E(X) is not known and is replaced by the sample mean \mathbf{\bar{x}}. If the population mean E(X) is known, the analogous unbiased estimate is given by

 q_{jk}=\frac{1}{N}\sum_{i=1}^N \left(  x_{ij}-E(X_j)\right)  \left( x_{ik}-E(X_k)\right)

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

References

External links


Best of Web:

covariance

Top
Some good "covariance" pages on the web:

Math
mathworld.wolfram.com

Post a question - any question - to the WikiAnswers community:

Copyrights: