これは、2つの相関するランダム変数の積の分散を決定するために知っておく必要があることを正確に示す、@ Macroの非常に優れた答えの補遺です。var (X Y )以来
wherecov(X、Y)、E[X]、E[Y]、E
var(XY)=E[(XY)2]−(E[XY])2=E[(XY)2]−(cov(X,Y)+E[X]E[Y])2=E[X2Y2]−(cov(X,Y)+E[X]E[Y])2=(cov(X2,Y2)+E[X2]E[Y2])−(cov(X,Y)+E[X]E[Y])2(1)(2)(3)
cov(X,Y)E[X]E[Y]、及び
E [ Y 2 ] 量を既知であると仮定することができ、我々は、の値を決定することができる必要がある
Eを[ X 2 Y 2 ]における
(2 )または
COV (X 2、Y 2)に
(3 )。これは一般的には簡単ではありませんが、すでに指摘したように、
Xと
Yが
独立したランダム変数である場合、
cov (X 、E[X2]E[Y2]E[X2Y2](2)cov(X2,Y2)(3)XY。実際、相関関係(またはその欠如)
ではなく
依存関係が重要な問題です。私たちはそのことを知っている
COV (X 、Yは)等しい
0
の代わりに、いくつかの非ゼロの値は、しない
、それ自体で、私たちの努力の中で最ものヘルプは、の値を決定している
Eを[ X 2 Y 2 ]または
COV (X 2、Yを2)それにもかかわらず
cov(X,Y)=cov(X2,Y2)=0cov(X,Y)0E[X2Y2]cov(X2,Y2)(2)(3)
XYE[X2Y2]
Suppose that X and Y are jointly normal random variables
with correlation coefficient ρ. Then, conditioned
on X=x, the conditional density of Y is a normal
density with mean
E[Y]+ρvar(Y)var(X)−−−−−√(x−E[X]) and variance var(Y)(1−ρ2). Thus,
E[X2Y2∣X]=X2E[Y2∣X]=X2⎡⎣var(Y)(1−ρ2)+(E[Y]+ρvar(Y)var(X)−−−−−−−√(X−E[X]))2⎤⎦
which is a
quartic function of
X, say
g(X), and the Law of Iterated
Expectation tells us that
E[X2Y2]=E[E[X2Y2∣X]]=E[g(X)](4)
where the right side of
(4) can be computed from knowledge of the
3rd and 4th moments of
X -- standard results that can be found
in many texts and reference books
(meaning that I am too lazy to look them up
and include them in this answer).
Further addendum: In a now-deleted answer, @Hydrologist gives the variance of XY as
Var[xy]=(E[x])2Var[y]+(E[y])2Var[x]+2E[x]Cov[x,y2]+2E[y]Cov[x2,y]+2E[x]E[y]Cov[x,y]+Cov[x2,y2]−(Cov[x,y])2(5)
and claims that this formula is from two papers published a half-century ago in JASA. This formula is an incorrect transcription of the results in the paper(s) cited by Hydrologist. Specifically,
Cov[x2,y2] is a mistranscription of
E[(x−E[x])2(y−E[y])2] in the journal article, and similarly for
Cov[x2,y] and
Cov[x,y2].