Returns a list (an object of class "GenzBretz") with control parameters for the pmvt and qmvt functions from the mvtnorm package. Note that the DoseFinding package always uses "GenzBretz" algorithm. See the mvtnorm documentation for more information.
mvtnorm.control(maxpts = 30000, abseps = 0.001, releps = 0, interval = NULL)
Maximum number of function values as integer.
Absolute error tolerance as double.
Relative error tolerance as double.
Interval to be searched, when the quantile is calculated.