Summation Problem Revisited – More Robust Computation

11/08/2022
by   Vaclav Skala, et al.
0

Numerical data processing is a key task across different fields of computer technology use. However, even simple summation of values is not precise due to the floating point representation use. This paper presents a practical algorithm for summation of values convenient for medium and large data sets. The proposed algorithm is simple, easy to implement. Its computational complexity is O(N) in the contrary of the Exact Sign Summation Algorithm (ESSA) approach with O(N^2) run-time complexity. The proposed algorithm is especially convenient for cases when exponent data differ significantly and many small values are summed with higher values

READ FULL TEXT

page 1

page 2

page 3

page 4

research
11/13/2020

Why Not to Use Binary Floating Point Datatypes in RDF

The XSD binary floating point datatypes are regularly used for precise n...
research
08/07/2022

Fast O_expected(N) Algorithm for Finding Exact Maximum Distance in E^2 Instead of O(N^2) or O(N lg N)

This paper describes novel and fast, simple and robust algorithm with O(...
research
08/07/2022

Projective Geometry, Duality and Plucker Coordinates for Geometric Computations with Determinants on GPUs

Many algorithms used are based on geometrical computation. There are sev...
research
02/16/2021

Numerically more stable computation of the p-values for the two-sample Kolmogorov-Smirnov test

The two-sample Kolmogorov-Smirnov test is a widely used statistical test...
research
09/04/2022

Algorithm for Finding an Exact Maximum Distance in E2 with Oexp(N) Complexity: Analysis and Experimental Results

This paper describes a novel and fast, simple and robust algorithm with ...
research
03/29/2019

Multiplication method for factoring natural numbers

We offer multiplication method for factoring big natural numbers which e...
research
02/28/2022

CGAL Made More Accessible

We introduce bindings that enable the convenient, efficient, and reliabl...

Please sign up or login with your details

Forgot password? Click here to reset