COSTMLNov 5, 2015

Getting Started with Particle Metropolis-Hastings for Inference in Nonlinear Dynamical Models

arXiv:1511.01707v827 citations
Originality Synthesis-oriented
AI Analysis

It offers a practical guide for researchers and practitioners in statistics and machine learning dealing with inference in complex dynamical models, but it is incremental as it focuses on tutorial implementation rather than new methodology.

This tutorial introduces the particle Metropolis-Hastings algorithm for parameter inference in nonlinear state-space models, providing a step-by-step implementation in R with examples using synthetic and real-world data.

This tutorial provides a gentle introduction to the particle Metropolis-Hastings (PMH) algorithm for parameter inference in nonlinear state-space models together with a software implementation in the statistical programming language R. We employ a step-by-step approach to develop an implementation of the PMH algorithm (and the particle filter within) together with the reader. This final implementation is also available as the package pmhtutorial in the CRAN repository. Throughout the tutorial, we provide some intuition as to how the algorithm operates and discuss some solutions to problems that might occur in practice. To illustrate the use of PMH, we consider parameter inference in a linear Gaussian state-space model with synthetic data and a nonlinear stochastic volatility model with real-world data.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes