Skip to content
forked from helske/bssm

Bayesian Inference of State Space Models

Notifications You must be signed in to change notification settings

sbgraves237/bssm

 
 

Repository files navigation

Build Status cran version downloads codecov.io DOI

bssm: an R package for Bayesian inference of state space models

Efficient methods for Bayesian inference of state space models via particle Markov chain Monte Carlo and importance sampling type weighted Markov chain Monte Carlo. Currently Gaussian, Poisson, binomial, or negative binomial observation densities and linear-Gaussian state dynamics, as well as general non-linear Gaussian models are supported.

For details, see package vignette and paper Importance sampling type correction of Markov chain Monte Carlo and exact approximations. There is also a separate vignette for non-linear Gaussian models, and couple posters related to IS-correction methodology:

Current Status

Now on CRAN. Still under development, pull requests very welcome especially related to post-processing, visualization, and C++ modularization.

You can install the latest development version by using the devtools package:

install.packages("devtools")
devtools::install_github("helske/bssm")

About

Bayesian Inference of State Space Models

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 71.7%
  • R 27.8%
  • C 0.5%