Covariance
In probability theory and statistics, covariance is a measure of the joint variability of two random variables.[1] If the greater values of one variable mainly correspond with the greater values of the other variable, and the same holds for the lesser values, (i.e., the variables tend to show similar behavior), the covariance is positive.[2] In the opposite case, when the greater values of one variable mainly correspond to the lesser 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 easy to interpret because it is not normalized and hence depends on the magnitudes of the variables. 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 in addition to serving as a descriptor of the sample, also serves as an estimated value of the population parameter.
Contents
1 Definition
1.1 Definition for complex random variables
1.2 Discrete random variables
2 Example
3 Properties
3.1 Covariance with itself
3.2 Covariance of linear combinations
3.3 Hoeffding's Covariance Identity
3.4 Uncorrelatedness and independence
3.5 Relationship to inner products
4 Calculating the sample covariance
5 Generalizations
5.1 Auto-covariance matrix of real random vectors
5.2 Cross-covariance matrix of real random vectors
6 Numerical computation
7 Comments
8 Applications
8.1 In genetics and molecular biology
8.2 In financial economics
8.3 In meteorological and oceanographic data assimilation
8.4 In micrometeorology
8.5 In feature extraction
9 See also
10 References
11 External links
Definition
The covariance between two jointly distributed real-valued random variables X{displaystyle X} and Y{displaystyle Y} with finite second moments is defined as the expected product of their deviations from their individual expected values:[3][4]:p. 119
|
where E[X]{displaystyle operatorname {E} [X]} is the expected value of X{displaystyle X}, also known as the mean of X{displaystyle X}. The covariance is also sometimes denoted σXY{displaystyle sigma _{XY}} or σ(X,Y){displaystyle sigma (X,Y)}, in analogy to variance. By using the linearity property of expectations, this can be simplified to the expected value of their product minus the product of their expected values:
- cov(X,Y)=E[(X−E[X])(Y−E[Y])]=E[XY−XE[Y]−E[X]Y+E[X]E[Y]]=E[XY]−E[X]E[Y]−E[X]E[Y]+E[X]E[Y]=E[XY]−E[X]E[Y].{displaystyle {begin{aligned}operatorname {cov} (X,Y)&=operatorname {E} left[left(X-operatorname {E} left[Xright]right)left(Y-operatorname {E} left[Yright]right)right]\&=operatorname {E} left[XY-Xoperatorname {E} left[Yright]-operatorname {E} left[Xright]Y+operatorname {E} left[Xright]operatorname {E} left[Yright]right]\&=operatorname {E} left[XYright]-operatorname {E} left[Xright]operatorname {E} left[Yright]-operatorname {E} left[Xright]operatorname {E} left[Yright]+operatorname {E} left[Xright]operatorname {E} left[Yright]\&=operatorname {E} left[XYright]-operatorname {E} left[Xright]operatorname {E} left[Yright].end{aligned}}}
The units of measurement of the covariance cov(X,Y){displaystyle operatorname {cov} (X,Y)} are those of X{displaystyle X} times those of Y{displaystyle Y}. By contrast, correlation coefficients, which depend on the covariance, are a dimensionless measure of linear dependence. (In fact, correlation coefficients can simply be understood as a normalized version of covariance.)
Definition for complex random variables
The covariance between two complex random variables Z,W{displaystyle Z,W} is defined as[4]:p. 119
- cov(Z,W)=E[(Z−E[Z])(W−E[W])¯]=E[ZW¯]−E[Z]E[W¯]{displaystyle operatorname {cov} (Z,W)=operatorname {E} [(Z-operatorname {E} [Z]){overline {(W-operatorname {E} [W])}}]=operatorname {E} [Z{overline {W}}]-operatorname {E} [Z]operatorname {E} [{overline {W}}]}
Notice the complex conjugation of the second factor in the definition.
Discrete random variables
If the random variable pair (X,Y){displaystyle (X,Y)} can take on the values (xi,yi){displaystyle (x_{i},y_{i})} for i=1,…,n{displaystyle i=1,ldots ,n}, with equal probabilities pi=1/n{displaystyle p_{i}=1/n}, then the covariance can be equivalently written in terms of the means E[X]{displaystyle operatorname {E} [X]} and E[Y]{displaystyle operatorname {E} [Y]} as
- cov(X,Y)=1n∑i=1n(xi−E(X))(yi−E(Y)).{displaystyle operatorname {cov} (X,Y)={frac {1}{n}}sum _{i=1}^{n}(x_{i}-E(X))(y_{i}-E(Y)).}
It can also be equivalently expressed, without directly referring to the means, as[5]
- cov(X,Y)=1n2∑i=1n∑j=1n12(xi−xj)⋅(yi−yj)=1n2∑i∑j>i(xi−xj)⋅(yi−yj).{displaystyle operatorname {cov} (X,Y)={frac {1}{n^{2}}}sum _{i=1}^{n}sum _{j=1}^{n}{frac {1}{2}}(x_{i}-x_{j})cdot (y_{i}-y_{j})={frac {1}{n^{2}}}sum _{i}sum _{j>i}(x_{i}-x_{j})cdot (y_{i}-y_{j}).}
More generally, if there are n{displaystyle n} possible realizations of (X,Y){displaystyle (X,Y)}, namely (xi,yi){displaystyle (x_{i},y_{i})} for i=1,…,n{displaystyle i=1,ldots ,n}, but with possibly unequal probabilities pi{displaystyle p_{i}}, then the covariance is
- cov(X,Y)=∑i=1npi⋅(xi−E(X))⋅(yi−E(Y)).{displaystyle operatorname {cov} (X,Y)=sum _{i=1}^{n}p_{i}cdot (x_{i}-E(X))cdot (y_{i}-E(Y)).}
Example
Suppose that X{displaystyle X} and Y{displaystyle Y} have the following joint probability mass function,[6] in which the six central cells give the probabilities f(x,y){displaystyle f(x,y)} of the six hypothetical realizations (x,y)∈S={(1,1),(1,2),(1,3),(2,1),(2,2),(2,3)}{displaystyle (x,y)in S=left{(1,1),(1,2),(1,3),(2,1),(2,2),(2,3)right}}:
y | |||||
---|---|---|---|---|---|
f(x,y){displaystyle f(x,y)} | 1 | 2 | 3 | fX(x){displaystyle f_{X}(x)} | |
1 | 1/4 | 1/4 | 0 | 1/2 | |
x | 2 | 0 | 1/4 | 1/4 | 1/2 |
fY(y){displaystyle f_{Y}(y)} | 1/4 | 1/2 | 1/4 | 1 |
X{displaystyle X} can take on two values (1 and 2) while Y{displaystyle Y} can take on three (1, 2, and 3). Their means are μX=3/2{displaystyle mu _{X}=3/2} and μY=2.{displaystyle mu _{Y}=2.} The population standard deviations of X{displaystyle X} and Y{displaystyle Y} are σX=1/2{displaystyle sigma _{X}=1/2} and σY=1/2.{displaystyle sigma _{Y}={sqrt {1/2}}.} Then:
- cov(X,Y)=σXY=∑(x,y)∈Sf(x,y)(x−μX)(y−μY)=(14)(1−32)(1−2)+(14)(1−32)(2−2)+(0)(1−32)(3−2)+(0)(2−32)(1−2)+(14)(2−32)(2−2)+(14)(2−32)(3−2)=14.{displaystyle {begin{aligned}&operatorname {cov} (X,Y)=sigma _{XY}=sum _{(x,y)in S}f(x,y)(x-mu _{X})(y-mu _{Y})\={}&left({frac {1}{4}}right)left(1-{frac {3}{2}}right)(1-2)+left({frac {1}{4}}right)left(1-{frac {3}{2}}right)(2-2)\&{}+(0)left(1-{frac {3}{2}}right)(3-2)+(0)left(2-{frac {3}{2}}right)(1-2)\&{}+left({frac {1}{4}}right)left(2-{frac {3}{2}}right)(2-2)+left({frac {1}{4}}right)left(2-{frac {3}{2}}right)(3-2)\={}&{frac {1}{4}}.end{aligned}}}
Properties
Covariance with itself
The variance is a special case of the covariance in which the two variables are identical (that is, in which one variable always takes the same value as the other):[4]:p. 121
- cov(X,X)=var(X)≡σ2(X)≡σX2.{displaystyle operatorname {cov} (X,X)=operatorname {var} (X)equiv sigma ^{2}(X)equiv sigma _{X}^{2}.}
Covariance of linear combinations
If X{displaystyle X}, Y{displaystyle Y}, W{displaystyle W}, and V{displaystyle V} are real-valued random variables and a,b,c,d{displaystyle 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:
- cov(X,a)=0cov(X,X)=var(X)cov(X,Y)=cov(Y,X)cov(aX,bY)=abcov(X,Y)cov(X+a,Y+b)=cov(X,Y)cov(aX+bY,cW+dV)=accov(X,W)+adcov(X,V)+bccov(Y,W)+bdcov(Y,V){displaystyle {begin{aligned}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{aligned}}}
For a sequence X1,…,Xn{displaystyle X_{1},ldots ,X_{n}} of random variables, and constants a1,…,an{displaystyle a_{1},ldots ,a_{n}}, we have
- σ2(∑i=1naiXi)=∑i=1nai2σ2(Xi)+2∑i,j:i<jaiajcov(Xi,Xj)=∑i,jaiajcov(Xi,Xj){displaystyle sigma ^{2}left(sum _{i=1}^{n}a_{i}X_{i}right)=sum _{i=1}^{n}a_{i}^{2}sigma ^{2}(X_{i})+2sum _{i,j,:,i<j}a_{i}a_{j}operatorname {cov} (X_{i},X_{j})=sum _{i,j}{a_{i}a_{j}operatorname {cov} (X_{i},X_{j})}}
Hoeffding's Covariance Identity
A useful identity to compute the covariance between two random variables X,Y{displaystyle X,Y} is the Hoeffding's Covariance Identity:[7]
- cov(X,Y)=∫R∫RF(X,Y)(x,y)−FX(x)FY(y)dxdy{displaystyle operatorname {cov} (X,Y)=int _{mathbb {R} }int _{mathbb {R} }F_{(X,Y)}(x,y)-F_{X}(x)F_{Y}(y),dx,dy}
where F(X,Y)(x,y){displaystyle F_{(X,Y)}(x,y)} is the joint distribution function of the random vector (X,Y){displaystyle (X,Y)} and FX(x),FY(y){displaystyle F_{X}(x),F_{Y}(y)} are the marginals.
Random variables whose covariance is zero are called uncorrelated[4]:p. 121. Similarly, the components of random vectors whose covariance matrix is zero in every entry outside the main diagonal are also called uncorrelated.
If X{displaystyle X} and Y{displaystyle Y} are independent, then their covariance is zero.[4]:p. 123[8] This follows because under independence,
- E[XY]=E[X]⋅E[Y].{displaystyle operatorname {E} [XY]=operatorname {E} [X]cdot operatorname {E} [Y].}
The converse, however, is not generally true. For example, let X{displaystyle X} be uniformly distributed in [−1,1]{displaystyle [-1,1]} and let Y=X2{displaystyle Y=X^{2}}. Clearly, X{displaystyle X} and Y{displaystyle Y} are not independent, but
- cov(X,Y)=cov(X,X2)=E[X⋅X2]−E[X]⋅E[X2]=E[X3]−E[X]E[X2]=0−0⋅E[X2]=0.{displaystyle {begin{aligned}operatorname {cov} (X,Y)&=operatorname {cov} (X,X^{2})\&=operatorname {E} [Xcdot X^{2}]-operatorname {E} [X]cdot operatorname {E} [X^{2}]\&=operatorname {E} left[X^{3}right]-operatorname {E} [X]operatorname {E} [X^{2}]\&=0-0cdot operatorname {E} [X^{2}]\&=0.end{aligned}}}
In this case, the relationship between Y{displaystyle Y} and X{displaystyle X} is non-linear, while correlation and covariance are measures of linear dependence between two variables. This example shows that if two variables are uncorrelated, that does not in general imply that they are independent. However, if two variables are jointly normally distributed (but not if they are merely individually normally distributed), uncorrelatedness does imply independence.
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{displaystyle a} and b{displaystyle b} and random variables X,Y,Z{displaystyle X,Y,Z}, cov(aX+bY,Z)=acov(X,Z)+bcov(Y,Z){displaystyle operatorname {cov} (aX+bY,Z)=aoperatorname {cov} (X,Z)+boperatorname {cov} (Y,Z)}
- symmetric: cov(X,Y)=cov(Y,X){displaystyle operatorname {cov} (X,Y)=operatorname {cov} (Y,X)}
positive semi-definite: σ2(X)=cov(X,X)≥0{displaystyle sigma ^{2}(X)=operatorname {cov} (X,X)geq 0} for all random variables X{displaystyle X}, and cov(X,X)=0{displaystyle operatorname {cov} (X,X)=0} implies that X{displaystyle X} is a constant random variable.
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 inequality
- |cov(X,Y)|≤σ2(X)σ2(Y){displaystyle |operatorname {cov} (X,Y)|leq {sqrt {sigma ^{2}(X)sigma ^{2}(Y)}}}
holds via the Cauchy–Schwarz inequality.
Proof: If σ2(Y)=0{displaystyle sigma ^{2}(Y)=0}, then it holds trivially. Otherwise, let random variable
- Z=X−cov(X,Y)σ2(Y)Y.{displaystyle Z=X-{frac {operatorname {cov} (X,Y)}{sigma ^{2}(Y)}}Y.}
Then we have
- 0≤σ2(Z)=cov(X−cov(X,Y)σ2(Y)Y,X−cov(X,Y)σ2(Y)Y)=σ2(X)−(cov(X,Y))2σ2(Y).{displaystyle {begin{aligned}0leq sigma ^{2}(Z)&=operatorname {cov} left(X-{frac {operatorname {cov} (X,Y)}{sigma ^{2}(Y)}}Y,X-{frac {operatorname {cov} (X,Y)}{sigma ^{2}(Y)}}Yright)\[12pt]&=sigma ^{2}(X)-{frac {(operatorname {cov} (X,Y))^{2}}{sigma ^{2}(Y)}}.end{aligned}}}
Calculating the sample covariance
The sample covariances among K{displaystyle K} variables based on N{displaystyle N} observations of each, drawn from an otherwise unobserved population, are given by the K×K{displaystyle Ktimes K} matrix q¯=[qjk]{displaystyle textstyle {overline {mathbf {q} }}=left[q_{jk}right]} with the entries
- qjk=1N−1∑i=1N(Xij−X¯j)(Xik−X¯k),{displaystyle q_{jk}={frac {1}{N-1}}sum _{i=1}^{N}left(X_{ij}-{bar {X}}_{j}right)left(X_{ik}-{bar {X}}_{k}right),}
which is an estimate of the covariance between variable j{displaystyle j} and variable k{displaystyle k}.
The sample mean and the sample covariance matrix are unbiased estimates of the mean and the covariance matrix of the random vector X{displaystyle textstyle mathbf {X} }, a vector whose jth element (j=1,…,K){displaystyle (j=1,ldots ,K)} is one of the random variables. The reason the sample covariance matrix has N−1{displaystyle textstyle N-1} in the denominator rather than N{displaystyle textstyle N} is essentially that the population mean E(X){displaystyle operatorname {E} (X)} is not known and is replaced by the sample mean X¯{displaystyle mathbf {bar {X}} }. If the population mean E(X){displaystyle operatorname {E} (X)} is known, the analogous unbiased estimate is given by
qjk=1N∑i=1N(Xij−E(Xj))(Xik−E(Xk)){displaystyle q_{jk}={frac {1}{N}}sum _{i=1}^{N}left(X_{ij}-operatorname {E} (X_{j})right)left(X_{ik}-operatorname {E} (X_{k})right)}.
Generalizations
Auto-covariance matrix of real random vectors
For a vector X=[X1X2…Xm]T{displaystyle mathbf {X} ={begin{bmatrix}X_{1}&X_{2}&dots &X_{m}end{bmatrix}}^{mathrm {T} }} of m{displaystyle m} jointly distributed random variables with finite second moments, its auto-covariance matrix (also known as the variance–covariance matrix or simply the covariance matrix) KXX{displaystyle operatorname {K} _{mathbf {X} mathbf {X} }} (also denoted by Σ(X){displaystyle Sigma (mathbf {X} )}) is defined as[9]:p.335
KXX=cov(X,X)=E[(X−E[X])(X−E[X])T]=E[XXT]−E[X]E[X]T{displaystyle {begin{aligned}operatorname {K} _{mathbf {X} mathbf {X} }=operatorname {cov} (mathbf {X} ,mathbf {X} )&=operatorname {E} left[(mathbf {X} -operatorname {E} [mathbf {X} ])(mathbf {X} -operatorname {E} [mathbf {X} ])^{mathrm {T} }right]\&=operatorname {E} left[mathbf {X} mathbf {X} ^{mathrm {T} }right]-operatorname {E} [mathbf {X} ]operatorname {E} [mathbf {X} ]^{mathrm {T} }end{aligned}}}.
Let X{displaystyle mathbf {X} } be a random vector with covariance matrix Σ(X), and let A be a matrix that can act on X{displaystyle mathbf {X} }. The covariance matrix of the matrix-vector product A X is:
- Σ(AX)=E[AXXTAT]−E[AX]E[XTAT]=AΣ(X)AT.{displaystyle Sigma (mathbf {A} mathbf {X} )=operatorname {E} [mathbf {A} mathbf {X} mathbf {X} ^{mathrm {T} }mathbf {A} ^{mathrm {T} }]-operatorname {E} [mathbf {A} mathbf {X} ]operatorname {E} [mathbf {X} ^{mathrm {T} }mathbf {A} ^{mathrm {T} }]=mathbf {A} Sigma (mathbf {X} )mathbf {A} ^{mathrm {T} }.}
This is a direct result of the linearity of expectation and is useful
when applying a linear transformation, such as a whitening transformation, to a vector.
Cross-covariance matrix of real random vectors
For real random vectors X∈Rm{displaystyle mathbf {X} in mathbb {R} ^{m}} and Y∈Rn{displaystyle mathbf {Y} in mathbb {R} ^{n}}, the m×n{displaystyle mtimes n} cross-covariance matrix is equal to[9]:p.336
|
where mT{displaystyle mathbf {m} ^{mathrm {T} }} is the transpose of the vector (or matrix) m{displaystyle mathbf {m} }.
The (i,j){displaystyle (i,j)}-th element of this matrix is equal to the covariance cov(Xi,Yj){displaystyle operatorname {cov} (X_{i},Y_{j})} between the i-th scalar component of X{displaystyle mathbf {X} } and the j-th scalar component of Y{displaystyle mathbf {Y} }. In particular, cov(Y,X){displaystyle operatorname {cov} (mathbf {Y} ,mathbf {X} )} is the transpose of cov(X,Y){displaystyle operatorname {cov} (mathbf {X} ,mathbf {Y} )}.
Numerical computation
When E[XY]≈E[X]E[Y]{displaystyle operatorname {E} [XY]approx operatorname {E} [X]operatorname {E} [Y]}, the equation cov(X,Y)=E[XY]−E[X]E[Y]{displaystyle operatorname {cov} (X,Y)=operatorname {E} left[XYright]-operatorname {E} left[Xright]operatorname {E} left[Yright]}is prone to catastrophic cancellation when computed with floating point arithmetic and thus should be avoided in computer programs when the data has not been centered before.[10]Numerically stable algorithms should be preferred in this case.
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 Pearson correlation coefficient, which gives 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.
Applications
In genetics and molecular biology
Covariance is an important measure in biology. Certain sequences of DNA are conserved more than others among species, and thus to study secondary and tertiary structures of proteins, or of RNA structures, sequences are compared in closely related species. If sequence changes are found or no changes at all are found in noncoding RNA (such as microRNA), sequences are found to be necessary for common structural motifs, such as an RNA loop. In genetics, covariance serves a basis for computation of Genetic Relationship Matrix (GRM) (aka kinship matrix), enabling inference on population structure from sample with no known close relatives as well as inference on estimation of heritability of complex traits.
In financial economics
Covariances play a key role in financial economics, especially in portfolio theory and in the capital asset pricing model. Covariances among various assets' returns are used to determine, under certain assumptions, the relative amounts of different assets that investors should (in a normative analysis) or are predicted to (in a positive analysis) choose to hold in a context of diversification.
In meteorological and oceanographic data assimilation
The covariance matrix is important in estimating the initial conditions required for running weather forecast models. The 'forecast error covariance matrix' is typically constructed between perturbations around a mean state (either a climatological or ensemble mean). The 'observation error covariance matrix' is constructed to represent the magnitude of combined observational errors (on the diagonal) and the correlated errors between measurements (off the diagonal). This is an example of its widespread application to Kalman filtering and more general state estimation for time-varying systems.
In micrometeorology
The eddy covariance technique is a key atmospherics measurement technique where the covariance between instantaneous deviation in vertical wind speed from the mean value and instantaneous deviation in gas concentration is the basis for calculating the vertical turbulent fluxes.
In feature extraction
The covariance matrix is used to capture the spectral variability of a signal.[11]
See also
- Algorithms for calculating covariance
- Analysis of covariance
- Autocovariance
- Correlation and dependence
- Covariance function
- Covariance matrix
- Covariance operator
Distance covariance, or Brownian covariance.- Eddy covariance
- Law of total covariance
- Propagation of uncertainty
References
This article includes a list of references, but its sources remain unclear because it has insufficient inline citations.December 2010) (Learn how and when to remove this template message) ( |
^ Rice, John (2007). Mathematical Statistics and Data Analysis. Belmont, CA: Brooks/Cole Cengage Learning. p. 138. ISBN 978-0534-39942-9..mw-parser-output cite.citation{font-style:inherit}.mw-parser-output .citation q{quotes:"""""""'""'"}.mw-parser-output .citation .cs1-lock-free a{background:url("//upload.wikimedia.org/wikipedia/commons/thumb/6/65/Lock-green.svg/9px-Lock-green.svg.png")no-repeat;background-position:right .1em center}.mw-parser-output .citation .cs1-lock-limited a,.mw-parser-output .citation .cs1-lock-registration a{background:url("//upload.wikimedia.org/wikipedia/commons/thumb/d/d6/Lock-gray-alt-2.svg/9px-Lock-gray-alt-2.svg.png")no-repeat;background-position:right .1em center}.mw-parser-output .citation .cs1-lock-subscription a{background:url("//upload.wikimedia.org/wikipedia/commons/thumb/a/aa/Lock-red-alt-2.svg/9px-Lock-red-alt-2.svg.png")no-repeat;background-position:right .1em center}.mw-parser-output .cs1-subscription,.mw-parser-output .cs1-registration{color:#555}.mw-parser-output .cs1-subscription span,.mw-parser-output .cs1-registration span{border-bottom:1px dotted;cursor:help}.mw-parser-output .cs1-ws-icon a{background:url("//upload.wikimedia.org/wikipedia/commons/thumb/4/4c/Wikisource-logo.svg/12px-Wikisource-logo.svg.png")no-repeat;background-position:right .1em center}.mw-parser-output code.cs1-code{color:inherit;background:inherit;border:inherit;padding:inherit}.mw-parser-output .cs1-hidden-error{display:none;font-size:100%}.mw-parser-output .cs1-visible-error{font-size:100%}.mw-parser-output .cs1-maint{display:none;color:#33aa33;margin-left:0.3em}.mw-parser-output .cs1-subscription,.mw-parser-output .cs1-registration,.mw-parser-output .cs1-format{font-size:95%}.mw-parser-output .cs1-kern-left,.mw-parser-output .cs1-kern-wl-left{padding-left:0.2em}.mw-parser-output .cs1-kern-right,.mw-parser-output .cs1-kern-wl-right{padding-right:0.2em}
^ Weisstein, Eric W. "Covariance". MathWorld.
^ Oxford Dictionary of Statistics, Oxford University Press, 2002, p. 104.
^ abcde Park,Kun Il (2018). Fundamentals of Probability and Stochastic Processes with Applications to Communications. Springer. ISBN 978-3-319-68074-3.
^ Yuli Zhang,Huaiyu Wu,Lei Cheng (June 2012). Some new deformation formulas about variance and covariance. Proceedings of 4th International Conference on Modelling, Identification and Control(ICMIC2012). pp. 987–992.CS1 maint: Uses authors parameter (link)
^ "Covariance of X and Y | STAT 414/415". The Pennsylvania State University. 12/9/2016. Retrieved 12/9/2016. Check date values in:|access-date=, |date=
(help)
^ Papoulis (1991). Probability, Random Variables and Stochastic Processes. McGraw-Hill.
^ Siegrist, Kyle. "Covariance and Correlation". University of Alabama in Huntsville. Retrieved 12/9/2016. Check date values in:|access-date=
(help)
^ ab Gubner, John A. (2006). Probability and Random Processes for Electrical and Computer Engineers. Cambridge University Press. ISBN 978-0-521-86470-1.
^ Donald E. Knuth (1998). The Art of Computer Programming, volume 2: Seminumerical Algorithms, 3rd edn., p. 232. Boston: Addison-Wesley.
^ Sahidullah, Md.; Kinnunen, Tomi (March 2016). "Local spectral variability features for speaker verification". Digital Signal Processing. 50: 1–11. doi:10.1016/j.dsp.2015.10.011.
External links
Look up covariance in Wiktionary, the free dictionary. |
Hazewinkel, Michiel, ed. (2001) [1994], "Covariance", Encyclopedia of Mathematics, Springer Science+Business Media B.V. / Kluwer Academic Publishers, ISBN 978-1-55608-010-4
- MathWorld page on calculating the sample covariance
- Covariance Tutorial using R
- Covariance and Correlation