dmvnorm {kDGLM} | R Documentation |
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 vector |
Sigma |
Matrix: The Covariance matrix. |