dmvnorm | R Documentation |
This function returns the log-density for a multivariate Gaussian distribution.
dmvnorm(x, mean, sigma, logd = FALSE)
x |
matrix or vector of observations |
mean |
mean vector |
sigma |
positive definite covariance matrix |
logd |
logical; whether log-density should be returned (default to |
density or log-density of the nrow(x)
sample
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.