Multivariate Normal Distribution
📂Probability DistributionMultivariate Normal Distribution
Definition
The multivariate normal distribution Np(μ,Σ) has a probability density function based on the mean vector μ∈Rp and the covariance matrix Σ∈Rp×p as follows:
f(x)=((2π)pdetΣ)−1/2exp[−21(x−μ)TΣ−1(x−μ)],x∈Rp
- xT denotes the transpose of x.
Theorems
X=μ=Σ=[X1X2][μ1μ2][Σ11Σ21Σ12Σ22]:Ω→Rn∈Rn∈Rn×n
In the statements of the theorems below, unless otherwise specified, X, μ, and Σ refer to the same block matrix.
The linear transformation Y=AX+b of a random vector X∼Nn(μ,Σ) that follows a multivariate normal distribution, given matrix A∈Rm×n and vector b∈Rm, still follows a multivariate normal distribution Nm(Aμ+b,AΣAT).
Let there be a random vector X∼Nn(μ,Σ) that follows a multivariate normal distribution. Then, the following holds:
X1⊥X2⟺Σ12=Σ21=O
Given a random vector X∼Nn(μ,Σ) that follows a multivariate normal distribution, the conditional probability vector X1∣X2:Ω→Rm still follows a multivariate normal distribution, specifically having the following mean vector and covariance matrix:
X1∣X2∼Nm(μ1+Σ12Σ22−1(X2−μ2),Σ11−Σ12Σ22−1Σ21)
The estimators of regression coefficients β^ follow a multivariate normal distribution as follows:
β^∼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.
See Also
- Univariate normal distribution: When p=1 followed by μ∈R1 and Σ∈R1×1, the above probability density function exactly becomes the probability density function of the univariate normal distribution.