globalSearch {qle} | R Documentation |
The function finds the maximum value of the global selection criterion, which basically is a distance weighted version of the quasi-deviance over the whole parameter domain.
globalSearch(x0, qsd, w, method = c("nloptr", "direct"), opts = list(), control = list(), ..., obs = NULL, optInfo = FALSE, check = TRUE, pl = 0L, verbose = FALSE)
x0 |
(named) numeric vector, the starting point |
qsd |
object of class |
w |
scalar value, cycling weight |
method |
names of possible minimization routines (see details) |
opts |
list of control arguments passed to |
control |
list of control arguments passed to |
... |
further arguments passed to |
obs |
numeric vector of observed statistics, overwrites ' |
optInfo |
logical, |
check |
logical, |
pl |
numeric value (>=0), the print level |
verbose |
if |
list which contains the new evaluation point and the value of the criterion function