Multivariate t-distribution

From Infogalactic: the planetary knowledge core
Jump to: navigation, search
Multivariate t
Notation t_\nu(\boldsymbol\mu,\boldsymbol\Sigma)
Parameters \boldsymbol\mu = [\mu_1, \dots, \mu_p]^T location (real p\times 1 vector)
\boldsymbol\Sigma scale matrix (positive-definite real p\times p matrix)
\nu is the degrees of freedom
Support \mathbf{x} \in\mathbb{R}^p\!
PDF 
\frac{\Gamma\left[(\nu+p)/2\right]}{\Gamma(\nu/2)\nu^{p/2}\pi^{p/2}\left|{\boldsymbol\Sigma}\right|^{1/2}\left[1+\frac{1}{\nu}({\mathbf x}-{\boldsymbol\mu})^{\rm T}{\boldsymbol\Sigma}^{-1}({\mathbf x}-{\boldsymbol\mu})\right]^{(\nu+p)/2}}
CDF No analytic expression
Mean \boldsymbol\mu if \nu > 1; else undefined
Median \boldsymbol\mu
Mode \boldsymbol\mu
Variance \frac{\nu}{\nu-2} \boldsymbol\Sigma if \nu > 2; else undefined
Skewness 0

In statistics, the multivariate t-distribution (or multivariate Student distribution) is a multivariate probability distribution. It is a generalization to random vectors of the Student's t-distribution, which is a distribution applicable to univariate random variables. While the case of a random matrix could be treated within this structure, the matrix t-distribution is distinct and makes particular use of the matrix structure.

Definition

One common method of construction of a multivariate t distribution, for the case of p dimensions, is based on the observation that if \mathbf y and u are independent and distributed as {\mathcal N}({\mathbf 0},{\boldsymbol\Sigma}) and \chi^2_\nu (i.e. multivariate normal and chi-squared distributions) respectively, the covariance \mathbf{\Sigma}\, is a p × p matrix, and {\mathbf y}\sqrt{\nu/u}={\mathbf x}-{\boldsymbol\mu}, then {\mathbf x} has the density


\frac{\Gamma\left[(\nu+p)/2\right]}{\Gamma(\nu/2)\nu^{p/2}\pi^{p/2}\left|{\boldsymbol\Sigma}\right|^{1/2}\left[1+\frac{1}{\nu}({\mathbf x}-{\boldsymbol\mu})^T{\boldsymbol\Sigma}^{-1}({\mathbf x}-{\boldsymbol\mu})\right]^{(\nu+p)/2}}

and is said to be distributed as a multivariate t-distribution with parameters {\boldsymbol\Sigma},{\boldsymbol\mu},\nu.

In the special case \nu=1, the distribution is a multivariate Cauchy distribution.

Derivation

There are in fact many candidates for the multivariate generalization of Student's t-distribution. An extensive survey of the field has been given by Kotz and Nadarajah (2004). The essential issue is to define a probability density function of several variables that is the appropriate generalization of the formula for the univariate case. In one dimension (p=1), with t=x-\mu and \Sigma=1, we have the probability density function

f(t) = \frac{\Gamma[(\nu+1)/2]}{\sqrt{\nu\pi\,}\,\Gamma[\nu/2]} (1+t^2/\nu)^{-(\nu+1)/2}

and one approach is to write down a corresponding function of several variables. This is the basic idea of elliptical distribution theory, where one writes down a corresponding function of p variables t_i that replaces t^2 by a quadratic function of all the t_i. It is clear that this only makes sense when all the marginal distributions have the same degrees of freedom \nu. With  \mathbf{A} = \boldsymbol\Sigma^{-1}, one has a simple choice of multivariate density function

f(\mathbf t) = \frac{\Gamma((\nu+p)/2)\left|\mathbf{A}\right|^{1/2}}{\sqrt{\nu^p\pi^p\,}\,\Gamma(\nu/2)} (1+\sum_{i,j=1}^{p,p} A_{ij} t_i t_j/\nu)^{-(\nu+p)/2}

which is the standard but not the only choice.

An important special case is the standard bivariate t-distribution, p = 2:

f(t_1,t_2) = \frac{\left|\mathbf{A}\right|^{1/2}}{2\pi} (1+\sum_{i,j=1}^{2,2} A_{ij} t_i t_j/\nu)^{-(\nu+2)/2}

Note that \frac{\Gamma \left(\frac{\nu +2}{2}\right)}{\pi  \ \nu  \Gamma \left(\frac{\nu }{2}\right)}= \frac {1} {2\pi}.

Now, if \mathbf{A} is the identity matrix, the density is

f(t_1,t_2) = \frac{1}{2\pi} (1+(t_1^2 + t_2^2)/\nu)^{-(\nu+2)/2}.

The difficulty with the standard representation is revealed by this formula, which does not factorize into the product of the marginal one-dimensional distributions. When  \Sigma is diagonal the standard representation can be shown to have zero correlation but the marginal distributions do not agree with statistical independence. There are differing views on this issue, which is under discussion in the research literature as of early 2007.[citation needed]

Further theory

Many such distributions may be constructed by considering the quotients of normal random variables with the square root of a sample from a chi-squared distribution. These are surveyed in the references and links below.

Copulas based on the multivariate t

The use of such distributions is enjoying renewed interest due to applications in mathematical finance, especially through the use of the Student t copula.

Related concepts

In univariate statistics, the Student's t-test makes use of Student's t-distribution. Hotelling's T-squared distribution is a distribution that arises in multivariate statistics. The matrix t-distribution is a distribution for random variables arranged in a matrix structure.

Lua error in package.lua at line 80: module 'strict' not found.

References

  • Lua error in package.lua at line 80: module 'strict' not found.
  • Lua error in package.lua at line 80: module 'strict' not found.

External links