dmvNorm | R Documentation |
Proability density function of a n-variate normal distribution
dmvNorm(x, Mu, Sigma, SigmaInv)
x |
n-dimensional vector. |
Mu |
n-dimensional mean vector. |
Sigma |
n-dimensional covariance matrix. |
SigmaInv |
n-dimensional precision matrix. |
the probability density of a n-variate normal distribution with mean vector Mu and covariance Sigma evaluated at x.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.