rmvnormprec | R Documentation |
Gaussian sampler using the Cholesky decomposition of the precision matrix
rmvnormprec(n, mu = rep(0, ncol(precis)), precis)
n |
sample size |
mu |
mean vector |
precis |
precision matrix |
sample of size n
from the multivariate Gaussian distribution
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.