Commit Graph

436 Commits

Author SHA1 Message Date
Roger Labbe
37743bf604 Extensive addtions to UKF chapter.
I think I finally arrived at a good ordering of material.
Started with implementing a linear problem just so we can
see how it differs from the linear KF, then added problems
step by step. Got rid of most of the poor performing filters.
2015-02-22 11:33:51 -08:00
Roger Labbe
5e479234e1 Added function to change plot size. 2015-02-17 16:10:24 -08:00
Roger Labbe
27d8c7a455 Fixed typo in Newtonian equation. 2015-02-17 16:09:54 -08:00
Roger Labbe
39c9a4cf59 regenerated PDF. 2015-02-16 11:06:59 -08:00
Roger Labbe
46085c6eb1 spell check 2015-02-16 10:56:43 -08:00
Roger Labbe
86583251c7 spell check 2015-02-16 10:29:02 -08:00
Roger Labbe
ad437f7539 spell check 2015-02-16 10:20:21 -08:00
Roger Labbe
909f4a7989 Spell check 2015-02-16 09:53:22 -08:00
Roger Labbe
1528dc8473 spell check 2015-02-16 08:56:25 -08:00
Roger Labbe
e843a99d73 fixed headers 2015-02-16 08:46:05 -08:00
Roger Labbe
95a6084dbb spell check 2015-02-16 08:41:44 -08:00
Roger Labbe
158912ecfb Spelling of Raytheon. 2015-02-16 07:44:35 -08:00
Roger Labbe
67b482a89f Backed out part of merge - 'online' is correct. 2015-02-16 07:42:32 -08:00
Roger Labbe
9b1b19b58b Merge https://github.com/scienceopen/Kalman-and-Bayesian-Filters-in-Python into scienceopen-master 2015-02-16 07:23:16 -08:00
Roger Labbe
48f7eadc3e Refactoring UKF chapter.
Still a lot of work to be done, but I'm writing more realistic examples,
and reordering the material.
2015-02-16 07:10:01 -08:00
Roger Labbe
872a4eb947 Minor additional point added.
Explained how covariance would look if we only had 1 radar station, not 2.
2015-02-16 07:09:07 -08:00
Roger Labbe
aed695d102 fixed spelling of directory 2015-02-16 07:08:15 -08:00
Michael
1ad0da4c4e spelling 2015-02-16 01:11:00 -05:00
Roger Labbe
5843306598 added a pull before the push 2015-02-15 09:04:30 -08:00
Roger Labbe
6de9a0151e Rearranged multiple radar station material.
I moved it more to the front as the pos vs velocity explanation
is difficult to understand if you do not already understand how
orthogonal or correlated measurements greatly increase precision.

Also various minor wording changes and fixes in other parts.
2015-02-15 08:58:09 -08:00
Roger Labbe
c78120855a Added 2D Gaussian position example.
Position vs velocity confuses people, so I added a 2 position
reading example.

Fixed the Newtonian equation for jerk.

Changed indefinite integral in Newtonian equations to definite.
2015-02-14 09:26:47 -08:00
Roger Labbe
093fd74e70 fixed checkout of README.md 2015-02-13 20:58:32 -08:00
Roger Labbe
2381880dc3 Changed file attributes, not sure why I have to check it in. 2015-02-13 20:53:08 -08:00
Roger Labbe
23d2accd69 Regenerated PDF. 2015-02-13 20:49:25 -08:00
Roger Labbe
21d30a4a72 Wrote some experimental code. 2015-02-13 20:43:00 -08:00
Roger Labbe
7c67c25cfd removed autoreload magic 2015-02-13 20:42:55 -08:00
Roger Labbe
9c43e01b9e Changed text to account for chapter reordering.
UKF and EKF chapters were reordered, and I needed to alter some
text to reflect that.
2015-02-13 20:41:38 -08:00
Roger Labbe
592a354d1f added example of sensor fusion 2015-02-13 20:40:02 -08:00
Roger Labbe
e4f92fcb81 fixed TOC to reflect chapter reordering 2015-02-07 09:21:19 -08:00
Roger Labbe
dbd42af0aa Chapter reordering; nonlinear chapter added.
I wrote a chapter introducing the problem of nonlinearity in KF because this
information is common to the EKF, UKF, etc. Then I reordered chapters. I want
people ot learn the UKF before the EKF. While I was doing this, I moved the
H Infinity and Ensemble filters to later chapters because they are mostly
curiosities in this book.
2015-02-07 09:11:39 -08:00
Roger Labbe
c147441f01 Fixed second link of PDF, removed contents section.
The contents section is a pain to maintain, and it doesn't really
add anything of important. Maybe i'll add it back in once the book
is settled down, but probabl not.
2015-02-02 19:40:56 -08:00
Roger Labbe
3f2510e6b4 Trying to update README.md on github.io pages. 2015-02-02 19:36:00 -08:00
Roger Labbe
804df1c9e3 Regenerated PDF 2015-02-02 19:33:06 -08:00
Roger Labbe
c0bb33ac6c Regenerated images to reflect style changes. 2015-02-02 19:29:51 -08:00
Roger Labbe
ac3cc4bc69 Renamed preface to add in chapter number. 2015-02-02 19:27:03 -08:00
Roger Labbe
768b017401 Fixed link to graphic.
The great reorg moved the animation files to a different
subdirectory.
2015-02-02 19:24:28 -08:00
Roger Labbe
a83b53794c Changes to test upcoming IPython 3 release. 2015-02-02 19:22:13 -08:00
Roger Labbe
79387a85cb Reworked section on multivariate correlations
My charts were mixing position vs time, which was pretty confusing.
I changed it to position vs velocity, and demonstrated how multipying
the covariances lead to a much better result.
2015-02-01 20:39:08 -08:00
Roger Labbe
9117261d25 Normalized plot styles across chapters.
I had a lot of problems with lines being visible, and ended up
using different styles in different places. I found a style that
seems to work everywhere and put the code in book_plots.py.
2015-01-31 22:42:19 -08:00
Roger Labbe
ceaae06c61 Added material on KF GPS output.
I had already explained that you cannot KF the output of a GPS
(this is extemely prevalent in hobbiest projects on the web).
But now I added an example in code of what happens when you try
this.
2015-01-31 08:44:47 -08:00
Roger Labbe
a294a51807 Started section on Runge Kutta.
Mostly a placeholder for now. There is also some experimental code
for quaternions, which I will be needing to introduce later.
2015-01-31 08:03:39 -08:00
Roger Labbe
cfd4e3485a renamed to be more readable 2015-01-27 15:46:34 -08:00
Roger Labbe
9db6b3f69d fixed to work with reorganized files 2015-01-27 15:46:00 -08:00
Roger Labbe
a4f6b5a81f fixed a few links 2015-01-27 15:45:33 -08:00
Roger Labbe
093339f443 fixed link to gif 2015-01-27 15:24:46 -08:00
Roger Labbe
33c745d997 Edits for reorg
I moved book_format.py to the root directory so that all of the
notebooks do not need to modify the system path to import it. It
modifies the path on import so that all of the code in ./code can
then be accessed.

Altered links to nbviewer to account for no longer using subdirectories.
2015-01-27 15:14:06 -08:00
Roger Labbe
892d1c04ac renamed appendix 2015-01-27 13:17:48 -08:00
Roger Labbe
9a7840d526 moved appendix B for reorg 2015-01-27 13:13:44 -08:00
Roger Labbe
201811eae1 moved appendxix A for reorg 2015-01-27 13:12:23 -08:00
Roger Labbe
7c49acfd9c moved chapter 15 for reorg 2015-01-27 13:10:28 -08:00