Copy edit of chapter 8.

Note fully done, still have to figure out what to do with the ball
tracking code, and add a control example to the chapter.
This commit is contained in:
Roger Labbe
2015-07-13 14:42:34 -07:00
parent acdc04af34
commit 8b233b4ff5
5 changed files with 768 additions and 884 deletions

View File

@@ -359,8 +359,6 @@ def plot_track(ps, zs, cov, std_scale=1,
plot_P=True, y_lim=None,
title='Kalman Filter'):
print(std_scale)
count = len(zs)
actual = np.linspace(0, count - 1, count)
cov = np.asarray(cov)