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
[tr][td]xi[/td][td][/td][td]a K vector of (positive) skewness parameters (xi(i)=1.0 means no skewness, > 1 means skewed positive, < 1 means skewed negative)[/td][/tr]
[tr][td]nu[/td][td][/td][td]degrees of freedom for underlying Student t.[/td][/tr][/table]