Package: imabc
Type: Package
Title: Incremental Mixture Approximate Bayesian Computation (IMABC)
Version: 1.0.0
Authors@R: 
    c(
      person(
        given = "Christopher, E.",
        family = "Maerzluft",
        role = c("aut", "cre"),
        email = "cmaerzlu@rand.org"
      ),
      person(
        given = "Carolyn",
        family = "Rutter",
        role = c("aut", "cph"),
        email = "crutter@rand.org",
        comment = c(ORCID = "0000-0002-4396-8594")
      ),
      person(
        given = "Jonathan",
        family = "Ozik",
        role = c("aut"),
        email = "jozik@anl.gov",
        comment = c(ORCID = "0000-0002-3495-6735")
      ),
      person(
        given = "Nicholson",
        family = "Collier",
        role = c("aut"),
        email = "ncollier@anl.gov",
        comment = c(ORCID = "0000-0002-2376-4156")
      )
    )
Description: 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>.
License: GPL-3
URL: https://github.com/carolyner/imabc
BugReports: https://github.com/carolyner/imabc/issues
Depends: R (>= 3.2.0)
Imports: MASS, data.table, foreach, parallel, truncnorm, lhs, methods,
        stats, utils
Encoding: UTF-8
RoxygenNote: 7.1.1
NeedsCompilation: no
Packaged: 2021-04-09 17:26:40 UTC; cmaerzlu
Author: Christopher, E. Maerzluft [aut, cre],
  Carolyn Rutter [aut, cph] (<https://orcid.org/0000-0002-4396-8594>),
  Jonathan Ozik [aut] (<https://orcid.org/0000-0002-3495-6735>),
  Nicholson Collier [aut] (<https://orcid.org/0000-0002-2376-4156>)
Maintainer: "Christopher, E. Maerzluft" <cmaerzlu@rand.org>
Repository: CRAN
Date/Publication: 2021-04-12 08:30:03 UTC
Built: R 4.4.3; ; 2025-10-13 09:53:50 UTC; windows
