English

Summation Problem Revisited -- More Robust Computation

Data Structures and Algorithms 2022-11-09 v1 Numerical Analysis Numerical Analysis

Abstract

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

Keywords

Cite

@article{arxiv.2211.04402,
  title  = {Summation Problem Revisited -- More Robust Computation},
  author = {Vaclav Skala},
  journal= {arXiv preprint arXiv:2211.04402},
  year   = {2022}
}

Comments

9 pages, 3 Figs, 3 Tabs. Presented at Recent Advances in Computer Science Conf, 2013

R2 v1 2026-06-28T05:26:34.611Z