Linear Transformations of Multivariate Normal Distributions
📂Probability DistributionLinear Transformations of Multivariate Normal Distributions
정리
Regarding matrix A∈Rm×n and vector b∈Rm, a random vector X∼Nn(μ,Σ) following a multivariate normal distribution undergoes a linear transformation Y=AX+b will still follow a multivariate normal distribution Nm(Aμ+b,AΣAT).
Normality of Marginal Distributions
X=μ=Σ=[X1X2][μ1μ2][Σ11Σ21Σ12Σ22]:Ω→Rn∈Rn∈Rn×n
Assuming X, μ, and Σ are represented in Jordan block form, if X∼Nn(μ,Σ) holds, then one of the marginal random vectors, X1, follows a multivariate normal distribution Nm(μ1,Σ11).
Proof
Moment Generating Function of Multivariate Normal Distribution: The moment generating function of X∼Np(μ,Σ) is as follows.
MX(t)=exp(tTμ+21tTΣt),t∈Rp
It is directly deduced from the moment generating function of the multivariate normal distribution. The moment generating function of Y is as follows.
MY(t)=======E[exp(tTY)]E[exp(tT(AX+b))]E[exp(tTb)]E[exp(tTAX)]exp(tTb)E[exp((ATt)TX)]exp(tTb)exp((ATt)T(μ+21ΣATt))exp(tTb)exp((ATt)Tμ+21(tTAΣATt))exp(tT(b+Aμ)+21(tTAΣATt))
This is identical to the moment generating function of Nm(Aμ+b,AΣAT).
■
Marginal Distribution
It is a trivial corollary of the above theorem. With respect to the identity matrix Im∈Rm×m and zero matrix Om(n−m)∈Rm×(n−m), if matrix A∈Rm×n is defined as
A=[ImOm(n−m)]
then naturally
X1=AX
This mapping that omits some components of the vector is also referred to as natural projection.
■