This function returns the (log)-density of a matrix x
of observations lying in the interval [lb
, ub
].
dtmvt(
x,
mu,
sigma,
df,
lb,
ub,
type = c("mc", "qmc"),
log = FALSE,
B = 10000,
check = TRUE,
...
)
vector of location parameters
scale matrix
degrees of freedom
vector of lower truncation limits
vector of upper truncation limits
string, either of mc
or qmc
for Monte Carlo and quasi Monte Carlo, respectively
logical; if TRUE
, probabilities and density are given on the log scale.
number of replications for the (quasi)-Monte Carlo scheme
logical, if TRUE
(default), check that the scale matrix sigma
is positive definite and symmetric.
additional arguments, currently ignored
tmvt