Added Adaptive Filtering chapter.

Still a lot of work to be done on it. This is just an
initial commit.
This commit is contained in:
Roger Labbe
2015-01-11 00:13:12 -08:00
parent 573c9429c8
commit 026413dbd4
5 changed files with 1110 additions and 6 deletions

View File

@@ -160,6 +160,10 @@ Kalman filters are recursive, and thus very suitable for real time filtering. Ho
* [**Chapter 15: Adaptive Filtering**](http://nbviewer.ipython.org/urls/raw.github.com/rlabbe/Kalman-and-Bayesian-Filters-in-Python/master/15_Adaptive_Filtering/Adaptive_Filtering.ipynb)
Kalman filters assume a single process model, but manuevering targets typically need to be described by several different process models. Adaptive filtering uses several techniques to allow the Kalman filter to adapt to the changing behavior of the target.
* [**Chapter XX: Numerical Stability**](not implemented)
Not written yet.