Simulate multivariate Student-t \(\boldsymbol{x}\)
with location vector mu
, scale matrix sigma
and df
(integer) degrees of freedom
subject to the linear constraint \(\boldsymbol{\beta}^\top\boldsymbol{x} > 0\).
Negative degrees of freedom or values larger than 1000 imply Gaussian vectors are generated instead.
rtellipt(n, beta, mu, sigma, df, delta = 0)
an n
by d
matrix of random vectors
number of simulations
d
vector of linear constraints
location vector
scale matrix
degrees of freedom argument
buffer; default to zero