rtmvnorm: Random number generator for the truncated multivariate normal...

View source: R/tmvnorm.R

rtmvnormR Documentation

Random number generator for the truncated multivariate normal distribution.

Description

This function returns a matrix of draws from a multivariate normal distribution truncated on the interval [lb, ub].

Usage

rtmvnorm(n, mu, sigma, lb, ub, check = TRUE, ...)

See Also

tmvnorm


lbelzile/TruncatedNormal documentation built on March 4, 2024, 5:50 p.m.