Skip to content

Commit c478334

Browse files
jstacclaude
andcommitted
Add new lecture: Job Search with Separation and Markov Wages
This commit adds a new lecture that extends the job search model with separation by introducing Markov wage offers instead of IID wage offers. Key changes: - Added mccall_model_with_sep_markov.md to the lectures directory - Updated _toc.yml to include the new lecture after mccall_model_with_separation - Formatted the lecture header to match the QuantEcon lecture style (myst format, reference label, QuantEcon header) - Added introduction that clearly references the previous lecture and explains the key difference (Markov vs IID wage offers) - Lecture includes full implementation using JAX, value function iteration, sensitivity analysis, and cross-sectional simulations The new lecture demonstrates how wage persistence affects job search decisions and labor market dynamics. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 1c98e34 commit c478334

File tree

2 files changed

+604
-0
lines changed

2 files changed

+604
-0
lines changed

lectures/_toc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ parts:
6565
chapters:
6666
- file: mccall_model
6767
- file: mccall_model_with_separation
68+
- file: mccall_model_with_sep_markov
6869
- file: mccall_fitted_vfi
6970
- file: mccall_correlated
7071
- file: career

0 commit comments

Comments
 (0)