kalman: Kalman and particle filters and smoothers

[ library, math, mit ] [ Propose Tags ]

Linear, extended and unscented Kalman filters are provided, along with their corresponding smoothers. Furthermore, a particle filter and smoother is provided.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 1.0.0.0, 1.0.0.1, 1.0.0.2
Dependencies base (>=4.7 && <5), hmatrix, random-fu, random-fu-multivariate, vector [details]
License MIT
Copyright Dominic Steinitz, Jacob West
Author Dominic Steinitz, Jacob West
Maintainer dominic@steinitz.org
Category Math
Home page https://github.com/idontgetoutmuch/Kalman
Source repo head: git clone https://github.com/idontgetoutmuch/Kalman
Uploaded by DominicSteinitz at 2016-12-14T09:53:08Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 2118 total (6 in the last 30 days)
Rating 2.0 (votes: 2) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for kalman-1.0.0.2

[back to package description]

Kalman filters and smoothers in Haskell

The haddock contains links to references on the theory of Kalman and particle filtering and also contains a worked example of how to use the library.