rtmvt: Random number generator for the truncated multivariate...

Description Usage Arguments See Also

View source: R/tmvt.R

Description

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

Usage

1
rtmvt(n, mu, sigma, df, lb, ub)

Arguments

n

number of observations

mu

vector of location parameters

sigma

scale matrix

df

degrees of freedom

lb

vector of lower truncation limits

ub

vector of upper truncation limits

See Also

tmvt


TruncatedNormal documentation built on Sept. 8, 2021, 5:07 p.m.