Package: sumR 0.4.16
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.16.tar.gz
sumR_0.4.16.zip(r-4.7)sumR_0.4.16.zip(r-4.6)sumR_0.4.16.zip(r-4.5)
sumR_0.4.16.tgz(r-4.6-x86_64)sumR_0.4.16.tgz(r-4.6-arm64)sumR_0.4.16.tgz(r-4.5-x86_64)sumR_0.4.16.tgz(r-4.5-arm64)
sumR_0.4.16.tar.gz(r-4.7-arm64)sumR_0.4.16.tar.gz(r-4.7-x86_64)sumR_0.4.16.tar.gz(r-4.6-arm64)sumR_0.4.16.tar.gz(r-4.6-x86_64)
sumR_0.4.16.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
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 from:bdde2a2fe3. Checks:13 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 99 | ||
| linux-devel-x86_64 | OK | 139 | ||
| source / vignettes | OK | 125 | ||
| linux-release-arm64 | OK | 95 | ||
| linux-release-x86_64 | OK | 96 | ||
| macos-release-arm64 | OK | 83 | ||
| macos-release-x86_64 | OK | 320 | ||
| macos-oldrel-arm64 | OK | 88 | ||
| macos-oldrel-x86_64 | OK | 196 | ||
| windows-devel | OK | 93 | ||
| windows-release | OK | 78 | ||
| windows-oldrel | OK | 69 | ||
| wasm-release | OK | 107 |
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 |
