Skip to content

Commit 40c9d91

Browse files
jstacclaude
andauthored
Restructure IFP lectures: separate transient shocks into new lecture (#747)
* Restructure IFP lectures: separate transient shocks into new lecture - Split ifp_egm.md into two lectures: - ifp_egm.md (III): Simplified model with y(z) = exp(z), no transient shocks - ifp_egm_transient_shocks.md (IV): Full model with y(z,eta) and Monte Carlo integration - Update ifp_advanced.md title from IV to V (Stochastic Returns on Assets) - Update _toc.yml to include new lecture in sequence - Increase savings_grid_size to 200 for better accuracy - Convert utility functions to lambda expressions for conciseness This reorganization improves pedagogy by introducing EGM with a simpler model first, then adding complexity with transient shocks in the next lecture. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> * Fix duplicate equation labels in ifp_egm_transient_shocks - Rename equation labels to avoid conflicts with ifp_egm.md: - eqst → eqst_ts - eqeul1 → eqeul1_ts - cfequ → cfequ_ts - Update all references to use new labels 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> --------- Co-authored-by: Claude <noreply@anthropic.com>
1 parent a684607 commit 40c9d91

File tree

4 files changed

+1165
-454
lines changed

4 files changed

+1165
-454
lines changed

lectures/_toc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ parts:
8787
- file: ifp_discrete
8888
- file: ifp_opi
8989
- file: ifp_egm
90+
- file: ifp_egm_transient_shocks
9091
- file: ifp_advanced
9192
- caption: LQ Control
9293
numbered: true

lectures/ifp_advanced.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ kernelspec:
1717
</div>
1818
```
1919

20-
# {index}`The Income Fluctuation Problem IV: Stochastic Returns on Assets <single: The Income Fluctuation Problem IV: Stochastic Returns on Assets>`
20+
# {index}`The Income Fluctuation Problem V: Stochastic Returns on Assets <single: The Income Fluctuation Problem V: Stochastic Returns on Assets>`
2121

2222
```{contents} Contents
2323
:depth: 2

0 commit comments

Comments
 (0)