Boundederror
Bounded error is a property of an estimate, computation, or measurement whereby the deviation from the true value is confined within a known bound for all inputs in a specified domain. The bound can be absolute, |estimate − true| ≤ E, or relative, |estimate − true| / |true| ≤ δ when the true value is nonzero.
In numerical analysis, bounded error is central to error analysis. The forward error is the difference between
Bounding techniques include direct error analysis, conditioning assessments, and stability arguments. Interval arithmetic provides guaranteed bounds
Related concepts include numerical stability, error propagation, and interval arithmetic. In statistics and data science, one