-
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[multivariate_normal] MAINT: migrate toms edits in 48354de #18
Conversation
✅ Deploy Preview for timely-seahorse-68815c ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
lectures/multivariate_normal.md
Outdated
@@ -1964,7 +1971,7 @@ iterate(x0_hat, Σ0, A, C, G, R, [2.3, 1.2, 3.2]) | |||
|
|||
The iterative algorithm just described is a version of the celebrated **Kalman filter**. | |||
|
|||
We describe the Kalman filter and some applications of it in {doc}`A First Look at the Kalman Filter <dle:kalman>` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need to revert this change (as this was handled by @HumphreyYang scripts)
lectures/multivariate_normal.md
Outdated
@@ -2130,7 +2137,7 @@ $\Lambda I^{-1} f = \Lambda f$. | |||
|
|||
## PCA and Factor Analysis | |||
|
|||
To learn about Principal Components Analysis (PCA), please see this lecture {doc}`Singular Value Decompositions <tools:svd_intro>`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need to revert this change (as this was handled by @HumphreyYang scripts)
This PR migrates Tom's edits in QuantEcon/lecture-python.myst@48354de