dmnorm | R Documentation |
Modification of the function dmvnorm()
from the package
mvtnorm
, providing an implementation of the Multivariate Gaussian
likelihood. This version uses inverse of the covariance function as argument
instead of the traditional covariance.
dmnorm(x, mu, inv_Sigma, log = FALSE)
x |
A vector, containing values the likelihood is evaluated on. |
mu |
A vector or matrix, specifying the mean parameter. |
inv_Sigma |
A matrix, specifying the inverse of covariance parameter. |
log |
A logical value, indicating whether we return the log-likelihood. |
A number, corresponding to the Multivariate Gaussian log-likelihood.
TRUE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.