Random number generator for the truncated multivariate Student distribution.
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)
n
: number of observationsmu
: vector of location parameterssigma
: scale matrixdf
: degrees of freedomlb
: vector of lower truncation limitsub
: vector of upper truncation limitstmvt
Useful links