The Equivalence Between Two Normally Distributed Random Variables Being Independent and Having a Covariance of Zero
📂Mathematical StatisticsThe Equivalence Between Two Normally Distributed Random Variables Being Independent and Having a Covariance of Zero
Theorem
X1∼N(μ1,σ1)X2∼N(μ2,σ2)
Surface
X1⊥X2⟺cov(X1,X2)=0
Description
Generally, being uncorrelated does not imply independence. However, if there is an assumption that the distributions follow a normal distribution, then having a covariance of 0 guarantees independence.
Proof
(⟹)
MX1(t1)=exp[μ1t1+21σ1t12]MX2(t2)=exp[μ2t2+21σ2t22]
If σ12:=cov(X1,X2) and σ21:=cov(X2,X1) then
MX1,X2(t1,t2)=exp[μ1t1+μ2t2+21(σ1t12+σ12t1t2+σ21t2t1+σ2t22)]
Since X1⊥X2, it follows that MX1,X2(t1,t2)=MX1(t1)MX2(t2). Therefore,
=exp[μ1t1+μ2t2+21(σ1t12+σ12t1t2+σ21t2t1+σ2t22)]exp[μ1t1+μ2t2+21(σ1t12+σ2t22)]
summarizing, we get σ12+σ21=0. Meanwhile, since cov(X1,X2)=cov(X2,X1), σ12=σ21, and the system of equations {σ12+σ21=0σ12−σ21=0 has only the solution σ12=σ21=0.
(⟸)
Since σ12=σ21=0,
σ12t1t2=σ21t2t1=0
Therefore,
MX1,X2(t1,t2)=MX1(t1)MX2(t2)
and, the fact that the joint moment generating function can be separated implies independence, thus X1⊥X2.
■