Learn R Programming

bssm (version 0.1.11)

run_mcmc: Bayesian Inference of State Space Models

Description

Adaptive Markov chain Monte Carlo simulation of state space models using Robust Adaptive Metropolis algorithm by Vihola (2012).

Usage

run_mcmc(object, n_iter, ...)

Arguments

object

State space model object of bssm package.

n_iter

Number of MCMC iterations.

...

Parameters to specific methods. See run_mcmc.gssm and run_mcmc.ngssm for details.

References

Matti Vihola (2012). "Robust adaptive Metropolis algorithm with coerced acceptance rate". Statistics and Computing, Volume 22, Issue 5, pages 997--1008. Matti Vihola, Jouni Helske, Jordan Franks (2016). "Importance sampling type correction of Markov chain Monte Carlo and exact approximations." ArXiv:1609.02541.