-
-
Notifications
You must be signed in to change notification settings - Fork 26
[cagan_adaptive] Editorial Suggestions #392
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Comments
longye-tian
added a commit
that referenced
this issue
Mar 13, 2024
Solve some of the issues in #392, specifically: - change the name `create_cagan_model` to `create_cagan_adaptive_model` - Change 'monetarist theory of price level' to 'A monetarist theory of price level' - Remove the extra quotation mark in the second sentences - Change 'endogenous input' to 'exogenous input'
@jstac Hi John, I want to create a pull request for the following suggestions in the lecture [cagan_adaptive]. Do you think these are non-controversial?
|
@longye-tian No, those are not controversial and will definitely improve the lecture. Please go ahead! |
Thank you for your feedback! I'll proceed with implementing them to enhance the lecture. |
longye-tian
added a commit
that referenced
this issue
Mar 14, 2024
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"
longye-tian
added a commit
that referenced
this issue
Jul 19, 2024
Dear John, This pull request is to update the last comment from #392. In particular, this pull request add the explanation for the parameter $\alpha$ and $\lambda$. Best, Longye
jstac
pushed a commit
that referenced
this issue
Jul 19, 2024
* [cagan_adaptive] update suggestions Dear John, This pull request is to update the last comment from #392. In particular, this pull request add the explanation for the parameter $\alpha$ and $\lambda$. Best, Longye * Update cagan_adaptive.md
This issue is now closed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Code
create_cagan_model
tocreate_cagan_adaptive_model
create_cagan_adaptive_model
instead of global parameters.inv
tosolve
.Content
The text was updated successfully, but these errors were encountered: