estimator: State-space estimation algorithms such as Kalman Filters

[ bsd3, library, math, numerical, statistics ] [ Propose Tags ]

The goal of this library is to simplify implementation and use of state-space estimation algorithms, such as Kalman Filters. The interface for constructing models is isolated as much as possible from the specifics of a given algorithm, so swapping out a Kalman Filter for a Bayesian Particle Filter should involve a minimum of effort.

This implementation is designed to support symbolic types, such as from sbv or ivory. As a result you can generate code in another language, such as C, from a model written using this package; or run static analyses on your model.

Also included is a sophisticated sensor fusion example in Numeric.Estimator.Model.SensorFusion, which may be useful in its own right.

Flags

Automatic Flags
NameDescriptionDefault
werror

Make warnings errors

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 1.0.0, 1.0.0.1, 1.1.0.0, 1.1.0.1, 1.2.0.0
Dependencies ad (>=4.2), base (>=4.6 && <5), distributive (>=0.4), lens (>=4.6), linear (>=1.15), reflection (>=1.5) [details]
License BSD-3-Clause
Copyright 2014 Galois, Inc.
Author Jamey Sharp
Maintainer jamey@galois.com
Category Math, Numerical, Statistics
Home page https://github.com/GaloisInc/estimator
Bug tracker https://github.com/GaloisInc/estimator/issues
Source repo this: git clone https://github.com/GaloisInc/estimator(tag 1.0.0.1)
Uploaded by JameySharp at 2014-12-10T23:55:31Z
Distributions NixOS:1.2.0.0
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 3889 total (18 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]