Skip to content

Commit

Permalink
Add Lucas asset pricing model, modify toc to add new asset pricing se…
Browse files Browse the repository at this point in the history
…ction (#156)

* misc

* misc
  • Loading branch information
jstac authored Mar 16, 2024
1 parent ef43c79 commit 1e87ae2
Show file tree
Hide file tree
Showing 4 changed files with 731 additions and 6 deletions.
10 changes: 7 additions & 3 deletions lectures/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ parts:
- file: about
- file: jax_intro
- file: newtons_method
- file: markov_asset
- caption: Simulation
numbered: true
chapters:
- file: inventory_dynamics
- file: kesten_processes
- file: wealth_dynamics
- caption: Data and Empirics
- caption: Asset Pricing
numbered: true
chapters:
- file: mle
- file: lucas_model
- file: markov_asset
- caption: Dynamic Programming
numbered: true
chapters:
Expand All @@ -30,6 +30,10 @@ parts:
- file: arellano
- file: aiyagari_jax
- file: cake_eating_numerical
- caption: Data and Empirics
numbered: true
chapters:
- file: mle
- caption: Other
numbered: true
chapters:
Expand Down
1 change: 1 addition & 0 deletions lectures/jax_lucas.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

Loading

0 comments on commit 1e87ae2

Please sign in to comment.