Learn R Programming

adaptMCMC (version 1.5)

Implementation of a Generic Adaptive Monte Carlo Markov Chain Sampler

Description

Enables sampling from arbitrary distributions if the log density is known up to a constant; a common situation in the context of Bayesian inference. The implemented sampling algorithm was proposed by Vihola (2012) and achieves often a high efficiency by tuning the proposal distributions to a user defined acceptance rate.

Copy Link

Version

Install

install.packages('adaptMCMC')

Monthly Downloads

932

Version

1.5

License

GPL (>= 2)

Issues

Pull Requests

Stars

Forks

Last Published

January 29th, 2024

Functions in adaptMCMC (1.5)

convert.to.coda

Converts chain(s) into coda objects.
MCMC.add.samples

Add samples to an existing chain.
MCMC

(Adaptive) Metropolis Sampler
adaptMCMC-package

Generic adaptive Monte Carlo Markov Chain sampler
MCMC.parallel

Parallel computation of MCMC()