dmvnorm_cpp {oeli} | R Documentation |
This function computes the density of a multivariate normal distribution.
dmvnorm_cpp(x, mean, Sigma, log = FALSE)
x |
A |
mean |
A |
Sigma |
A |
log |
A |
This function performs no input checks. See dmvnorm
for the version with input checks.
A numeric
, the density value.