English

Stochastic Rounding 2.0, with a View towards Complexity Analysis

Numerical Analysis 2024-10-15 v1 Data Structures and Algorithms Numerical Analysis

Abstract

Stochastic Rounding is a probabilistic rounding mode that is surprisingly effective in large-scale computations and low-precision arithmetic. Its random nature promotes error cancellation rather than error accumulation, resulting in slower growth of roundoff errors as the problem size increases, especially when compared to traditional deterministic rounding methods, such as rounding-to-nearest. We advocate for SR as a foundational tool in the complexity analysis of algorithms, and suggest several research directions.

Keywords

Cite

@article{arxiv.2410.10517,
  title  = {Stochastic Rounding 2.0, with a View towards Complexity Analysis},
  author = {Petros Drineas and Ilse C. F. Ipsen},
  journal= {arXiv preprint arXiv:2410.10517},
  year   = {2024}
}

Comments

5 pages

R2 v1 2026-06-28T19:20:37.696Z