Returns a list with control parameters (an object of class GenzBretz)
for the pmvt
and qmvt
functions from the mvtnorm
package, see the corresponding documentation for more information.
mvtnorm.control(maxpts = 30000, abseps = 0.001,
interval = NULL, releps = 0)
Maximum number of function values as integer.
Absolute error tolerance as double.
A vector containing the end-points of the interval to be searched for the critical value.
Relative error tolerance as double.