Fixed notebooks for FilterPy code reorg.

I made a separate filterpy.stats module becuase it made
little sense to import filterpy.common for stats
functions. This required a lot of changes in the notebooks
and supporting code.
This commit is contained in:
Roger Labbe
2015-07-08 18:42:12 -07:00
parent 4306a09182
commit dff91d9a6f
17 changed files with 663 additions and 1279 deletions

View File

@@ -7,7 +7,7 @@ Created on Sun May 18 11:09:23 2014
from __future__ import division
from filterpy.common import multivariate_gaussian
from filterpy.stats import multivariate_gaussian
from matplotlib import cm
import matplotlib.pyplot as plt
from mpl_toolkits.mplot3d import Axes3D