Package: sumR 0.4.14
sumR: Approximate Summation of Series
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) <doi:10.2307/2324995>.
Authors:
sumR_0.4.14.tar.gz
sumR_0.4.14.zip(r-4.5)sumR_0.4.14.zip(r-4.4)sumR_0.4.14.zip(r-4.3)
sumR_0.4.14.tgz(r-4.4-x86_64)sumR_0.4.14.tgz(r-4.4-arm64)sumR_0.4.14.tgz(r-4.3-x86_64)sumR_0.4.14.tgz(r-4.3-arm64)
sumR_0.4.14.tar.gz(r-4.5-noble)sumR_0.4.14.tar.gz(r-4.4-noble)
sumR_0.4.14.tgz(r-4.4-emscripten)sumR_0.4.14.tgz(r-4.3-emscripten)
sumR.pdf |sumR.html✨
sumR/json (API)
# Install 'sumR' in R: |
install.packages('sumR', repos = c('https://guidoamoreira.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/guidoamoreira/sumr/issues
Last updated 8 days agofrom:e5062633d8. Checks:OK: 8 NOTE: 1. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 13 2024 |
R-4.5-win-x86_64 | NOTE | Nov 13 2024 |
R-4.5-linux-x86_64 | OK | Nov 13 2024 |
R-4.4-win-x86_64 | OK | Nov 13 2024 |
R-4.4-mac-x86_64 | OK | Nov 13 2024 |
R-4.4-mac-aarch64 | OK | Nov 13 2024 |
R-4.3-win-x86_64 | OK | Nov 13 2024 |
R-4.3-mac-x86_64 | OK | Nov 13 2024 |
R-4.3-mac-aarch64 | OK | Nov 13 2024 |
Exports:finiteSuminfiniteSuminfiniteSum_batchesinfiniteSum_batches_C
Dependencies:matrixStats
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Calculates the sum of a discrete series with a single maximum for a pre-set number of evaluations | finiteSum |
Approximates the sum of a positive discrete infinite series with a single maximum | infiniteSum |
Approximates the sum of a positive discrete infinite series with a single maximum using the batches algorithm | infiniteSum_batches infiniteSum_batches_C |
List of precompiled functions in the sumR package | precompiled |
S3 Class for objects containing iterated summations | as.double.summed print.summed summed-objects |