Added links to EKF and UKF chapters.

This commit is contained in:
Roger Labbe 2014-05-19 17:04:11 -07:00
parent 0d3f7a274d
commit 10a38291ad

View File

@ -1,7 +1,7 @@
{
"metadata": {
"name": "",
"signature": "sha256:e5b629cac25efb2c3f414af72bb7b250b7a1a8bb7c1497c44a76c76ad4206ff6"
"signature": "sha256:1a757b7da088ae3ac64d7485c19463ae0726bab486da897a03e82476538b383e"
},
"nbformat": 3,
"nbformat_minor": 0,
@ -69,12 +69,12 @@
"Building on material in Chapter 5, walks you through the design of several Kalman filters. Discusses, but does not solve issues like numerical stability.\n",
" \n",
"\n",
"[**Chapter 8: Extended Kalman Filters**](not implemented)\n",
"[**Chapter 8: Extended Kalman Filters**](http://nbviewer.ipython.org/urls/raw.github.com/rlabbe/Kalman-and-Bayesian-Filters-in-Python/master/Extended-Kalman-Filters.ipynb)\n",
" \n",
"Kalman filter as covered only work for linear problems. Extended Kalman filters (EKF) are the most common approach to linearizing non-linear problems.\n",
"\n",
"\n",
"[**Chapter 9: Unscented Kalman Filters**](not implemented)\n",
"[**Chapter 9: Unscented Kalman Filters**](http://nbviewer.ipython.org/urls/raw.github.com/rlabbe/Kalman-and-Bayesian-Filters-in-Python/master/Unscented-Kalman-Filter.ipynb)\n",
" \n",
"Unscented Kalman filters (UKF) are a recent development in Kalman filter theory. They allow you to filter nonlinear problems without requiring a closed form solution like the Extended Kalman filter requires.\n",
"\n",