Package: BayesianTools
Title: General-Purpose MCMC and SMC Samplers and Tools for Bayesian Statistics
Version: 0.1.8
Date: 2023-01-30
Authors@R: c(person("Florian", "Hartig", email = "florian.hartig@biologie.uni-regensburg.de", role = c("aut", "cre"), comment=c(ORCID="0000-0002-6255-9059")), person("Francesco", "Minunno", role = c("aut")), person("Stefan", " Paul", role = c("aut") ),  person("David", "Cameron", role = "ctb"), person("Tankred", "Ott", role = "ctb"), person("Maximilian", "Pichler", role = "ctb"))
Description: General-purpose MCMC and SMC samplers, as well as plot and
    diagnostic functions for Bayesian statistics, with a particular focus on
    calibrating complex system models. Implemented samplers include various
    Metropolis MCMC variants (including adaptive and/or delayed rejection MH), the
    T-walk, two differential evolution MCMCs, two DREAM MCMCs, and a sequential
    Monte Carlo (SMC) particle filter.
Depends:
    R (>= 3.1.2)
License: GPL-3
Imports:
    coda,
    emulator,
    mvtnorm,
    tmvtnorm,
    IDPmisc,
    Rcpp (>= 0.12.12),
    ellipse,
    numDeriv,
    msm,
    MASS,
    Matrix,
    stats,
    utils,
    graphics,
    DHARMa,
    gap,
    bridgesampling
Suggests:
    DEoptim,
    lhs,
    sensitivity,
    knitr,
    rmarkdown,
    roxygen2,
    testthat
LinkingTo: Rcpp
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
URL: https://github.com/florianhartig/BayesianTools
BugReports: https://github.com/florianhartig/BayesianTools/issues
VignetteBuilder: knitr
Encoding: UTF-8
