Package: ShiftConvolvePoibin 1.0.0
Andrew Lee
ShiftConvolvePoibin: Exactly Computing the Tail of the Poisson-Binomial Distribution
An exact method for computing the Poisson-Binomial Distribution (PBD). The package provides a function for generating a random sample from the PBD, as well as two distinct approaches for computing the density, distribution, and quantile functions of the PBD. The first method uses direct-convolution, or a dynamic-programming approach which is numerically stable but can be slow for a large input due to its quadratic complexity. The second method is much faster on large inputs thanks to its use of Fast Fourier Transform (FFT) based convolutions. Notably in this case the package uses an exponential shift to practically guarantee the relative accuracy of the computation of an arbitrarily small tail of the PBD -- something that FFT-based methods often struggle with. This ShiftConvolvePoiBin method is described in Peres, Lee and Keich (2020) <arxiv:2004.07429> where it is also shown to be competitive with the fastest implementations for exactly computing the entire Poisson-Binomial distribution.
Authors:
ShiftConvolvePoibin_1.0.0.tar.gz
ShiftConvolvePoibin_1.0.0.tar.gz(r-4.5-noble)ShiftConvolvePoibin_1.0.0.tar.gz(r-4.4-noble)
ShiftConvolvePoibin_1.0.0.tgz(r-4.4-emscripten)ShiftConvolvePoibin_1.0.0.tgz(r-4.3-emscripten)
ShiftConvolvePoibin.pdf |ShiftConvolvePoibin.html✨
ShiftConvolvePoibin/json (API)
# Install 'ShiftConvolvePoibin' in R: |
install.packages('ShiftConvolvePoibin', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated 5 years agofrom:61114db5da. Checks:OK: 2. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 01 2024 |
R-4.5-linux-x86_64 | OK | Nov 01 2024 |
Exports:dpoisbinppoisbinqpoisbinrpoisbin
Dependencies:
Readme and manuals
Help Manual
Help page | Topics |
---|---|
ShiftConvolve Poisson Binomial | dpoisbin ppoisbin qpoisbin rpoisbin ShiftConvolvePoibin |