Independence and Zero Correlation are Equivalent in Multivariate Normal Distribution
📂Probability DistributionIndependence and Zero Correlation are Equivalent in Multivariate Normal Distribution
Theorem
X=μ=Σ=[X1X2][μ1μ2][Σ11Σ21Σ12Σ22]:Ω→Rn∈Rn∈Rn×n
Let’s assume that a random vector X∼Nn(μ,Σ), which follows a multivariate normal distribution, is given as shown in Jordan block form for X, μ, Σ. Then the following holds.
X1⊥X2⟺Σ12=Σ21=O
- ⊥ represents the independence of random variables.
- O represents a zero matrix.
Description
Σ12=Σ21=O means that the covariance between two random vectors X1 and X2 is 0.
Generally, just because there is no correlation doesn’t mean they are independent, but the condition for them to be equivalent is that each follows a normal distribution. It’s a fact that everyone knows, but surprisingly, not many have actually proved it themselves.
Proof
(⟹)
Let’s say indices belonging to X1 are i and those belonging to X2 are j for all i=j such that Xi⊥Xj.
===Cov(Xi,Xj)E(Xi−μi)(Xj−μj)E(Xi−μi)E(Xj−μj)0⋅0
(⟸)
Let Σ12=Σ12T=Σ21=O be assumed.
Marginal random vector of a multivariate normal distribution: If it is X∼Nn(μ,Σ), then one of those marginal random vectors X1 follows the multivariate normal distribution Nm(μ1,Σ11).
X1 and X2, being marginal random vectors of X, each follow the multivariate normal distributions Nm(μ1,Σ11) and Nn−m(μ2,Σ22), respectively. Thus, their moment generating functions MX1 and MX2 are as follows with respect to t1∈Rm and t2∈Rn−m.
MX1(t1)=MX2(t2)=exp[t1Tμ+21t1TΣt1]exp[t2Tμ+21t2TΣt2]
Moment generating function of a multivariate normal distribution: The moment generating function of X∼Np(μ,Σ) is as follows.
MX(t)=exp(tTμ+21tTΣt),t∈Rp
The moment generating function of X is expressed as the product of the moment generating functions of X1 and X2, MX1 and MX2, respectively, where t∈Rn is t=[t1t2].
=====MX(t)exp[tTμ+21tTΣt]exp[t1Tμ1+t2Tμ2+21(t1TΣ11t1+t1TΣ12t2+t2TΣ21t1+t2TΣ22t2)]exp[t1Tμ1+t2Tμ2+21(t1TΣ11t1+0+0+t2TΣ22t2)]exp[t1Tμ+21t1TΣt1]exp[t2Tμ+21t2TΣt2]MX1(t1)MX2(t2)
■