Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Multivariate Statistics Package >

WishartDistribution

WishartDistribution[, m]
represents a Wishart distribution with scale matrix and degrees of freedom parameter m.
  • The probability density for a symmetric positive definite matrix x in a Wishart distribution is proportional to x(m-p-1)/2-Tr[-1.x/2].
  • The scale matrix can be any symmetric positive definite matrix. The parameter m can be any number such that m>Length[].
  • For integer m, the Wishart distribution gives the distribution of covariance matrices of multinormal samples.
Needs["MultivariateStatistics`"]
The mean of a Wishart distribution:
In[2]:=
Click for copyable input
Out[2]=
 
Needs["MultivariateStatistics`"]
The variance:
In[2]:=
Click for copyable input
Out[2]=
 
Needs["MultivariateStatistics`"]
Probability density function:
In[2]:=
Click for copyable input
Out[2]=
© 2013 Wolfram Research, Inc. Japanese
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team