Kalman-and-Bayesian-Filters.../README.md

45 lines
2.2 KiB
Markdown
Raw Normal View History

#[Kalman Filters and Random Signals in Python](http://github.com/rlabbe/Kalman-Filters-and-Random-Signals-in-Python)
2014-05-16 22:31:02 +02:00
### Version 0.0 - not ready for public consumption. In development.
this is a book BLAH BLAH BLAH
Contents
-----
2014-05-16 22:33:43 +02:00
* [**Introduction**](http://nbviewer.ipython.org/urls/raw.github.com/rlabbe/Kalman-Filters-and-Random-Signals-in-Python/master/Introduction.ipynb)
2014-05-16 22:31:02 +02:00
Introduction to the Kalman filter. Explanation of the idea behind this book.
2014-05-16 22:32:31 +02:00
* [**Chapter 1: The g-h Filter**](http://nbviewer.ipython.org/urls/raw.github.com/rlabbe/Kalman-Filters-and-Random-Signals-in-Python/master/g-h_filter.ipynb)
2014-05-16 22:33:43 +02:00
2014-05-16 22:31:02 +02:00
Intuitive introduction to the g-h filter, which is a family of filters that includes the Kalman filter. Not filler - once you understand this chapter you will understand the concepts behind the Kalman filter.
2014-05-16 22:33:43 +02:00
* [**Chapter 2: The Discrete Bayes Filter**](http://nbviewer.ipython.org/urls/raw.github.com/rlabbe/Kalman-Filters-and-Random-Signals-in-Python/master/histogram_filter.ipynb)
2014-05-16 22:31:02 +02:00
Introduces the Discrete Bayes Filter. From this you will learn the probabilistic reasoning that underpins the Kalman filter in an easy to digest form.
2014-05-16 22:33:43 +02:00
* [**Chapter 3: Gaussian Probabilities**](http://nbviewer.ipython.org/urls/raw.github.com/rlabbe/Kalman-Filters-and-Random-Signals-in-Python/master/Gaussians.ipynb)
2014-05-16 22:31:02 +02:00
Introduces using Gaussians to represent beliefs. Gaussians allow us to implement the algorithms used in the Discrete Bayes Filter to work in continuous domains.
2014-05-16 22:33:43 +02:00
* [**Chapter 4: One Dimensional Kalman Filters**](http://nbviewer.ipython.org/urls/raw.github.com/rlabbe/Kalman-Filters-and-Random-Signals-in-Python/master/Kalman_Filters.ipynb)
2014-05-16 22:31:02 +02:00
Implements a Kalman filter by modifying the Discrete Bayesian Filter to use Gaussians. This is a full featured Kalman filter, albeit only useful for 1D problems.
2014-05-16 22:33:43 +02:00
* [**Chapter 5: Multidimensional Kalman Filter**](http://nbviewer.ipython.org/urls/raw.github.com/rlabbe/Kalman-Filters-and-Random-Signals-in-Python/master/Multidimensional_Kalman_Filters.ipynb)
2014-05-16 22:31:02 +02:00
We extend the Kalman filter developed in the previous chapter to the full, generalized filter.
Reading the book
-----
Installation
-----
License
-----
Contact
-----