imabc: Incremental Mixture Approximate Bayesian Computation (IMABC)

Provides functionality to perform a likelihood-free method for estimating the parameters of complex models that results in a simulated sample from the posterior distribution of model parameters given targets. The method begins with a accept/reject approximate bayes computation (ABC) step applied to a sample of points from the prior distribution of model parameters. Accepted points result in model predictions that are within the initially specified tolerance intervals around the target points. The sample is iteratively updated by drawing additional points from a mixture of multivariate normal distributions, accepting points within tolerance intervals. As the algorithm proceeds, the acceptance intervals are narrowed. The algorithm returns a set of points and sampling weights that account for the adaptive sampling scheme. For more details see Rutter, Ozik, DeYoreo, and Collier (2018) <arXiv:1804.02090>.

Version: 1.0.0
Depends: R (≥ 3.2.0)
Imports: MASS, data.table, foreach, parallel, truncnorm, lhs, methods, stats, utils
Published: 2021-04-12
Author: Christopher, E. Maerzluft [aut, cre], Carolyn Rutter ORCID iD [aut, cph], Jonathan Ozik ORCID iD [aut], Nicholson Collier ORCID iD [aut]
Maintainer: "Christopher, E. Maerzluft" <cmaerzlu at rand.org>
BugReports: https://github.com/carolyner/imabc/issues
License: GPL-3
URL: https://github.com/carolyner/imabc
NeedsCompilation: no
Materials: README
CRAN checks: imabc results

Documentation:

Reference manual: imabc.pdf

Downloads:

Package source: imabc_1.0.0.tar.gz
Windows binaries: r-devel: imabc_1.0.0.zip, r-release: imabc_1.0.0.zip, r-oldrel: imabc_1.0.0.zip
macOS binaries: r-release (arm64): imabc_1.0.0.tgz, r-oldrel (arm64): imabc_1.0.0.tgz, r-release (x86_64): imabc_1.0.0.tgz

Linking:

Please use the canonical form https://CRAN.R-project.org/package=imabc to link to this page.