Hyb Error: A Hybrid Metric Combining Absolute and Relative Error Measurements
By
ncruces
A weekday bagel. Dependable, satisfying, no fuss.
Summary
This academic paper introduces 'Hyb Error,' a novel error metric that combines absolute and relative errors by taking the harmonic mean of both. The metric is defined as |x-y|/(1+|y|) and addresses limitations of traditional error measurements by approaching absolute error when |y| is near zero and relative error when |y| is large. The paper demonstrates that Hyb Error corresponds to the decision boundary of common floating-point equality functions and proposes Maximum Element-wise Hyb Error (MEHE) for sequence analysis.
Key quotes
· 3 pulledThis metric equals half the harmonic mean of absolute error and relative error, effectively combining their advantages while mitigating their limitations.
Hyb Error approaches absolute error as |y| approaches 0, thereby avoiding the exaggeration of relative error, and approaches relative error as |y| approaches infinity, thereby avoiding the exaggeration of absolute error.
The Hyb Error of ε is equivalent to |x-y|=ε+ε|y|, which implies isclose(x,y,ε,ε)=True, where 'isclose' is a common floating-point equality check function in numerical libraries.
You might also wanna read

Debunking the Myth: Implicit ODE Solvers Are Not Universally Superior to Explicit Methods
This article challenges the common belief that implicit ODE solvers are universally more robust than explicit methods. It argues that the ch
stochasticlifestyle.com·8mo agoA visual introduction to differential geometry and Maxwell's equations through pictures
This article presents a pictorial introduction to differential geometry, aimed at making the mathematical foundation accessible to pre-unive
Mathematical Model Identifies the Optimal Threshold for Human Ambition
A collaborative mathematical study reconciled conflicting pieces of cultural advice by mapping the exact parameters of human ambition. Using

Weak and Block-Equitable Colourings in Uniform Group Divisible Designs and Maximum Packings
This article presents a mathematical study of colourings in uniform group divisible designs and maximum packings. It defines weak c-colourin
VC Dimension and the Fundamental Theorem of Statistical Learning: A Complete Mathematical Derivation
This article explains the theoretical foundations of statistical learning theory, specifically addressing when learning from data is guarant
A Good Lemma is Worth a Thousand Theorems: Doron Zeilberger on Mathematical Impact
Doron Zeilberger's 82nd opinion piece argues that good lemmas are more valuable than theorems, using Szemerédi's Regularity Lemma as his pri
