You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Anirudh Joshi (Jira)" <ji...@apache.org> on 2023/07/17 18:03:00 UTC

[jira] [Created] (STATISTICS-78) JMH benchmarks for alternative summation algorithms

Anirudh Joshi created STATISTICS-78:
---------------------------------------

             Summary: JMH benchmarks for alternative summation algorithms
                 Key: STATISTICS-78
                 URL: https://issues.apache.org/jira/browse/STATISTICS-78
             Project: Commons Statistics
          Issue Type: Sub-task
          Components: descriptive
            Reporter: Anirudh Joshi


Develop JMH benchmarks to compare:
 # Simple Sum (simply add the input values)
 # Kahan summation algorithm ([https://en.wikipedia.org/wiki/Kahan_summation_algorithm)]
 # Two sum method (Neumaier sum) [https://en.wikipedia.org/wiki/Kahan_summation_algorithm#Further_enhancements]
 # Higher-order extended precision floating-point sums
 # The add() methods in `BigDecimal` class with various MathContext limits on the precision.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)