Conversation
Added a new exercise (Exercise 2) that analyzes how wealth inequality varies with labor income volatility (a_y), complementing the existing analysis of return volatility (a_r). Key findings: - Varying return volatility (a_r: 0.10 to 0.16) increases Gini from 0.19 to 0.79 - Varying labor income volatility (a_y: 0.125 to 0.20) only increases Gini from 0.18 to 0.19 - Demonstrates that capital income risk is a much more powerful driver of wealth inequality than labor income risk Also cleaned up the wealth distribution plotting code and removed diagnostic output. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Additional ContextThis exercise was developed to help students understand the relative importance of different sources of risk in generating wealth inequality. The comparison between capital income risk and labor income risk provides valuable economic intuition: Why Capital Income Risk Dominates
Pedagogical ValueBy explicitly comparing these two channels, students can see why models with only labor income risk (like the basic Aiyagari model) struggle to match empirical wealth inequality, while models with stochastic returns (like Benhabib-Bisin-Zhu 2015) can generate realistic Gini coefficients. The exercise uses comparable percentage variations in both volatility parameters, making the comparison fair and the results even more striking. |
|
📖 Netlify Preview Ready! Preview URL: https://pr-749--sunny-cactus-210e3e.netlify.app (8aa17d5) 📚 Changed Lecture Pages: ifp_advanced |
Summary
This PR adds a new exercise to the IFP advanced lecture that analyzes the relationship between labor income volatility and wealth inequality. This complements the existing exercise on return volatility, allowing students to compare the relative importance of these two sources of risk.
Changes
New Exercise 2: Added analysis of how the Gini coefficient varies with labor income volatility (
a_y)a_r=0.10to isolate the effect of labor income riskCode improvements:
Key Findings
The new exercise demonstrates a striking difference in how these two types of risk affect inequality:
a_r: 0.10 → 0.16): Gini coefficient rises from 0.19 to 0.79 (316% increase)a_y: 0.125 → 0.20): Gini coefficient rises from 0.18 to 0.19 (7% increase)This shows that capital income risk is a far more powerful driver of wealth inequality than labor income risk, because favorable returns compound over time as wealth is reinvested, while labor income shocks don't have the same multiplicative effect.
Testing
🤖 Generated with Claude Code