dlogmultistudent calculates logarithms of multiple multivariate
Student's t densities with varying mean and covaraince matrix of specific structure.
dlogmultistudent(y, mu, inv_Omega, log_det_Omega, arch_scalars, df)Returns a size \((T x 1)\) vector containing the multivariate Student's t densities in logarithm.
dimension \((T x k)\) matrix where each row is a k-dimensional vector
dimension \((T x k)\) matrix where each row is the mean of the k-dimensional
vector in corresponding row of y.
inverse of the \((k x k)\) covariance matrix Omega.
logarithm of the determinant of the covariance matrix Omega.
length \(T\) numeric vector containing the coefficients that multiply
the covariance matrix Omega.
the degrees of freedom parameter that is common for all \(t=1,...,T\).