.mvrnorm_arma | R Documentation |
Multivariate Normal distribution sampler (Rcpp version), derived using the eigendecomposition of the covariance matrix Sigma. The function utilizes the arma random normal generator
.mvrnorm_arma(n, Mu, Xmat, eigen = TRUE)
n |
sample size |
Mu |
mean vector. Will set the dimension |
Xmat |
covariance matrix, of same dimension as |
an n
sample from a multivariate Normal distribution
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.