Week 10 Homework Feedback: Michele Nascia
Week 10 Homework Feedback: Michele Nascia
Overall Assessment
Grade: ✅ (Pass)
Correct submission. You implemented EGM correctly and completed all tasks.
Task-by-Task Check
Task 1: Quantifying Precautionary Savings
- Parameter & Grid Setup: ✅ Correct.
- Solution Method: ✅ EGM implemented correctly.
- Deterministic Case: ✅ Solved.
- Stochastic Case: ✅ Solved.
- Simulation: ✅ Simulation logic is correct.
- Comparison: ✅ Premium calculated.
Task 2: The Role of Risk Aversion
- Sigma Variation: ✅ Implemented.
- Solving Sigma Cases: ✅ Solved.
- Policy Plot: ✅ Plotted.
- Simulation Comparison: ✅ Calculated.
- Interpretation: ✅ Correct.
Technical Implementation
- EGM Logic: Correct.
- Simplicity: Your
solve_egm.m(which I assume is used, though the main script callssolve_egm) seems to handle the single-case logic well. - Comparison: You correctly calculated the premiums.
Visual Output
- Figures are clear.
Suggestions for Improvement
- Efficiency: Standard comment on using interpolation instead of
fzerofor inverting the resource constraint.
Summary
11/11 tasks correct. Correct work.