View source: R/BayesGLM2_Bayes_utils.R
qsample | R Documentation |
Sample from a multivariate normal with mean and precision
qsample(n, mu, Q)
n |
number of samples |
mu |
mean vector (length = p) |
Q |
sparse p x p positive definite precision matrix (class = dgCMatrix) |
An n x p matrix of samples
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.