Add references to smoothing chapter.

This commit is contained in:
Roger Labbe
2014-11-16 16:12:14 -08:00
parent 75c4e9ce97
commit 60e31b890d
4 changed files with 4 additions and 2 deletions

View File

@@ -54,6 +54,8 @@ if __name__ == '__main__':
'09_Extended_Kalman_Filters/Extended_Kalman_Filters.ipynb',
'10_Unscented_Kalman_Filters/Unscented_Kalman_Filter.ipynb',
'11_Designing_Nonlinear_Kalman_Filters/Designing_Nonlinear_Kalman_Filters.ipynb',
'12_HInfinity_Filters/HInfinity_Filters.ipynb',
'14_Smoothing/Smoothing.ipynb',
'Appendix_A_Installation/Appendix_Installation.ipynb',
'Appendix_B_Symbols_and_Notations/Appendix_Symbols_and_Notations.ipynb'])