Multivariate Normal Distribution
📂Probability DistributionMultivariate Normal Distribution
Definition
The multivariate distribution Np(μ,Σ) with the following probability density function, given the population mean vector μ∈Rp and the covariance matrix Σ∈Rp×p, is called the multivariate normal distribution.
f(x)=((2π)pdetΣ)−1/2exp[−21(x−μ)TΣ−1(x−μ)],x∈Rp
- xT denotes the transpose of x.
Theorem
X=μ=Σ=[X1X2][μ1μ2][Σ11Σ21Σ12Σ22]:Ω→Rn∈Rn∈Rn×n
In the statements of the theorems below, unless otherwise explained, X, μ, Σ imply the block matrix as described above.
For a matrix A∈Rm×n and a vector b∈Rm, the linear transformation Y=AX+b of a random vector X∼Nn(μ,Σ) following a multivariate normal distribution still follows a multivariate normal distribution Nm(Aμ+b,AΣAT).
Consider a random vector X∼Nn(μ,Σ) following a multivariate normal distribution. Then, the following holds:
X1⊥X2⟺Σ12=Σ21=O
Consider a random vector X∼Nn(μ,Σ) following a multivariate normal distribution. Then, the conditional probability vector X1∣X2:Ω→Rm still follows a multivariate normal distribution, and specifically further has the following population mean vector and population covariance matrix:
X1∣X2∼Nm(μ1+Σ12Σ22−1(X2−μ2),Σ11−Σ12Σ22−1Σ21)
The estimator of regression coefficients β^ follows the following multivariate normal distribution:
β^∼N1+p(β,σ2(XTX)−1)
Moment Generating Function
The moment generating function of X∼Np(μ,Σ) is as follows:
MX(t)=exp(tTμ+21tTΣt),t∈Rp
The entropy of the multivariate normal distribution Np(μ,Σ) is as follows:
H=21ln[(2πe)p∣Σ∣]=21ln(det(2πeΣ))
∣Σ∣ is the determinant of the covariance matrix.
The relative entropy between two multivariate normal distributions N(μ,Σ) and N(μ1,Σ1) is given by the following:
DKL(N(μ,Σ)∥N(μ1,Σ1))=21[log(∣Σ1∣∣Σ∣)+Tr(Σ1−1Σ)+(μ−μ1)TΣ1−1(μ−μ1)−k]
See Also
- Univariate Normal Distribution: When p=1, μ∈R1, and Σ∈R1×1, the above probability density function becomes exactly the probability density function of the univariate normal distribution.