Impala R package

R library for modular Bayesian model calibration. Posterior exploration includes tempering and adaptive MCMC.

R-CMD-check CRAN status

Python tools for modular Bayesian model calibration. Posterior exploration includes tempering and adaptive MCMC. This is an R translation of LANLs Impala.

### Installation

v0.1.0 is on CRAN and can be installed as

install.packages("impala")`

For a more up to date, but may not be stable version from git repository.

  1. Download zip or tar.gz of package or clone repository
  2. Install into R (> 4.3.0)
library(devtools)
install_github("sandialabs/rImpala")