Esta es una adición a la muy buena respuesta de @ Macro que establece exactamente lo que se necesita saber para determinar la varianza del producto de dos variables aleatorias correlacionadas. Desde
dondecov(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] , y
E [ Y 2 ] se puede suponer que son cantidades conocidas, necesitamos poder determinar el valor de
E [ X 2 Y 2 ] en
( 2 ) o
cov ( X 2 , Y 2 ) en
( 3 ) . Esto no es fácil de hacer en general, pero, como ya se señaló, si
X e
Y sonvariables aleatorias
independientes, entonces
cov ( X ,E[X2]E[Y2]E[X2Y2](2)cov(X2,Y2)(3)XY . De hecho, la
dependencia,no la correlación (o falta de ella) es la cuestión clave. Que sepamos que
cov ( X , Y ) es igual a
0 en
lugar de algún valor distinto de cero,
por sí solo, noayuda en lo más mínimo en nuestros esfuerzos a determinar el valor de
E [ X 2 Y 2 ] o
cov ( X 2 , Y 2 ) a pesar de que
cov(X,Y)=cov(X2,Y2)=0cov(X,Y)0E[X2Y2]cov(X2,Y2)(2)(3)
XYE[X2Y2]
XYρX=xYE[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].