|
Chapter Contents |
Previous |
Next |
| The MODEL Procedure |
The multivariate t-distribution is specified using the ERRORMODEL statement with the T option. Other method specifications ( FIML and OLS, for example ) are ignored when the ERRORMODEL statement is used for a distribution other than normal.
The probability density function for the multivariate t-distribution is

where m is the number of equations and df is the degrees of freedom.
The maximum likelihood estimators of
and
are
the
and
that minimize
the negative log-likelihood function:

The multivariate model has a single shared degrees of freedom parameter, which is estimated. The degrees of freedom parameter can also be set to a fixed value. The negative log-likelihood value and the l2 norm of the gradient of the negative log-likelihood function are shown in the estimation summary.
The gradient of the negative log-likelihood function with respect to the degrees of freedom is

The gradient of the negative log-likelihood function with respect to the parameters is

where


The estimator of the variance-covariance of
(COVB)
for the t-distribution is the inverse of the likelihood Hessian.
The gradient is computed analytically and the Hessian is computed numerically.
|
Chapter Contents |
Previous |
Next |
Top |
Copyright © 2001 by SAS Institute Inc., Cary, NC, USA. All rights reserved.