.check_optim_conv {epiparameter} | R Documentation |
Check whether the optimisation of distribution parameters has converged to stable value for the parameters and function output for multiple iterations
Description
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.
Usage
.check_optim_conv(optim_params_list, optim_params, tolerance)
Arguments
optim_params_list |
A list, where each element is the output of
|
optim_params |
A list given by the output of |
tolerance |
A |
Value
Boolean
[Package epiparameter version 0.4.0 Index]