Multivariate normal density

dmvtn(x, mu, sigma, logd = FALSE)

Arguments

x

matrix of draws for which to evaluate the density

mu

mean vector of the distribution

sigma

covariance matrix

logd

should the log be returned

(source: http://gallery.rcpp.org/articles/dmvnorm_arma/)