Learn R Programming

sumR (version 0.4.16)

Approximate Summation of Series

Description

Application of theoretical results which ensure that the summation of an infinite discrete series is within an arbitrary margin of error of its true value. The C code under the hood is shared through header files to allow users to sum their own low level functions as well. Based on the paper by Braden (1992) .

Copy Link

Version

Install

install.packages('sumR')

Monthly Downloads

185

Version

0.4.16

License

GPL (>= 3)

Maintainer

Guido Alberti Moreira

Last Published

November 28th, 2025

Functions in sumR (0.4.16)

precompiled

List of precompiled functions in the sumR package
summed-objects

S3 Class for objects containing iterated summations
infiniteSum_batches

Approximates the sum of a positive discrete infinite series with a single maximum using the batches algorithm
sumR

sumR: Approximate series withing a desired error margin
finiteSum

Calculates the sum of a discrete series with a single maximum for a pre-set number of evaluations
infiniteSum

Approximates the sum of a positive discrete infinite series with a single maximum