Changed notation for prior to a car.

The ^- notation was pretty unreadable, and inconsistant with the
hat notation for estimates.
This commit is contained in:
Roger Labbe
2015-07-26 19:20:58 -07:00
parent 7e6875b0a9
commit c1b3703ce6
7 changed files with 168 additions and 196 deletions

View File

@@ -277,6 +277,8 @@ def print_sigmas(n=1, mean=5, cov=3, alpha=.1, beta=2., kappa=2):
print('sum cov', sum(Wc))
def plot_rts_output(xs, Ms, t):
plt.figure()
plt.plot(t, xs[:, 0]/1000., label='KF', lw=2)