Multivariate normal distribution

Innen: testwiki
Ugrás a navigációhoz Ugrás a kereséshez

Sablon:Engfn

  1. Sablon:Matematika többváltozós normális eloszlás

The multivariate normal distribution is a generalization of the one-dimensional normal distribution to higher dimensions. It is defined for a vector of random variables and is characterized by its mean vector and covariance matrix.

Definition

A random vector 𝐗=(X1,X2,,Xk)T follows a multivariate normal distribution if every linear combination of its components has a univariate normal distribution. The notation for a multivariate normal distribution is:

𝐗𝒩(μ,Σ)

where:

  • μ=(μ1,μ2,,μk)T is the mean vector.
  • Σ is the k×k covariance matrix, which is symmetric and positive semi-definite.
Probability Density Function

The probability density function (PDF) of the multivariate normal distribution is given by:

f(𝐱)=1(2π)k/2|Σ|1/2exp(12(𝐱μ)TΣ1(𝐱μ))

for 𝐱k, where |Σ| denotes the determinant of the covariance matrix.

Properties

1. Marginal Distributions: Any subset of components of a multivariate normal vector is also normally distributed.

2. Conditional Distributions: The conditional distribution of a subset of variables given others is also multivariate normal.

3. Independence: Two components Xi and Xj are independent if and only if the corresponding covariance Cov(Xi,Xj)=0.

Applications

Multivariate normal distributions are widely used in statistics, finance, machine learning, and many fields where multivariate data are analyzed. They are particularly useful for modeling relationships between correlated random variables.

Sablon:Engl