R/tmvt.R
ptmvt.Rd
This function returns the (log)-distribution function of a matrix q
of observations lying in the interval [lb
, ub
].
ptmvt(q, mu, sigma, df, lb, ub, type = c("mc", "qmc"), log = FALSE, B = 10000)
q | vector or matrix of quantiles |
---|---|
mu | vector of location parameters |
sigma | scale matrix |
df | degrees of freedom |
lb | vector of lower truncation limits |
ub | vector of upper truncation limits |
type | string, either of |
log | logical; if |
B | number of replications for the (quasi)-Monte Carlo scheme |