This function returns a matrix of draws from a multivariate Student distribution truncated on the interval [lb
, ub
].
rtmvt(n, mu, sigma, df, lb, ub, check = TRUE, ...)
number of observations
vector of location parameters
scale matrix
degrees of freedom
vector of lower truncation limits
vector of upper truncation limits
logical; if TRUE
(default), the code checks that sigma
is positive definite and symmetric
additional arguments for the method, currently ignored
tmvt