Week 11 Homework Feedback: Alice Ciavatta
Week 11 Homework Feedback: Alice Ciavatta
Overall Assessment
Grade: ✅ (Pass)
Correct submission. You implemented the VAR estimation and Cholesky identification correctly. Your code includes a clear manual implementation of the IRF iteration.
Task-by-Task Check
Data Preparation
- Transformations: ✅ Correct transformations.
- Alignment: ✅ Correctly handled lag alignment.
Estimation & Identification
- VAR Estimation: ✅ Correct OLS estimation.
- Covariance: ✅ Calculated
Sigma_ucorrectly with degrees of freedom correction (though simple covariance is also fine). - Cholesky: ✅ Correct lower triangular
chol. - Ordering: ✅ Correct ordering.
Impulse Response Functions
- Shock Selection: ✅ Correct selection of the 3rd shock.
- IRF Computation: ✅ Your manual implementation using
Phi(powers of A) is mathematically correct and equivalent to the loop method. - Plotting: ✅ Plots are clear.
- Interpretation: ✅ Good discussion of the “Price Puzzle”.
Technical Implementation
- Code Structure: Well-structured.
- IRF Method: Using $A^h$ (
Phi = A * Phi) is a valid and elegant way to compute IRFs.
Suggestions for Improvement
- None. The implementation is solid.
Summary
10/10 tasks correct. Correct work.