Package: abcpp 1.0.0
abcpp: Shared C++ Backend for Approximate Bayesian Computation
Provides a compact C++ backend for Approximate Bayesian Computation (ABC) with a thin R frontend. The current implementation is primarily a C++ reimplementation of offline ABC workflows provided by the R 'abc' package <doi:10.32614/CRAN.package.abc>, with the public R interface intentionally kept small and centered on abc() and summary() methods. The computational work is performed by shared C++ code. In addition to reproducing common 'abc' workflows, the package adds optional dimensionality reduction of summary statistics through Principal Component Analysis (PCA) and Partial Least Squares (PLS), following related ideas described by Bazin et al. (2010) <doi:10.1534/genetics.109.112391> and Wegmann et al. (2009) <doi:10.1534/genetics.109.102509>.
Authors:
abcpp_1.0.0.tar.gz
abcpp_1.0.0.zip(r-4.7)abcpp_1.0.0.zip(r-4.6)abcpp_1.0.0.zip(r-4.5)
abcpp_1.0.0.tgz(r-4.6-x86_64)abcpp_1.0.0.tgz(r-4.6-arm64)abcpp_1.0.0.tgz(r-4.5-x86_64)abcpp_1.0.0.tgz(r-4.5-arm64)
abcpp_1.0.0.tar.gz(r-4.7-arm64)abcpp_1.0.0.tar.gz(r-4.7-x86_64)abcpp_1.0.0.tar.gz(r-4.6-arm64)abcpp_1.0.0.tar.gz(r-4.6-x86_64)
abcpp_1.0.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
DESCRIPTION
card.svg |card.png
abcpp/json (API)
| # Install 'abcpp' in R: |
| install.packages('abcpp', repos = c('https://yuki-961004.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/yuki-961004/abcpp/issues
Last updated from:f520da3eaa. Checks:13 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 130 | ||
| linux-devel-x86_64 | OK | 123 | ||
| source / vignettes | OK | 239 | ||
| linux-release-arm64 | OK | 135 | ||
| linux-release-x86_64 | OK | 117 | ||
| macos-release-arm64 | OK | 119 | ||
| macos-release-x86_64 | OK | 389 | ||
| macos-oldrel-arm64 | OK | 75 | ||
| macos-oldrel-x86_64 | OK | 169 | ||
| windows-devel | OK | 123 | ||
| windows-release | OK | 139 | ||
| windows-oldrel | OK | 139 | ||
| wasm-release | OK | 149 |
Exports:abc
Dependencies:Rcpp
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Parameter Estimation With Approximate Bayesian Computation (ABC) | abc |
| ABC control options | control |
| Summarize an abcpp Posterior | summary.abcpp |
