Hyb Error: A Hybrid Metric Combining Absolute and Relative Errors
Peichen Xie

TL;DR
This paper introduces Hyb Error, a new metric combining absolute and relative errors to provide a balanced and robust measure of approximation accuracy, especially useful for sequences.
Contribution
The paper proposes Hyb Error, a hybrid metric that effectively combines absolute and relative errors, addressing their individual limitations in numerical approximation assessments.
Findings
Hyb Error approaches absolute error near zero values.
Hyb Error approaches relative error for large values.
Maximum Element-wise Hyb Error (MEHE) reflects the most significant error.
Abstract
Suppose is an approximation of . This paper proposes using , named Hyb Error, to measure the error. This metric equals half the harmonic mean of absolute error and relative error, effectively combining their advantages while mitigating their limitations. For example, Hyb Error approaches absolute error as approaches 0, thereby avoiding the exaggeration of relative error, and approaches relative error as approaches infinity, thereby avoiding the exaggeration of absolute error. The Hyb Error of is equivalent to , which implies , where ``isclose'' is a common floating-point equality check function in numerical libraries. For sequences, this property makes the Maximum Element-wise Hyb Error (MEHE) a pragmatic error metric that reflects the most significant…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsStatistical and numerical algorithms
