check_convergence: Check convergence with both absolute and relative criteria

View source: R/stability_utils.R

check_convergenceR Documentation

Check convergence with both absolute and relative criteria

Description

Check convergence with both absolute and relative criteria

Usage

check_convergence(old_val, new_val, abs_tol = 1e-06, rel_tol = 1e-06)

Arguments

old_val

Previous value

new_val

New value

abs_tol

Absolute tolerance

rel_tol

Relative tolerance

Value

Boolean indicating convergence


LUCIDus documentation built on March 11, 2026, 9:06 a.m.