You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* amss lecture literalinclude -> code-cell
* opt_tax_recur lecture literalinclude -> code-cell
* amss2 lecture literalinclude -> code-cell
* amss3 lecture literalinclude -> code-cell
* chang_credible lecture literalinclude -> code-cell
* chang_ramsey lecture literalinclude -> code-cell
* classical_filtering lecture literalinclude -> code-cell
* lu_tricks lecture literalinclude -> code-cell
* rob_markov_perf lecture literalinclude -> code-cell
* install myst_nb from branch for testing
* install mysb_nb from branch for testing
* switch on execution
* myst_nb now supports code-cell from file
* add in upgrade for tornado while fixing environment
* specify priority for notebook outputs
* [TEST] see if ipython display shows the image for html
* change :file: to :load:
* migrate file: to load: for multi-argument output
* add execution status page
* [medium term] this shows what the output should look like and leaves mybinder for the interactive plot at the end
* add note about ipywidgets and html
* fix timeout from 60s to 600s (10min) per lecture
* enable run times per lecture of up to 20 minutes
* harmonise _config.yml with lecture-python.myst
* install quantecon-book-theme from main on github
* removing output so that failed javascript objects don't get added
* remove output from other uses of @interact
* add notes about interactive plots on website
* move to using quantecon-book-theme from pip
* [TEST] demote javascript and jupyter widgets for html builder
* Revert "[TEST] demote javascript and jupyter widgets for html builder"
This reverts commit a881d8f.
* [TEST] build using quantecon-book-theme@refactor as test for upcoming quantecon-book-theme=0.2.0
* Revert "Merge branch 'fix-ipywidgets' into fix-codefromfile"
This reverts commit 37a63a3, reversing
changes made to caf175a.
* Revert "Merge branch 'fix-ipywidgets' into fix-codefromfile"
This reverts commit caf175a, reversing
changes made to 4a4f625.
* [TEST] install from master to test upcoming 0.2.0
* remove tornado update in favour of updated environmnent.yml
* check output_scroll tag
* Revert "check output_scroll tag"
This reverts commit bb51afd.
* remove testing for interact and open in different PR
title: Advanced Quantitative Economics with Python
2
2
author: Thomas J. Sargent & John Stachurski
3
3
logo: _static/qe-logo-large.png
4
+
description: This website presents a set of lectures on advanced quantitative economic modeling, designed and written by Thomas J. Sargent and John Stachurski.
description: This website presents a set of lectures on advanced quantitative economic modeling, designed and written by Thomas J. Sargent and John Stachurski.
52
+
keywords: Python, QuantEcon, Quantitative Economics, Economics, Sloan, Alfred P. Sloan Foundation, Tom J. Sargent, John Stachurski
Copy file name to clipboardExpand all lines: lectures/classical_filtering.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -225,7 +225,8 @@ $$
225
225
226
226
Here's the code that computes solutions to LQ control and filtering problems using the methods described here and in {doc}`Classical Control with Linear Algebra <lu_tricks>`.
0 commit comments