qmvt(p, interval = NULL, tail = c("lower.tail",
"upper.tail", "both.tails"), df = 1, delta = 0, corr = NULL,
sigma = NULL, algorithm = GenzBretz(),
type = c("Kshirsagar", "shifted"), ...)
uniroot
.lower.tail
gives the quantile $x$ for which
$P[X \le x] = p$, upper.tail
gives $x$ with
$P[X > x] = p$ and
both.ta
type = "shifted"
delta specifies the mode.df = 0
.corr
or
sigma
can be specified. If sigma
is given, the
problem is standardized. If neither corr
nor
sigm
type = "Kshirsagar"
corresponds
to formula (1.4) in Genz and Bretz (2009) (see also
Chapter 5.1 in Kotz and Nadarajah (2004)) and
GenzBretz
.quantile
and f.quantile
give the location of the quantile and the value of the function
evaluated at that point. iter
and estim.prec
give the number
of iterations used and an approximate estimated precision from
uniroot
.uniroot
function which may result in limited accuracy of the
quantiles.pmvnorm
, qmvnorm
qmvt(0.95, df = 16, tail = "both")
Run the code above in your browser using DataLab