dmvnorm
Calculates the log density of a multivariate normal distribution with mean mu and covariance matrix Sigma.
dmvnorm(x, mu, Sigma)
x
: Vector: The value from to which calculate the density.mu
: Vector: The mean vectorSigma
: Matrix: The Covariance matrix.