dmvn | R Documentation |
Evaluate the multivariate normal density.
dmvn(y, mu, sigma, siginv = NULL, ldsi = NULL, logscale = FALSE)
y |
A numeric vector or matrix containing the data whose density is desired. |
mu |
The mean of the distribution. A vector. |
sigma |
The variance matrix of the distribution. A matrix. |
siginv |
The inverse of |
ldsi |
The log determinant of |
logscale |
Logical. If |
A vector containing the density of each row of y
.
Steven L. Scott steve.the.bayesian@gmail.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.