You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update coding suggestion in issue #392, more specifically, this pull request is related to
- Set the default values in `create_cagan_adaptive_model` instead of global parameters. (Some parameters are still global and move to the Experiment 1 section as they are not part of the `create_cagan_adaptive_model`)
- change `inv` to `solve` (I also modified the name of `solve` function to `solve_cagan_adaptive` to avoid confusion with the `solve` function in `np`)
- remove extra print when checking the stability of dynamics.
- in the section of 14.6. Technical condition for stability and add a new section that focuses on experiments.
- give names to matrices and equations so that they can be referred in the code comment (I add comment in code to suggest matrix D is the coefficient matrix of equation (14.8))
- Add comments in this function and give titles to subplots.
- Change subtitle "Forcast error" -> "Forcast error and model computation"
- Change the time notations for equations in the section "Experiment 1"
@@ -436,7 +419,12 @@ Notice that we studied exactly this experiment in a rational expectations vers
436
419
So by comparing outcomes across the two lectures, we can learn about consequences of assuming adaptive expectations, as we do here, instead of rational expectations as we assumed in that other lecture.
0 commit comments