Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/eczy/kalman-filters


https://github.com/eczy/kalman-filters

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Kalman Filters

See [kalman.ipynb](./kalman.ipynb) for a working example of a Kalman filter implemented in Python + NumPy.

### TODO
- [ ] Implementation in Rust or C
- [ ] [Square root implementation](https://en.wikipedia.org/wiki/Kalman_filter#Square_root_form)
- [ ] [Parallel implementation](https://en.wikipedia.org/wiki/Kalman_filter#Parallel_form)
- [ ] [Field Kalman Filter implementation](https://www.researchgate.net/publication/312029167_Field_Kalman_Filter_and_its_approximation)