dmvnorm_cpp {oeli} | R Documentation |
Compute density of multivariate normal distribution
Description
This function computes the density of a multivariate normal distribution.
Usage
dmvnorm_cpp(x, mean, Sigma, log = FALSE)
Arguments
x |
A |
mean |
A |
Sigma |
A |
log |
A |
Details
This function performs no input checks. See dmvnorm
for the version with input checks.
Value
A numeric
, the density value.
[Package oeli version 0.5.2 Index]