An open API service indexing awesome lists of open source software.

https://github.com/ruivieira/python-ssm

Python state-space models
https://github.com/ruivieira/python-ssm

markov python scientific state-space-model time-series

Last synced: about 1 year ago
JSON representation

Python state-space models

Awesome Lists containing this project

README

          

[![builds.sr.ht status](https://builds.sr.ht/~ruivieira/python-ssm.svg)](https://builds.sr.ht/~ruivieira/python-ssm?)
[![PyPI version](https://badge.fury.io/py/pssm.svg)](https://badge.fury.io/py/pssm)
[![Downloads](http://pepy.tech/badge/pssm)](http://pepy.tech/project/pssm)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/ruivieira/python-ssm/master?filepath=docs%2Fstate_space_models.ipynb)

# Python state-space models (`pssm`)

A Python package for state-space models. Basic usage in the [example notebooks](docs/state_space_models.ipynb).

Documentation can be found [here](https://ruivieira.github.io/python-ssm/).

# Features

- [ ] Dynamic Generalised Linear Models
- [x] Normal DLM
- [x] Poisson DLM
- [x] Binomial DLM
- [x] `iterator`
- [ ] Model composition
- [x] Locally constant
- [x] Locally linear
- [x] Cyclic Fourier
- [x] ARMA(_p_)
- [ ] Multivariate
- [x] Composite DGLMs
- [ ] Multivariate Gaussian
- [ ] Filters
- [x] Kalman filter