rtmvnorm {dlmtree} | R Documentation |
Truncated multivariate normal sampler, mean mu, cov sigma, truncated (0, Inf)
Description
Truncated multivariate normal sampler, mean mu, cov sigma, truncated (0, Inf)
Usage
rtmvnorm(mu, sigma, iter)
Arguments
mu |
vector of mean parameters |
sigma |
covariance matrix |
iter |
number of iterations |
Value
VectorXd
[Package dlmtree version 1.0.0 Index]