dmvnorm | 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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.