Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

Covariance

From Wikipedia, the free encyclopedia
Measure of the joint variability
This article is about the degree to which random variables vary similarly. For other uses, seeCovariance (disambiguation).
The sign of the covariance of two random variablesX andY

Inprobability theory andstatistics,covariance is a measure of the joint variability of tworandom variables.[1]

The sign of the covariance, therefore, shows the tendency in thelinear relationship between the variables. If greater values of one variable mainly correspond with greater values of the other variable, and the same holds for lesser values (that is, the variables tend to show similar behavior), the covariance is positive.[2] In the opposite case, when greater values of one variable mainly correspond to lesser values of the other (that is, the variables tend to show opposite behavior), the covariance is negative. One feature of covariance is that it has units of measurement and the magnitude of the covariance is affected by said units. This means changing the units (e.g., from meters to millimeters) changes the covariance value proportionally, making it difficult to assess the strength of the relationship from the covariance alone; In some situations, it is desirable to compare the strength of the joint association between different pairs of random variables that do not necessarily have the same units.[3] In those situations, we use thecorrelation coefficient, which normalizes the covariance by dividing by thegeometric mean of the totalvariances (i.e., the product of thestandard deviations) for the two random variables to get a result between -1 and 1 and makes the units irrelevant.[4]

A distinction must be made between (1) the covariance of two random variables, which is apopulationparameter that can be seen as a property of thejoint probability distribution, and (2) thesample covariance, which in addition to serving as a descriptor of the sample, also serves as anestimated value of the population parameter.

Definition

[edit]

For twojointly distributedreal-valuedrandom variablesX{\displaystyle X} andY{\displaystyle Y} with finitesecond moments, the covariance is defined as theexpected value (or mean) of the product of their deviations from their individual expected values:[5][6]: 119 

cov(X,Y)=E[(XE[X])(YE[Y])]{\displaystyle \operatorname {cov} (X,Y)=\operatorname {E} {{\big [}(X-\operatorname {E} [X])(Y-\operatorname {E} [Y]){\big ]}}}

whereE[X]{\displaystyle \operatorname {E} [X]} is the expected value ofX{\displaystyle X}, also known as the mean ofX{\displaystyle X}. The covariance is also sometimes denotedσXY{\displaystyle \sigma _{XY}} orσ(X,Y){\displaystyle \sigma (X,Y)}, in analogy tovariance. 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[(XE[X])(YE[Y])]=E[XYXE[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[X\right]\right)\left(Y-\operatorname {E} \left[Y\right]\right)\right]\\&=\operatorname {E} \left[XY-X\operatorname {E} \left[Y\right]-\operatorname {E} \left[X\right]Y+\operatorname {E} \left[X\right]\operatorname {E} \left[Y\right]\right]\\&=\operatorname {E} \left[XY\right]-\operatorname {E} \left[X\right]\operatorname {E} \left[Y\right]-\operatorname {E} \left[X\right]\operatorname {E} \left[Y\right]+\operatorname {E} \left[X\right]\operatorname {E} \left[Y\right]\\&=\operatorname {E} \left[XY\right]-\operatorname {E} \left[X\right]\operatorname {E} \left[Y\right].\end{aligned}}}This identity is useful for mathematical derivations. From the viewpoint of numerical computation, however, it is susceptible tocatastrophic cancellation (see the section onnumerical computation below).

Theunits of measurement of the covariancecov(X,Y){\displaystyle \operatorname {cov} (X,Y)} are those ofX{\displaystyle X} times those ofY{\displaystyle Y}. By contrast,correlation coefficients, which depend on the covariance, are adimensionless measure of linear dependence. (In fact, correlation coefficients can simply be understood as a normalized version of covariance.)

Complex random variables

[edit]
Main article:Complex random variable § Covariance

The covariance between twocomplex random variablesZ,W{\displaystyle Z,W} is defined as[6]: 119 cov(Z,W)=E[(ZE[Z])(WE[W])¯]=E[ZW¯]E[Z]E[W¯]{\displaystyle \operatorname {cov} (Z,W)=\operatorname {E} \left[(Z-\operatorname {E} [Z]){\overline {(W-\operatorname {E} [W])}}\right]=\operatorname {E} \left[Z{\overline {W}}\right]-\operatorname {E} [Z]\operatorname {E} \left[{\overline {W}}\right]}

Notice the complex conjugation of the second factor in the definition.

A relatedpseudo-covariance can also be defined.

Discrete random variables

[edit]

If the (real) random variable pair(X,Y){\displaystyle (X,Y)} can take on the values(xi,yi){\displaystyle (x_{i},y_{i})} fori=1,,n{\displaystyle i=1,\ldots ,n}, with equal probabilitiespi=1/n{\displaystyle p_{i}=1/n}, then the covariance can be equivalently written in terms of the meansE[X]{\displaystyle \operatorname {E} [X]} andE[Y]{\displaystyle \operatorname {E} [Y]} ascov(X,Y)=1ni=1n(xiE(X))(yiE(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[7]cov(X,Y)=1n2i=1nj=1n12(xixj)(yiyj)=1n2ij>i(xixj)(yiyj).{\displaystyle \operatorname {cov} (X,Y)={\frac {1}{n^{2}}}\sum _{i=1}^{n}\sum _{j=1}^{n}{\frac {1}{2}}(x_{i}-x_{j})(y_{i}-y_{j})={\frac {1}{n^{2}}}\sum _{i}\sum _{j>i}(x_{i}-x_{j})(y_{i}-y_{j}).}

More generally, if there aren{\displaystyle n} possible realizations of(X,Y){\displaystyle (X,Y)}, namely(xi,yi){\displaystyle (x_{i},y_{i})} but with possibly unequal probabilitiespi{\displaystyle p_{i}} fori=1,,n{\displaystyle i=1,\ldots ,n}, then the covariance iscov(X,Y)=i=1npi(xiE(X))(yiE(Y)).{\displaystyle \operatorname {cov} (X,Y)=\sum _{i=1}^{n}p_{i}(x_{i}-E(X))(y_{i}-E(Y)).}

In the case where two discrete random variablesX{\displaystyle X} andY{\displaystyle Y} have a joint probability distribution, represented by elementspi,j{\displaystyle p_{i,j}} corresponding to the joint probabilities ofP(X=xi,Y=yj){\displaystyle P(X=x_{i},Y=y_{j})}, the covariance is calculated using a double summation over the indices of the matrix:

cov(X,Y)=i=1nj=1npi,j(xiE[X])(yjE[Y]).{\displaystyle \operatorname {cov} (X,Y)=\sum _{i=1}^{n}\sum _{j=1}^{n}p_{i,j}(x_{i}-E[X])(y_{j}-E[Y]).}

Examples

[edit]

Consider three independent random variablesA,B,C{\displaystyle A,B,C} and two constantsq,r{\displaystyle q,r}.X=qA+BY=rA+Ccov(X,Y)=qrvar(A){\displaystyle {\begin{aligned}X&=qA+B\\Y&=rA+C\\\operatorname {cov} (X,Y)&=qr\operatorname {var} (A)\end{aligned}}}In the special case,q=1{\displaystyle q=1} andr=1{\displaystyle r=1}, the covariance betweenX{\displaystyle X} andY{\displaystyle Y} is just the variance ofA{\displaystyle A} and the name covariance is entirely appropriate.

Geometric interpretation of the covariance example.Each cuboid is theaxis-alignedbounding box of its point(x,y,f (x,y)), and theX andY means (magenta point).The covariance is the sum of the volumes of the cuboids in the 1st and 3rd quadrants (red) and in the 2nd and 4th (blue).

Suppose thatX{\displaystyle X} andY{\displaystyle Y} have the followingjoint probability mass function,[8] in which the six central cells give the discrete joint probabilitiesf(x,y){\displaystyle f(x,y)} of the six hypothetical realizations(x,y)S={(5,8),(6,8),(7,8),(5,9),(6,9),(7,9)}{\displaystyle (x,y)\in S=\left\{(5,8),(6,8),(7,8),(5,9),(6,9),(7,9)\right\}}:

f(x,y){\displaystyle f(x,y)}xfY(y){\displaystyle f_{Y}(y)}
567
y800.40.10.5
90.300.20.5
fX(x){\displaystyle f_{X}(x)}0.30.40.31

X{\displaystyle X} can take on three values (5, 6 and 7) whileY{\displaystyle Y} can take on two (8 and 9). Their means areμX=5(0.3)+6(0.4)+7(0.1+0.2)=6{\displaystyle \mu _{X}=5(0.3)+6(0.4)+7(0.1+0.2)=6} andμY=8(0.4+0.1)+9(0.3+0.2)=8.5{\displaystyle \mu _{Y}=8(0.4+0.1)+9(0.3+0.2)=8.5}. Then,cov(X,Y)=σXY=(x,y)Sf(x,y)(xμX)(yμY)=(0)(56)(88.5)+(0.4)(66)(88.5)+(0.1)(76)(88.5)+(0.3)(56)(98.5)+(0)(66)(98.5)+(0.2)(76)(98.5)=0.1.{\displaystyle {\begin{aligned}\operatorname {cov} (X,Y)={}&\sigma _{XY}=\sum _{(x,y)\in S}f(x,y)\left(x-\mu _{X}\right)\left(y-\mu _{Y}\right)\\[4pt]={}&(0)(5-6)(8-8.5)+(0.4)(6-6)(8-8.5)+(0.1)(7-6)(8-8.5)+{}\\[4pt]&(0.3)(5-6)(9-8.5)+(0)(6-6)(9-8.5)+(0.2)(7-6)(9-8.5)\\[4pt]={}&{-0.1}\;.\end{aligned}}}

Properties

[edit]

Covariance with itself

[edit]

Thevariance is a special case of the covariance in which the two variables are identical:[6]: 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

[edit]

IfX{\displaystyle X},Y{\displaystyle Y},W{\displaystyle W}, andV{\displaystyle V} are real-valued random variables anda,b,c,d{\displaystyle a,b,c,d} are real-valued constants, 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 sequenceX1,,Xn{\displaystyle X_{1},\ldots ,X_{n}} of random variables in real-valued, and constantsa1,,an{\displaystyle a_{1},\ldots ,a_{n}}, we havevar(i=1naiXi)=i=1nai2σ2(Xi)+2i,j:i<jaiajcov(Xi,Xj)=i,jaiajcov(Xi,Xj){\displaystyle \operatorname {var} \left(\sum _{i=1}^{n}a_{i}X_{i}\right)=\sum _{i=1}^{n}a_{i}^{2}\sigma ^{2}(X_{i})+2\sum _{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

[edit]

A useful identity to compute the covariance between two random variablesX,Y{\displaystyle X,Y} is the Hoeffding's covariance identity:[9]cov(X,Y)=RR(F(X,Y)(x,y)FX(x)FY(y))dxdy{\displaystyle \operatorname {cov} (X,Y)=\int _{\mathbb {R} }\int _{\mathbb {R} }\left(F_{(X,Y)}(x,y)-F_{X}(x)F_{Y}(y)\right)\,dx\,dy}whereF(X,Y)(x,y){\displaystyle F_{(X,Y)}(x,y)} is the joint cumulative distribution function of the random vector(X,Y){\displaystyle (X,Y)} andFX(x),FY(y){\displaystyle F_{X}(x),F_{Y}(y)} are themarginals.

Uncorrelatedness and independence

[edit]
Main article:Correlation and dependence

Random variables whose covariance is zero are calleduncorrelated.[6]: 121  Similarly, the components of random vectors whosecovariance matrix is zero in every entry outside the main diagonal are also called uncorrelated.

IfX{\displaystyle X} andY{\displaystyle Y} areindependent random variables, then their covariance is zero.[6]: 123 [10] 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, letX{\displaystyle X} be uniformly distributed in[1,1]{\displaystyle [-1,1]} and letY=X2{\displaystyle Y=X^{2}}. Clearly,X{\displaystyle X} andY{\displaystyle Y} are not independent, butcov(X,Y)=cov(X,X2)=E[XX2]E[X]E[X2]=E[X3]E[X]E[X2]=00E[X2]=0.{\displaystyle {\begin{aligned}\operatorname {cov} (X,Y)&=\operatorname {cov} \left(X,X^{2}\right)\\&=\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} [X^{2}]\\&=0.\end{aligned}}}

In this case, the relationship betweenY{\displaystyle Y} andX{\displaystyle X} is non-linear, while correlation and covariance are measures of linear dependence between two random variables. This example shows that if two random variables are uncorrelated, that does not in general imply that they are independent. However, if two variables arejointly normally distributed (but not if they are merelyindividually normally distributed), uncorrelatednessdoes imply independence.[11]

X{\displaystyle X} andY{\displaystyle Y} whose covariance is positive are called positively correlated, which implies ifX>E[X]{\displaystyle X>E[X]} then likelyY>E[Y]{\displaystyle Y>E[Y]}. Conversely,X{\displaystyle X} andY{\displaystyle Y} with negative covariance are negatively correlated, and ifX>E[X]{\displaystyle X>E[X]} then likelyY<E[Y]{\displaystyle Y<E[Y]}.

Relationship to inner products

[edit]

Many of the properties of covariance can be extracted elegantly by observing that it satisfies similar properties to those of aninner product:

  1. bilinear: for constantsa{\displaystyle a} andb{\displaystyle b} and random variablesX,Y,Z,{\displaystyle X,Y,Z,}cov(aX+bY,Z)=acov(X,Z)+bcov(Y,Z){\displaystyle \operatorname {cov} (aX+bY,Z)=a\operatorname {cov} (X,Z)+b\operatorname {cov} (Y,Z)}
  2. symmetric:cov(X,Y)=cov(Y,X){\displaystyle \operatorname {cov} (X,Y)=\operatorname {cov} (Y,X)}
  3. positive semi-definite:σ2(X)=cov(X,X)0{\displaystyle \sigma ^{2}(X)=\operatorname {cov} (X,X)\geq 0} for all random variablesX{\displaystyle X}, andcov(X,X)=0{\displaystyle \operatorname {cov} (X,X)=0} implies thatX{\displaystyle X} is constantalmost surely.

In fact these properties imply that the covariance defines an inner product over thequotient 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 theL2 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 \left|\operatorname {cov} (X,Y)\right|\leq {\sqrt {\sigma ^{2}(X)\sigma ^{2}(Y)}}}holds via theCauchy–Schwarz inequality.

Proof: Ifσ2(Y)=0{\displaystyle \sigma ^{2}(Y)=0}, then it holds trivially. Otherwise, let random variableZ=Xcov(X,Y)σ2(Y)Y.{\displaystyle Z=X-{\frac {\operatorname {cov} (X,Y)}{\sigma ^{2}(Y)}}Y.}

Then we have0σ2(Z)=cov(Xcov(X,Y)σ2(Y)Y,Xcov(X,Y)σ2(Y)Y)=σ2(X)(cov(X,Y))2σ2(Y)(cov(X,Y))2σ2(X)σ2(Y)|cov(X,Y)|σ2(X)σ2(Y){\displaystyle {\begin{aligned}0\leq \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)}}Y\right)\\[12pt]&=\sigma ^{2}(X)-{\frac {(\operatorname {cov} (X,Y))^{2}}{\sigma ^{2}(Y)}}\\\implies (\operatorname {cov} (X,Y))^{2}&\leq \sigma ^{2}(X)\sigma ^{2}(Y)\\\left|\operatorname {cov} (X,Y)\right|&\leq {\sqrt {\sigma ^{2}(X)\sigma ^{2}(Y)}}\end{aligned}}}

Calculating the sample covariance

[edit]
Further information:Sample mean and sample covariance

The sample covariances amongK{\displaystyle K} variables based onN{\displaystyle N} observations of each, drawn from an otherwise unobserved population, are given by theK×K{\displaystyle K\times K}matrixq¯=[qjk]{\displaystyle \textstyle {\overline {\mathbf {q} }}=\left[q_{jk}\right]} with the entries

qjk=1N1i=1N(XijX¯j)(XikX¯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 variablej{\displaystyle j} and variablek{\displaystyle k}.

The sample mean and the sample covariance matrix areunbiased estimates of themean and the covariance matrix of therandom vectorX{\displaystyle \textstyle \mathbf {X} }, a vector whosejth element(j=1,,K){\displaystyle (j=1,\,\ldots ,\,K)} is one of the random variables. The reason the sample covariance matrix hasN1{\displaystyle \textstyle N-1} in the denominator rather thanN{\displaystyle \textstyle N} is essentially that the population meanE(X){\displaystyle \operatorname {E} (\mathbf {X} )} is not known and is replaced by the sample meanX¯{\displaystyle \mathbf {\bar {X}} }. If the population meanE(X){\displaystyle \operatorname {E} (\mathbf {X} )} is known, the analogous unbiased estimate is given by

qjk=1Ni=1N(XijE(Xj))(XikE(Xk)){\displaystyle q_{jk}={\frac {1}{N}}\sum _{i=1}^{N}\left(X_{ij}-\operatorname {E} \left(X_{j}\right)\right)\left(X_{ik}-\operatorname {E} \left(X_{k}\right)\right)}.

Generalizations

[edit]

Auto-covariance matrix of real random vectors

[edit]
Main article:Auto-covariance matrix

For a vectorX=[X1X2Xm]T{\displaystyle \mathbf {X} ={\begin{bmatrix}X_{1}&X_{2}&\dots &X_{m}\end{bmatrix}}^{\mathrm {T} }} ofm{\displaystyle m} jointly distributed random variables with finite second moments, its auto-covariance matrix (also known as thevariance–covariance matrix or simply thecovariance matrix)KXX{\displaystyle \operatorname {K} _{\mathbf {X} \mathbf {X} }} (also denoted byΣ(X){\displaystyle \Sigma (\mathbf {X} )} orcov(X,X){\displaystyle \operatorname {cov} (\mathbf {X} ,\mathbf {X} )}) is defined as[12]: 335 KXX=cov(X,X)=E[(XE[X])(XE[X])T]=E[XXT]E[X]E[X]T.{\displaystyle {\begin{aligned}\operatorname {K} _{\mathbf {XX} }=\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 {XX} ^{\mathrm {T} }\right]-\operatorname {E} [\mathbf {X} ]\operatorname {E} [\mathbf {X} ]^{\mathrm {T} }.\end{aligned}}}

LetX{\displaystyle \mathbf {X} } be arandom vector with covariance matrixΣ, and letA be a matrix that can act onX{\displaystyle \mathbf {X} } on the left. The covariance matrix of the matrix-vector productA X is:cov(AX,AX)=E[AX(AX)T]E[AX]E[(AX)T]=E[AXXTAT]E[AX]E[XTAT]=AE[XXT]ATAE[X]E[XT]AT=A(E[XXT]E[X]E[XT])AT=AΣAT.{\displaystyle {\begin{aligned}\operatorname {cov} (\mathbf {AX} ,\mathbf {AX} )&=\operatorname {E} \left[\mathbf {AX(A} \mathbf {X)} ^{\mathrm {T} }\right]-\operatorname {E} [\mathbf {AX} ]\operatorname {E} \left[(\mathbf {A} \mathbf {X} )^{\mathrm {T} }\right]\\&=\operatorname {E} \left[\mathbf {AXX} ^{\mathrm {T} }\mathbf {A} ^{\mathrm {T} }\right]-\operatorname {E} [\mathbf {AX} ]\operatorname {E} \left[\mathbf {X} ^{\mathrm {T} }\mathbf {A} ^{\mathrm {T} }\right]\\&=\mathbf {A} \operatorname {E} \left[\mathbf {XX} ^{\mathrm {T} }\right]\mathbf {A} ^{\mathrm {T} }-\mathbf {A} \operatorname {E} [\mathbf {X} ]\operatorname {E} \left[\mathbf {X} ^{\mathrm {T} }\right]\mathbf {A} ^{\mathrm {T} }\\&=\mathbf {A} \left(\operatorname {E} \left[\mathbf {XX} ^{\mathrm {T} }\right]-\operatorname {E} [\mathbf {X} ]\operatorname {E} \left[\mathbf {X} ^{\mathrm {T} }\right]\right)\mathbf {A} ^{\mathrm {T} }\\&=\mathbf {A} \Sigma \mathbf {A} ^{\mathrm {T} }.\end{aligned}}}

This is a direct result of the linearity ofexpectation and is usefulwhen applying alinear transformation, such as awhitening transformation, to a vector.

Cross-covariance matrix of real random vectors

[edit]
Main article:Cross-covariance matrix

For realrandom vectorsXRm{\displaystyle \mathbf {X} \in \mathbb {R} ^{m}} andYRn{\displaystyle \mathbf {Y} \in \mathbb {R} ^{n}}, them×n{\displaystyle m\times n} cross-covariance matrix is equal to[12]: 336 

KXY=cov(X,Y)=E[(XE[X])(YE[Y])T]=E[XYT]E[X]E[Y]T{\displaystyle {\begin{aligned}\operatorname {K} _{\mathbf {X} \mathbf {Y} }=\operatorname {cov} (\mathbf {X} ,\mathbf {Y} )&=\operatorname {E} \left[(\mathbf {X} -\operatorname {E} [\mathbf {X} ])(\mathbf {Y} -\operatorname {E} [\mathbf {Y} ])^{\mathrm {T} }\right]\\&=\operatorname {E} \left[\mathbf {X} \mathbf {Y} ^{\mathrm {T} }\right]-\operatorname {E} [\mathbf {X} ]\operatorname {E} [\mathbf {Y} ]^{\mathrm {T} }\end{aligned}}}Eq.2

whereYT{\displaystyle \mathbf {Y} ^{\mathrm {T} }} is thetranspose of the vector (or matrix)Y{\displaystyle \mathbf {Y} }.

The(i,j){\displaystyle (i,j)}-th element of this matrix is equal to the covariancecov(Xi,Yj){\displaystyle \operatorname {cov} (X_{i},Y_{j})} between thei-th scalar component ofX{\displaystyle \mathbf {X} } and thej-th scalar component ofY{\displaystyle \mathbf {Y} }. In particular,cov(Y,X){\displaystyle \operatorname {cov} (\mathbf {Y} ,\mathbf {X} )} is thetranspose ofcov(X,Y){\displaystyle \operatorname {cov} (\mathbf {X} ,\mathbf {Y} )}.

Cross-covariance sesquilinear form of random vectors in a real or complex Hilbert space

[edit]

More generally letH1=(H1,,1){\displaystyle H_{1}=(H_{1},\langle \,,\rangle _{1})} andH2=(H2,,2){\displaystyle H_{2}=(H_{2},\langle \,,\rangle _{2})}, beHilbert spaces overR{\displaystyle \mathbb {R} } orC{\displaystyle \mathbb {C} } with,{\displaystyle \langle \,,\rangle } anti linear in the first variable, and letX,Y{\displaystyle \mathbf {X} ,\mathbf {Y} } beH1{\displaystyle H_{1}} resp.H2{\displaystyle H_{2}} valued random variables. Then the covariance ofX{\displaystyle \mathbf {X} } andY{\displaystyle \mathbf {Y} } is thesesquilinear form onH1×H2{\displaystyle H_{1}\times H_{2}} (anti linear in the first variable) given byKX,Y(h1,h2)=cov(X,Y)(h1,h2)=E[h1,(XE[X])1(YE[Y]),h22]=E[h1,X1Y,h22]E[h,X1]E[Y,h22]=h1,E[(XE[X])(YE[Y])]h21=h1,(E[XY]E[X]E[Y])h21{\displaystyle {\begin{aligned}\operatorname {K} _{X,Y}(h_{1},h_{2})=\operatorname {cov} (\mathbf {X} ,\mathbf {Y} )(h_{1},h_{2})&=\operatorname {E} \left[\langle h_{1},(\mathbf {X} -\operatorname {E} [\mathbf {X} ])\rangle _{1}\langle (\mathbf {Y} -\operatorname {E} [\mathbf {Y} ]),h_{2}\rangle _{2}\right]\\&=\operatorname {E} [\langle h_{1},\mathbf {X} \rangle _{1}\langle \mathbf {Y} ,h_{2}\rangle _{2}]-\operatorname {E} [\langle h,\mathbf {X} \rangle _{1}]\operatorname {E} [\langle \mathbf {Y} ,h_{2}\rangle _{2}]\\&=\langle h_{1},\operatorname {E} \left[(\mathbf {X} -\operatorname {E} [\mathbf {X} ])(\mathbf {Y} -\operatorname {E} [\mathbf {Y} ])^{\dagger }\right]h_{2}\rangle _{1}\\&=\langle h_{1},\left(\operatorname {E} [\mathbf {X} \mathbf {Y} ^{\dagger }]-\operatorname {E} [\mathbf {X} ]\operatorname {E} [\mathbf {Y} ]^{\dagger }\right)h_{2}\rangle _{1}\\\end{aligned}}}

Numerical computation

[edit]
Main article:Algorithms for calculating variance § Covariance

WhenE[XY]E[X]E[Y]{\displaystyle \operatorname {E} [XY]\approx \operatorname {E} [X]\operatorname {E} [Y]}, the equationcov(X,Y)=E[XY]E[X]E[Y]{\displaystyle \operatorname {cov} (X,Y)=\operatorname {E} \left[XY\right]-\operatorname {E} \left[X\right]\operatorname {E} \left[Y\right]} is prone tocatastrophic cancellation ifE[XY]{\displaystyle \operatorname {E} \left[XY\right]} andE[X]E[Y]{\displaystyle \operatorname {E} \left[X\right]\operatorname {E} \left[Y\right]} are not computed exactly and thus should be avoided in computer programs when the data has not been centered before.[13]Numerically stable algorithms should be preferred in this case.[14]

Comments

[edit]

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 oflinear algebra (seelinear dependence). When the covariance is normalized, one obtains thePearson 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

[edit]

In genetics and molecular biology

[edit]

Covariance is an important measure inbiology. Certain sequences ofDNA are conserved more than others among species, and thus to study secondary and tertiary structures ofproteins, or ofRNA structures, sequences are compared in closely related species. If sequence changes are found or no changes at all are found innoncoding RNA (such asmicroRNA), 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 the theory ofevolution andnatural selection, theprice equation describes how agenetic trait changes in frequency over time. The equation uses a covariance between a trait andfitness, to give a mathematical description of evolution and natural selection. It provides a way to understand the effects that gene transmission and natural selection have on the proportion of genes within each new generation of a population.[15][16]

In financial economics

[edit]

Covariances play a key role infinancial economics, especially inmodern portfolio theory and in thecapital 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 anormative analysis) or are predicted to (in apositive analysis) choose to hold in a context ofdiversification.

In meteorological and oceanographic data assimilation

[edit]
icon
This sectiondoes notcite anysources. Please helpimprove this section byadding citations to reliable sources. Unsourced material may be challenged andremoved.(May 2025) (Learn how and when to remove this message)

The covariance matrix is important in estimating the initial conditions required for running weather forecast models, a procedure known asdata assimilation. 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 toKalman filtering and more generalstate estimation for time-varying systems.

In micrometeorology

[edit]

Theeddy 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 signal processing

[edit]

The covariance matrix is used to capture the spectral variability of a signal.[17]

In statistics

[edit]

Correlation

[edit]
Main article:Correlation

The Pearson Correlation coefficient between two random variablesX{\displaystyle X} andY{\displaystyle Y} is defined asρX,Y=cov(X,Y)σXσY{\displaystyle \rho _{X,Y}={\frac {\operatorname {cov} (X,Y)}{\sigma _{X}\sigma _{Y}}}}

where

The denominator can also be written asvar(X)var(Y){\displaystyle {\sqrt {\operatorname {var} (X)\operatorname {var} (Y)}}}, which is thegeometric mean of the variances.

Thus we see that the correlation coefficient is a normalized version of the covariance. It is always a number between1{\displaystyle -1} and1{\displaystyle 1}, and is unitless (unlike the covariance).

The correlation coefficient is often denoted with anr{\displaystyle r}, and is frequently reported in scientific studies.

Principal Component Analysis

[edit]
Main article:Principal Component Analysis

The covariance matrix is used inprincipal component analysis to reduce feature dimensionality indata preprocessing. The principal components are the dimensions that explain the most variance in the data. A well known application is to intelligence, producing theg factor. Another is to personality, with models like thefive factor model being derived from principal component analysis.

See also

[edit]

References

[edit]
  1. ^Rice, John (2007).Mathematical Statistics and Data Analysis. Brooks/Cole Cengage Learning. p. 138.ISBN 9780534399429.
  2. ^Weisstein, Eric W."Covariance".MathWorld.
  3. ^Kim, Hae-Young (February 2018)."Statistical notes for clinical researchers: covariance and correlation".Restorative Dentistry & Endodontics.43 (1) e4.doi:10.5395/rde.2018.43.e4.ISSN 2234-7658.PMC 5816993.PMID 29487835.
  4. ^"4.3. Covariance and correlation coefficient — TU Delft textbook".mude.citg.tudelft.nl. Retrieved2025-10-30.
  5. ^Oxford Dictionary of Statistics, Oxford University Press, 2002, p. 104.
  6. ^abcdePark, Kun Il (2018).Fundamentals of Probability and Stochastic Processes with Applications to Communications. Springer.ISBN 9783319680743.
  7. ^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.
  8. ^"Covariance of X and Y | STAT 414/415". The Pennsylvania State University. Archived fromthe original on August 17, 2017. RetrievedAugust 4, 2019.
  9. ^Papoulis (1991).Probability, Random Variables and Stochastic Processes. McGraw-Hill.
  10. ^Siegrist, Kyle."Covariance and Correlation". University of Alabama in Huntsville. RetrievedOct 3, 2022.
  11. ^Dekking, Michel, ed. (2005).A modern introduction to probability and statistics: understanding why and how. Springer texts in statistics. London [Heidelberg]: Springer.ISBN 978-1-85233-896-1.
  12. ^abGubner, John A. (2006).Probability and Random Processes for Electrical and Computer Engineers. Cambridge University Press.ISBN 978-0-521-86470-1.
  13. ^Donald E. Knuth (1998).The Art of Computer Programming, volume 2:Seminumerical Algorithms, 3rd edn., p. 232. Boston: Addison-Wesley.
  14. ^Schubert, Erich; Gertz, Michael (2018)."Numerically stable parallel computation of (Co-)variance".Proceedings of the 30th International Conference on Scientific and Statistical Database Management. Bozen-Bolzano, Italy: ACM Press. pp. 1–12.doi:10.1145/3221269.3223036.ISBN 978-1-4503-6505-5.S2CID 49665540.
  15. ^Price, George (1970). "Selection and covariance".Nature.227 (5257):520–521.Bibcode:1970Natur.227..520P.doi:10.1038/227520a0.PMID 5428476.S2CID 4264723.
  16. ^Harman, Oren (2020)."When science mirrors life: on the origins of the Price equation".Philosophical Transactions of the Royal Society B: Biological Sciences.375 (1797). royalsocietypublishing.org:1–7.doi:10.1098/rstb.2019.0352.PMC 7133509.PMID 32146891.
  17. ^Sahidullah, Md.; Kinnunen, Tomi (March 2016)."Local spectral variability features for speaker verification".Digital Signal Processing.50:1–11.Bibcode:2016DSP....50....1S.doi:10.1016/j.dsp.2015.10.011.
Continuous data
Center
Dispersion
Shape
Count data
Summary tables
Dependence
Graphics
Study design
Survey methodology
Controlled experiments
Adaptive designs
Observational studies
Statistical theory
Frequentist inference
Point estimation
Interval estimation
Testing hypotheses
Parametric tests
Specific tests
Goodness of fit
Rank statistics
Bayesian inference
Correlation
Regression analysis (see alsoTemplate:Least squares and regression analysis
Linear regression
Non-standard predictors
Generalized linear model
Partition of variance
Categorical
Multivariate
Time-series
General
Specific tests
Time domain
Frequency domain
Survival
Survival function
Hazard function
Test
Biostatistics
Engineering statistics
Social statistics
Spatial statistics
Retrieved from "https://en.wikipedia.org/w/index.php?title=Covariance&oldid=1321774873"
Categories:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp