The log-likelihood function for a point in the multivariate t (MVT) distribution.
mvtLogLikelihood(x, mu, Sigma, nu)
the normalised log-likelihood of x in a MVT distribution with parameters mu, Sigma and nu.
- vector; the sample to calculate the log likelihood of.
- vector; the mean parameter of the MVT distribution.
- matrix; the scale matrix of the MVT distribution.
- double; the degrees of freedom for the MVT distribution.