Refactoring UKF chapter.

Still a lot of work to be done, but I'm writing more realistic examples,
and reordering the material.
This commit is contained in:
Roger Labbe
2015-02-16 07:10:01 -08:00
parent 872a4eb947
commit 48f7eadc3e
4 changed files with 774 additions and 29 deletions

View File

@@ -5,6 +5,9 @@ Created on Sun Feb 8 09:34:36 2015
@author: rlabbe
"""
import numpy as np
import matplotlib.pyplot as plt
from numpy import array, asarray
from numpy.random import randn
import math