Skip to content

ruivieira/python-ssm

Folders and files

NameName
Last commit message
Last commit date
Apr 29, 2021
Jan 8, 2019
Oct 5, 2020
Oct 3, 2020
Oct 3, 2020
Oct 3, 2020
Oct 3, 2020
Oct 3, 2020
Oct 3, 2020
Mar 27, 2018
Jul 29, 2018
Mar 27, 2018
Oct 3, 2020
Oct 4, 2020
Jan 8, 2019
Oct 3, 2020
Oct 3, 2020
Oct 3, 2020
Mar 27, 2018
Oct 3, 2020
Oct 3, 2020

Repository files navigation

builds.sr.ht status PyPI version Downloads Binder

Python state-space models (pssm)

A Python package for state-space models. Basic usage in the example notebooks.

Documentation can be found here.

Features

  • Dynamic Generalised Linear Models
    • Normal DLM
    • Poisson DLM
    • Binomial DLM
    • iterator
  • Model composition
    • Locally constant
    • Locally linear
    • Cyclic Fourier
    • ARMA(p)
  • Multivariate
    • Composite DGLMs
    • Multivariate Gaussian
  • Filters
    • Kalman filter