.check_optim_conv | R Documentation |
This function is to try and prevent optimisation to a local optimum and thus checks whether multiple optimisation routines are consistently finding parameter values to within a set tolerance.
.check_optim_conv(optim_params_list, optim_params, tolerance)
optim_params_list |
A list, where each element is the output of
|
optim_params |
A list given by the output of |
tolerance |
A |
Boolean
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.