dmvtn: Multivariate normal density

View source: R/RcppExports.R

dmvtnR Documentation

Multivariate normal density

Description

Multivariate normal density

Usage

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/)


fintzij/stemr documentation built on March 25, 2022, 12:25 p.m.