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

MultivariateTDistribution

MultivariateTDistribution[r, m]
represents the multivariate Student t distribution with correlation matrix r and degrees of freedom parameter m.
  • The probability density for vector x in a multivariate t distribution is proportional to (1+x.r-1.x/m)-(m+Length[r])/2.
  • The correlation matrix r can be any symmetric matrix, with unit diagonal elements, and offdiagonal elements between -1 and 1.
  • The multivariate Student t-distribution characterizes the ratio of a standardized multinormal to the standard deviation common to each variate.
  • MultivariateTDistribution can be used with such functions as Mean, CDF, and RandomReal.
Needs["MultivariateStatistics`"]
The mean of a bivariate t distribution with 10 degrees of freedom:
In[2]:=
Click for copyable input
Out[2]=
 
Needs["MultivariateStatistics`"]
The variances of each dimension:
In[2]:=
Click for copyable input
Out[2]=
 
Needs["MultivariateStatistics`"]
Probability density function:
In[2]:=
Click for copyable input
Out[2]=
In[3]:=
Click for copyable input
Out[3]=
© 2013 Wolfram Research, Inc. Japanese
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team