Addled link for chapter 12.

This commit is contained in:
Roger Labbe 2014-09-07 18:09:20 -07:00
parent 2e87557a27
commit 3bab5bb0cb

View File

@ -135,7 +135,7 @@ Unscented Kalman filters (UKF) are a recent development in Kalman filter theory.
EKF and UKF are linear approximations of nonlinear problems. Unless programmed carefully, they are not numerically stable. We discuss some common approaches to this problem.
* [**Chapter 12: H-Infinity Filters**](not implemented)
* [**Chapter 12: H-Infinity Filters**](http://nbviewer.ipython.org/urls/raw.github.com/rlabbe/Kalman-and-Bayesian-Filters-in-Python/master/Chapter12_HInfinity_Filters/HInfinity_Filter.ipynb)
* [**Chapter 13: Numerical Stability**](not implemented)