We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a22c67 commit 8f192d5Copy full SHA for 8f192d5
pdf/merge_book.py
@@ -50,4 +50,6 @@ def merge_notebooks(outfile, filenames):
50
'../13_Adaptive_Filtering.ipynb',
51
'../Appendix_A_Installation.ipynb',
52
'../Appendix_B_Symbols_and_Notations.ipynb',
53
- '../Appendix_C_Walking_Through_KF_Code.ipynb'])
+ '../Appendix_C_Walking_Through_KF_Code.ipynb',
54
+ '../Appendix_D_HInfinity_Filters.ipynb',
55
+ '../Appendix_E_Ensemble_Kalman_Filters.ipynb'])
0 commit comments