Journal of Statistical Software (Apr 2014)

PySSM: A Python Module for Bayesian Inference of Linear Gaussian State Space Models

  • Christopher Strickland,
  • Robert Burdett,
  • Kerrie Mengersen,
  • Robert Denham

DOI
https://doi.org/10.18637/jss.v057.i06
Journal volume & issue
Vol. 57, no. 1
pp. 1 – 37

Abstract

Read online

PySSM is a Python package that has been developed for the analysis of time series using linear Gaussian state space models. PySSM is easy to use; models can be set up quickly and efficiently and a variety of different settings are available to the user. It also takes advantage of scientific libraries NumPy and SciPy and other high level features of the Python language. PySSM is also used as a platform for interfacing between optimized and parallelized Fortran routines. These Fortran routines heavily utilize basic linear algebra and linear algebra Package functions for maximum performance. PySSM contains classes for filtering, classical smoothing as well as simulation smoothing.