Skip to content

Commit 1e87ae2

Browse files
authored
Add Lucas asset pricing model, modify toc to add new asset pricing section (#156)
* misc * misc
1 parent ef43c79 commit 1e87ae2

File tree

4 files changed

+731
-6
lines changed

4 files changed

+731
-6
lines changed

lectures/_toc.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@ parts:
77
- file: about
88
- file: jax_intro
99
- file: newtons_method
10-
- file: markov_asset
1110
- caption: Simulation
1211
numbered: true
1312
chapters:
1413
- file: inventory_dynamics
1514
- file: kesten_processes
1615
- file: wealth_dynamics
17-
- caption: Data and Empirics
16+
- caption: Asset Pricing
1817
numbered: true
1918
chapters:
20-
- file: mle
19+
- file: lucas_model
20+
- file: markov_asset
2121
- caption: Dynamic Programming
2222
numbered: true
2323
chapters:
@@ -30,6 +30,10 @@ parts:
3030
- file: arellano
3131
- file: aiyagari_jax
3232
- file: cake_eating_numerical
33+
- caption: Data and Empirics
34+
numbered: true
35+
chapters:
36+
- file: mle
3337
- caption: Other
3438
numbered: true
3539
chapters:

lectures/jax_lucas.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

0 commit comments

Comments
 (0)