Rewrites for orthogonal version of eqns

The changes in the univariate chapter, where I derived the
eqn for K continue to ripple through the chapters.
This commit is contained in:
Roger Labbe
2016-01-23 07:18:43 -08:00
parent d6becd7428
commit c268a09f5f
7 changed files with 454 additions and 361 deletions

View File

@@ -1,7 +1,7 @@
#! /bin/bash
#echo "merging book..."
python merge_book.py
ipython merge_book.py
echo "creating pdf..."
ipython nbconvert --to latex --template book book.ipynb

View File

@@ -1,4 +1,4 @@
python merge_book.py
ipython merge_book.py
ipython nbconvert --to latex --template book book.ipynb
ipython to_pdf.py

View File

@@ -49,6 +49,5 @@ if __name__ == '__main__':
'../14-Adaptive-Filtering.ipynb',
'../Appendix-A-Installation.ipynb',
'../Appendix-B-Symbols-and-Notations.ipynb',
#'../Appendix-C-Walking-Through-KF-Code.ipynb',
'../Appendix-D-HInfinity-Filters.ipynb',
'../Appendix-E-Ensemble-Kalman-Filters.ipynb'])