Description Usage Arguments Value Examples
View source: R/mcmc_functions.R
This draws a sample from a multivariate normal distribution with mean vector mu and covariance matirx Sigma, using the Cholesky decomposition method.
1 | mvnorm_chol(mu, chol)
|
mu |
The mean vector |
chol |
The cholesky decomposition of the covariance matrix Sigma |
a vector containing a sample from the distribution
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.