Description Usage Arguments Value See Also
Faster than mvtnorm::rmvnorm()
. Implemented in C.
1 |
n |
amount of samples to generate from |
mu |
column vector for the mean |
Cov |
covariance matrix |
is_chol |
if TRUE, Cov is the upper Cholesky factor of Cov |
a nxp matrix of samples
Other C++ functions:
chol2inv()
,
diwishart_inverse()
,
dmvnorm()
,
inv_Cholesky_from_Cholesky()
,
inv_sympd_tol()
,
inv_triangular()
,
isCholeskyOn()
,
ldet_from_Cholesky()
,
logCummeanExp()
,
logCumsumExp()
,
logSumExpMean()
,
logSumExp()
,
marginalLikelihood_internal()
,
rwish()
Other statistical functions:
diwishart_inverse_R()
,
diwishart_inverse()
,
diwishart()
,
dmvnorm()
,
dwishart()
,
riwish_Press()
,
rwish()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.