Skip to content

Commit 38da9fb

Browse files
mmckyHumphreyYangthomassargent30
authored
Calvo Machine Learning Lecture (#167)
* update lecture on gradient method * fix the title levels * add tag in calvo * update aligned * update aligned * update first regression * install statsmodel and update code * update regressions * minor update to improve code efficiency * Tom's July 6 edits of calvo machine learning lecture * update calvo for faster descent * Rename equation labels * update calvo_gradient with new section on more structured approach * delete irrelevant part * Tom's July 13 edits of calvo ML lecture * update notes * update lecture with new notes * fix two small typos * upload the old version * update old version with correct note * add old version into TOC * fix everything in the gradient computation! * update compute_μ for better clarity * Update formulas and compute closed form gradient * update two sentences and collect formulas * Tom's edits of calvo_gradient lecture * Tom's second edits of calvo_gradient, July 16 * Tom's July 17 edits of calvo_ML lecture * Tom's July 18 edits of calvoML lecture * keep a copy of experiments * update lecture with notes * update lecture with new notes * Tom's July 21 edits of calvo_ml lecture * FIX: align* to aligned * ENH: enable sphinx-proof and use prf:definition * small change on the printing of the decision rules --------- Co-authored-by: Humphrey Yang <u6474961@anu.edu.au> Co-authored-by: thomassargent30 <ts43@nyu.edu>
1 parent 674d888 commit 38da9fb

File tree

5 files changed

+1238
-1
lines changed

5 files changed

+1238
-1
lines changed

environment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@ dependencies:
1515
- ghp-import==1.1.0
1616
- sphinxcontrib-youtube==1.1.0
1717
- sphinx-togglebutton==0.3.1
18+
- sphinx-proof
1819
# Temporary
1920
- numba==0.59.1

lectures/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ latex:
3131
targetname: quantecon-python-advanced.tex
3232

3333
sphinx:
34-
extra_extensions: [sphinx_multitoc_numbering, sphinxext.rediraffe, sphinx_tojupyter, sphinx_exercise, sphinx_togglebutton]
34+
extra_extensions: [sphinx_multitoc_numbering, sphinxext.rediraffe, sphinx_tojupyter, sphinx_exercise, sphinx_togglebutton, sphinx_proof]
3535
config:
3636
bibtex_reference_style: author_year
3737
linkcheck_ignore: ['https://doi.org/10.3982/ECTA8070',

lectures/_toc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ parts:
6565
chapters:
6666
- file: un_insure
6767
- file: dyn_stack
68+
- file: calvo_machine_learn
6869
- file: calvo
6970
- file: opt_tax_recur
7071
- file: amss

lectures/calvo.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -844,6 +844,7 @@ Under the Markov perfect timing protocol
844844
* a government takes $\bar \mu$ as given when it chooses $\mu_t$
845845
* we equate $\mu_t = \mu$ only *after* we have computed a time $t$ government's first-order condition for $\mu_t$.
846846
847+
(compute_lq)=
847848
## Outcomes under three timing protocols
848849
849850
We want to compare outcome sequences $\{ \theta_t,\mu_t \}$ under three timing protocols associated with

0 commit comments

Comments
 (0)