rmvnorm_sparseprec | R Documentation |
Sample multivariates with precision matrix
rmvnorm_sparseprec(n, mean = rep(0, nrow(prec)), prec = diag(length(mean)))
n |
number of samples |
mean |
scalar/vector of the mean(s) |
prec |
precision matrix |
n samples
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.