Note that this is for a standardized density (mean 0, covariance matrix I). If your model generates mean zero data with covariance matrix <<sigma>>, you need to standardize the input vector by pre-multiplying by inv(%decomp(sigma)) and adjust the likelihood by subtracting .5 * log |sigma|.
%LOGMVSKEWT(z,xi,nu)
Parameters
| Z | a K vector, which is assumed to represent a standardized (mean 0, covariance matrix I) process | |
| xi | a K vector of (positive) skewness parameters (xi(i)=1.0 means no skewness, > 1 means skewed positive, < 1 means skewed negative) | |
| nu | degrees of freedom for underlying Student t. |
