dlogmultinorm
calculates logarithms of multiple multivariate normal
densities with varying mean and constant covariance matrix.
dlogmultinorm(y, mu, inv_Omega, log_det_Omega)
Returns a size \((T x 1)\) vector containing the multinormal 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.