Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Data Manipulation > Statistical Data Analysis > Probability & Statistics > Parametric Statistical Distributions > Normal and Related Distributions > MultivariateTDistribution >
Mathematica > Mathematics and Algorithms > Statistical Data Analysis > Probability & Statistics > Parametric Statistical Distributions > Normal and Related Distributions > MultivariateTDistribution >

MultivariateTDistribution

MultivariateTDistribution
represents the multivariate Student distribution with scale matrix and degrees of freedom parameter .
MultivariateTDistribution
represents the multivariate Student distribution with location , scale matrix , and degrees of freedom.
  • The probability density for vector in a multivariate distribution is proportional to , where is the length of .
  • The multivariate Student distribution characterizes the ratio of a multinormal to the covariance between the variates.
  • MultivariateTDistribution allows to be any × symmetric positive definite matrix, any vector of real numbers where p=Length[], and any positive real number.
Probability density function:
Cumulative distribution function:
Mean and variance:
Covariance:
Probability density function:
In[1]:=
Click for copyable input
Out[1]=
In[2]:=
Click for copyable input
Out[2]=
 
Cumulative distribution function:
In[1]:=
Click for copyable input
Out[1]=
 
Mean and variance:
In[1]:=
Click for copyable input
Out[1]=
In[2]:=
Click for copyable input
Out[2]=
 
Covariance:
In[1]:=
Click for copyable input
Out[1]=
Generate a set of pseudorandom vectors that follow a bivariate distribution:
Visualize the sample using a histogram:
Distribution parameters estimation:
Estimate the distribution parameters from sample data:
Goodness-of-fit test:
Skewness:
Skewness is always 0 when defined:
Kurtosis:
Kurtosis depends only on the degrees of freedom:
As number of degrees of freedom approaches , the kurtosis approaches kurtosis of MultinormalDistribution:
Correlation for bivariate distribution:
Different mixed moments for a standard bivariate distribution:
Mixed central moments:
Mixed factorial moments:
Mixed cumulants:
Hazard function:
The marginals follow StudentTDistribution:
Show a distribution function and its histogram in the same plot:
Compare the PDF to its histogram version:
Compare the CDF to its histogram version:
A multivariate Student distribution is used to define a copula distribution:
Probability density function:
Mean and variance:
Generate random numbers:
Equal probability contours for a bivariate distribution:
Multivariate Student distribution is closed under affine transformations:
Relationships to other distributions:
Multinormal distribution is the limit of MultivariateTDistribution as goes to :
The default location is 0:
MultivariateTDistribution is not defined when is not a symmetric positive definite matrix:
MultivariateTDistribution is not defined when is not positive:
Substitution of invalid parameters into symbolic outputs gives results that are not meaningful:
PDFs for different correlations:
New in 8
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team
Format:   HTML  |  CDF