QuantEcon ยท GitHub

Commit 40c9d91

jstacclaude

and

authored

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>

4 files changed

Lines changed: 1165 additions & 454 deletions

File tree

  • lectures

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

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

Read the original on github.com โ†—