Wishart distribution

Wishart distribution

Probability distribution
name =Wishart
type =density
pdf_

cdf_

parameters = n > 0! deg. of freedom (real)
mathbf{V} > 0, scale matrix ( pos. def)
support =mathbf{W}! is positive definite
pdf =frac{left|mathbf{W} ight|^frac{n-p-1}{2
{2^frac{np}{2}left|{mathbf V} ight|^frac{n}{2}Gamma_p(frac{n}{2})} expleft(-frac{1}{2}{ m Tr}({mathbf V}^{-1}mathbf{W}) ight)
cdf =
mean =n mathbf{V}
median =
mode =(n-p-1)mathbf{V} ext{ for }n geq p+1
variance =n(v_{ij}^2+v_{ii}v_{jj})
skewness =
kurtosis =
entropy =
mgf =
char =Theta mapsto left|{mathbf I} - 2i,{mathbfTheta}{mathbf V} ight|^{-n/2}

In statistics, the Wishart distribution, named in honor of John Wishart, is a generalization to multiple dimensions of the chi-square distribution, or, in the case of non-integer degrees of freedom, of the gamma distribution. It is any of a family of probability distributions for nonnegative-definite matrix-valued random variables ("random matrices"). These distributions are of great importance in the estimation of covariance matrices in multivariate statistics.

Definition

Suppose "X" is an "n" × "p" matrix, each row of which is independently drawn from "p"-variate normal distribution with zero mean:

:X_{(i)}{=}(x_i^1,dots,x_i^p)^Tsim N_p(0,V),

Then the Wishart distribution is the probability distribution of the "p"×"p" random matrix

:S=X^T X = sum_{i = 1}^{n} X_{(i)} X_{(i)}^T, ,!

known as the scatter matrix. One indicates that "S" has that probability distributionby writing

:Ssim W_p(V,n).

The positive integer "n" is the number of "degrees of freedom". Sometimes this is written "W"("V", "p", "n").

If "p" = 1 and "V" = 1 then this distribution is a chi-square distribution with "n" degrees of freedom.

Occurrence

The Wishart distribution arises frequently in likelihood-ratio tests in multivariate statistical analysis.It also arises in the spectral theory of random matrices.

Probability density function

The Wishart distribution can be characterized by its probability density function, as follows.

Let W be a "p" × "p" symmetric matrix of random variables that is positive definite. Let V be a (fixed) positive definite matrix of size "p" × "p".

Then, if "n" ≥ "p", then W has a Wishart distribution with "n" degrees of freedom if it has a probability density function "f"W given by

:f_{mathbf W}(w)=frac{ left|w ight|^{(n-p-1)/2} expleft [ - { m trace}({mathbf V}^{-1}w/2 ) ight] }{2^{np/2}left|{mathbf V} ight|^{n/2}Gamma_p(n/2)}

where Γ"p"(·) is the multivariate gamma function defined as

:Gamma_p(n/2)=pi^{p(p-1)/4}Pi_{j=1}^pGammaleft [ (n+1-j)/2 ight] .

In fact the above definition can be extended to any real "n" > "p" − 1.

Characteristic function

The characteristic function of the Wishart distribution is

:Theta mapsto left|{mathbf I} - 2i,{mathbfTheta}{mathbf V} ight|^{-n/2}.

In other words,

:Theta mapsto {mathcal E}left{mathrm{exp}left [icdotmathrm{trace}({mathbf W}{mathbfTheta}) ight] ight}=left|{mathbf I} - 2i{mathbfTheta}{mathbf V} ight|^{-n/2}

where {mathcal E}(cdot) denotes expectation.

(here Theta and {mathbf I} are matrices the same size as {mathbf V} ({mathbf I} is the identity matrix); and i is the square root of minus one).

Theorem

If scriptstyle {mathbf W} has a Wishart distribution with "m" degrees of freedom and variance matrix scriptstyle {mathbf V}—write scriptstyle {mathbf W}sim{mathbf W}_p({mathbf V},m)—and scriptstyle{mathbf C} is a "q" × "p" matrix of rank "q", then

:{mathbf C}{mathbf W}{mathbf C'}sim{mathbf W}_qleft({mathbf C}{mathbf V}{mathbf C'},m ight).

Corollary 1

If {mathbf z} is a nonzero p imes 1 constant vector, then{mathbf z'}{mathbf W}{mathbf z}simsigma_z^2chi_m^2.

In this case, chi_m^2 isthe chi-square distribution and sigma_z^2={mathbf z'}{mathbf V}{mathbf z} (note that sigma_z^2 is a constant; it is positive because {mathbf V} is positive definite).

Corollary 2

Consider the case where {mathbf z'}=(0,ldots,0,1,0,ldots,0) (that is, the "j"th element is one and all others zero). Then corollary 1 above shows that

:w_{jj}simsigma_{jj}chi^2_m

gives the marginal distribution of each of the elements on the matrix's diagonal.

Noted statistician George Seber points out that the Wishart distribution is not called the "multivariate chi-square distribution" because the marginal distribution of the off-diagonal elements is not chi-square. Seber prefers to reserve the term multivariate for the case when all univariate marginals belong to the same family.

Estimator of the multivariate normal distribution

The Wishart distribution is the probability distribution of the maximum-likelihood estimator (MLE) of the covariance matrix of a multivariate normal distribution. The derivation of the MLE is perhaps surprisingly subtle and elegant. It involves the spectral theorem and the reason why it can be better to view a scalar as the trace of a 1×1 matrix than as a mere scalar. See estimation of covariance matrices.

Drawing values from the distribution

The following procedure is due to Smith & Hocking [http://www.jstor.org/pss/2346290] . One can sample random "p" × "p" matrices from a "p"-variate Wishart distribution with scale matrix { extbf V} and "n" degrees of freedom (for n geq p) as follows:

# Generate a random "p" × "p" lower triangular matrix { extbf A} such that:
#* a_{ii}=(chi^2_{n-i+1})^{1/2}, i.e. a_{ii} is the square root of a sample taken from a chi-square distribution chi^2_{n-i+1}
#* a_{ij}, for j, is sampled from a standard normal distribution N_1(0,1)
# Compute the Cholesky decomposition of { extbf V} = { extbf L}{ extbf L}^T.
# Compute the matrix { extbf X} = { extbf L}{ extbf A}{ extbf A}^T{ extbf L}^T. At this point, { extbf X} is a sample from the Wishart distribution W_p({ extbf V},n).

Note that if { extbf V}={ extbf I}, the identity matrix, then the sample can be directly obtained from { extbf X} = { extbf A}{ extbf A}^T since the Cholesky decomposition of { extbf V}={ extbf I}{ extbf I}^T.

ee also

*Estimation of covariance matrices
*Hotelling's T-square distribution
*Inverse-Wishart distribution


Wikimedia Foundation. 2010.

Игры ⚽ Нужна курсовая?

Look at other dictionaries:

  • Inverse-Wishart distribution — In statistics, the inverse Wishart distribution, also called the inverted Wishart distribution, is a probability density function defined on matrices. In Bayesian statistics it is used as the conjugate prior for the covariance matrix of a… …   Wikipedia

  • Wishart — is a surname, and may refer to* Arthur Wishart, Canadian politician * Bridget Wishart, English performance artist * Craig Wishart, Zimbabwean cricketer * David Wishart, Scottish author * George Wishart, Scottish Protestant of the sixteenth… …   Wikipedia

  • Matrix normal distribution — parameters: mean row covariance column covariance. Parameters are matrices (all of them). support: is a matrix …   Wikipedia

  • Probability distribution — This article is about probability distribution. For generalized functions in mathematical analysis, see Distribution (mathematics). For other uses, see Distribution (disambiguation). In probability theory, a probability mass, probability density …   Wikipedia

  • Chi-squared distribution — This article is about the mathematics of the chi squared distribution. For its uses in statistics, see chi squared test. For the music group, see Chi2 (band). Probability density function Cumulative distribution function …   Wikipedia

  • Multivariate normal distribution — MVN redirects here. For the airport with that IATA code, see Mount Vernon Airport. Probability density function Many samples from a multivariate (bivariate) Gaussian distribution centered at (1,3) with a standard deviation of 3 in roughly the… …   Wikipedia

  • Normal-scaled inverse gamma distribution — Normal scaled inverse gamma parameters: location (real) (real) (real) (real) support …   Wikipedia

  • Ratio distribution — A ratio distribution (or quotient distribution ) is a statistical distribution constructed as the distribution of the ratio of random variables having two other distributions.Given two stochastic variables X and Y , the distribution of the… …   Wikipedia

  • Complex normal distribution — In probability theory, the family of complex normal distributions consists of complex random variables whose real and imaginary parts are jointly normal.[1] The complex normal family has three parameters: location parameter μ, covariance matrix Γ …   Wikipedia

  • Hotelling's T-square distribution — In statistics, Hotelling s T square statistic, [ H. Hotelling (1931) The generalization of Student s ratio , Ann. Math. Statist., Vol. 2, pp 360 ndash;378.] named for Harold Hotelling,is a generalization of Student s t statistic that is used in… …   Wikipedia

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”