Package: poibin 1.6
poibin: The Poisson Binomial Distribution
Implementation of both the exact and approximation methods for computing the cdf of the Poisson binomial distribution as described in Hong (2013) <doi:10.1016/j.csda.2012.10.006>. It also provides the pmf, quantile function, and random number generation for the Poisson binomial distribution. The C code for fast Fourier transformation (FFT) is written by R Core Team (2019)<https://www.R-project.org/>, which implements the FFT algorithm in Singleton (1969) <doi:10.1109/TAU.1969.1162042>.
Authors:
poibin_1.6.tar.gz
poibin_1.6.zip(r-4.5)poibin_1.6.zip(r-4.4)poibin_1.6.zip(r-4.3)
poibin_1.6.tgz(r-4.4-x86_64)poibin_1.6.tgz(r-4.4-arm64)poibin_1.6.tgz(r-4.3-x86_64)poibin_1.6.tgz(r-4.3-arm64)
poibin_1.6.tar.gz(r-4.5-noble)poibin_1.6.tar.gz(r-4.4-noble)
poibin_1.6.tgz(r-4.4-emscripten)poibin_1.6.tgz(r-4.3-emscripten)
poibin.pdf |poibin.html✨
poibin/json (API)
# Install 'poibin' in R: |
install.packages('poibin', repos = c('https://yili-hong.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 3 months agofrom:495606131e. Checks:OK: 9. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 18 2024 |
R-4.5-win-x86_64 | OK | Nov 18 2024 |
R-4.5-linux-x86_64 | OK | Nov 18 2024 |
R-4.4-win-x86_64 | OK | Nov 18 2024 |
R-4.4-mac-x86_64 | OK | Nov 18 2024 |
R-4.4-mac-aarch64 | OK | Nov 18 2024 |
R-4.3-win-x86_64 | OK | Nov 18 2024 |
R-4.3-mac-x86_64 | OK | Nov 18 2024 |
R-4.3-mac-aarch64 | OK | Nov 18 2024 |
Exports:dpoibinppoibinqpoibinrpoibin
Dependencies:
Readme and manuals
Help Manual
Help page | Topics |
---|---|
The Poisson Binomial Distribution | poibin-package poibin |
The Poisson Binomial Distribution. | dpoibin ppoibin qpoibin rpoibin |