QuantEcon · GitHub

Commit 94222f2

mmckyclaude

and

authored

Add Tom's LQ permanent income trilogy of lectures (#943)

* Add Tom's LQ permanent income trilogy, replacing lq_consumption_smoothing Splits the single lecture 'LQ Consumption Smoothing: Incomplete Markets, Complete Markets, and Robust Control' into three lectures: - lq_permanent_income: the LQ permanent income model - lq_bewley_complete_markets: cross-section behavior; Bewley and complete-markets economies - lq_robust_smoothing: consumption smoothing under model distrust Lecture files are taken verbatim from Tom's reference copies, which are byte-identical to branch pr-931. quant-econ.bib needs no update (the branch bib is already identical to main). Supersedes PR #942 (branch pr-931), which conflicted with main and carried stale pre-review versions of kalman_filter_var.md and robust_permanent_income.md from before the #931 merge. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> * Fix duplicate equation labels and stationary-distribution wording Address Copilot review and the CI build failure on #943: - Rename eq:pi-endowment -> eq:rs-endowment and eq:pi-crep -> eq:rs-crep in lq_robust_smoothing.md; both labels were also defined in lq_bewley_complete_markets.md, and the duplicate-label warnings failed the jupyter-book build (warnings are errors). - Reword the Bewley initial-condition passage in lq_bewley_complete_markets.md: the unit-root permanent component has no stationary distribution, so describe the actual simulation draws (z1 ~ N(0,1); transitory z2 from its stationary distribution). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> --------- Co-authored-by: Claude Fable 5 <noreply@anthropic.com>

5 files changed

Lines changed: 2482 additions & 2150 deletions

File tree

  • lectures

Lines changed: 3 additions & 1 deletion

Original file line numberDiff line numberDiff line change

@@ -113,7 +113,9 @@ parts:

113113

- file: robust_permanent_income

114114

- file: theil_1

115115

- file: theil_2

116-

- file: lq_consumption_smoothing

116+

- file: lq_permanent_income

117+

- file: lq_bewley_complete_markets

118+

- file: lq_robust_smoothing

117119

- file: lq_inventories

118120

- caption: Optimal Growth

119121

numbered: true

Read the original on github.com ↗