Learn R Programming

sumR (version 0.4.15)

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

180

Version

0.4.15

License

GPL (>= 3)

Maintainer

Guido Alberti Moreira

Last Published

November 28th, 2023

Functions in sumR (0.4.15)

finiteSum

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

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

List of precompiled functions in the sumR package
infiniteSum

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

sumR: Approximate series withing a desired error margin
summed-objects

S3 Class for objects containing iterated summations