Index: The Book of Statistical ProofsProbability Distributions ▷ Multivariate continuous distributions ▷ Multivariate t-distribution ▷ Probability density function

Theorem: Let $X$ be a random vector following a multivariate t-distribution:

\[\label{eq:mvt} X \sim t(\mu, \Sigma, \nu) \; .\]

Then, the probability density function of $X$ is

\[\label{eq:mvt-pdf} f_X(x) = \sqrt{\frac{1}{(\nu \pi)^{n} |\Sigma|}} \, \frac{\Gamma([\nu+n]/2)}{\Gamma(\nu/2)} \, \left[ 1 + \frac{1}{\nu} (x-\mu)^\mathrm{T} \Sigma^{-1} (x-\mu) \right]^{-(\nu+n)/2} \; .\]

Proof: This follows directly from the definition of the multivariate t-distribution.

Sources:

Metadata: ID: P333 | shortcut: mvt-pdf | author: JoramSoch | date: 2022-09-02, 11:50.