Computes the log of the multivariate normal density
Usage
ldmvnorm(Y, S)
Arguments
Y
an n x p matrix
S
a p x p positive definite matrix
Value
A real number.
Details
This function computes the log density of the data matrix Y under the
model that the rows are independent samples from a mean-zero multivariate
normal distribution with covariance matrix S.