Multivariate normal: parameters and key properties.
mediumAnswer
- X ~ N(μ, Σ), where μ is a length-d mean vector and Σ is a d×d covariance matrix (symmetric positive semi-definite).
- PDF: |2πΣ|^.
- Marginals and conditionals of a multivariate normal are also normal.
- Linear combinations remain normal.
- Uncorrelated components (Σ diagonal) → independent.
- Foundation of Gaussian processes, Kalman filters, LDA, and joint modeling.
Check yourself — multiple choice
- No structure
- N(μ, Σ) with SPD Σ; marginals + conditionals + linear combos are normal; uncorrelated components independent
- Only diagonal Σ
- Same as Exp
MVN: closed under margins/conditionals/linear ops; uncorrelated ⇔ independent within MVN.
#distributions#probability
Practise Statistics Fundamentals
215 interview questions in this topic.