optimizeGrid | R Documentation |
Helper function for grid search for mu and sigma.
optimizeGrid(currentBestParam, paramUnique, iter, sigmLimit = TRUE)
currentBestParam |
(numeric) value specifying the current best value for this parameter |
paramUnique |
(numeric) vector of possible values for this parameter |
iter |
(integer) indicating the number of iteration, as in the first iteration the search region is larger than in the following iterations |
sigmLimit |
(logical) specifiying if parameter is sigma and thus minimum is 0 |
(vector) specifying the new search region fo the parameter to be optimized
Tatjana Ammer tatjana.ammer@roche.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.