Multivariate normal
Summary
- We say that X1,…,XnX1,…,Xn follow a multivariate normal distribution if the probability density function is given by
f(x)=1(2π)n/2|Σ|−1/2exp(−12(x−μ)′Σ−1(x−μ))
- Here, Σ is a symmetric, positive definite n×n matrix of constants, |Σ| is the determinant of Σ , μ is a n×1 vector of constants and
x=()
- Letting X=(X1X2…Xn)′ we have
E(X)=μ
Var(X)=Σ
- We write
X∼N(μ,Σ)
- If X follow a multivariate normal distribution then each individual Xi will follow a normal distribution,
Xi N(μi,σ2i)