
R library for modular Bayesian model calibration. Posterior exploration includes tempering and adaptive MCMC.
Python tools for modular Bayesian model calibration. Posterior exploration includes tempering and adaptive MCMC. This is an R translation of LANLs Impala.
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.
library(devtools)
install_github("sandialabs/rImpala")