Chapter renaming.

Renamed the 1d kalman filter chapter with a better file name.
Changed references to 'histogram' filter to discrete bayes.

Backed out particle filter chapter; it is just babble at the moment.
This commit is contained in:
Roger Labbe
2015-05-11 16:21:38 -07:00
parent 9dfc15ebf7
commit a544b0f898
5 changed files with 2472 additions and 2471 deletions

View File

@@ -39,7 +39,7 @@ if __name__ == '__main__':
'../02_Discrete_Bayes.ipynb',
'../03_Least_Squares_Filters.ipynb',
'../04_Gaussians.ipynb',
'../05_Kalman_Filters.ipynb',
'../05_One_Dimensional_Kalman_Filters.ipynb',
'../06_Multivariate_Kalman_Filters.ipynb',
'../07_Kalman_Filter_Math.ipynb',
'../08_Designing_Kalman_Filters.ipynb',