R/RcppExports.R
dmvtn.Rd
Multivariate normal density
dmvtn(x, mu, sigma, logd = FALSE)
matrix of draws for which to evaluate the density
mean vector of the distribution
covariance matrix
should the log be returned
(source: http://gallery.rcpp.org/articles/dmvnorm_arma/)