View source: R/stability_utils.R
| check_convergence | R Documentation |
Check convergence with both absolute and relative criteria
check_convergence(old_val, new_val, abs_tol = 1e-06, rel_tol = 1e-06)
old_val |
Previous value |
new_val |
New value |
abs_tol |
Absolute tolerance |
rel_tol |
Relative tolerance |
Boolean indicating convergence
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.