draw_mnorm {ddtlcm} | R Documentation |
Efficiently sample multivariate normal using precision matrix
from
, where
is the precision matrix
Description
Efficiently sample multivariate normal using precision matrix
from , where
is the precision matrix
Usage
draw_mnorm(precision_mat, precision_a_vec)
Arguments
precision_mat |
precision matrix Q of the multivariate normal distribution |
precision_a_vec |
a vector a such that the mean of the multivariate normal distribution is
|
[Package ddtlcm version 0.2.1 Index]