Skip to content

[cagan_ree] Editorial notes and suggestions #386

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

Closed
24 tasks done
HumphreyYang opened this issue Feb 26, 2024 · 2 comments
Closed
24 tasks done

[cagan_ree] Editorial notes and suggestions #386

HumphreyYang opened this issue Feb 26, 2024 · 2 comments

Comments

@HumphreyYang
Copy link
Collaborator

HumphreyYang commented Feb 26, 2024

Comments by @longye-tian

Content

  • "Economist call" -> "Economists call"
  • "whether it expenditures" -> "whether its expenditures"
  • "if its expenditures exceeds it tax collections" -> "if its expenditures exceed its tax collections"
  • "it tax" -> "its tax"
  • check quotation marks across lectures
  • start and stop does not satisfy bold criteria in the style sheet
  • exp ( m t d p t ) -> exp ( m t d p t )
  • Explain what α represents
  • In (13.3) we can delete α > 0
  • Explain what is a forcing variable
  • Explain what is forward-looking behavior
  • Setting δ = α 1 + α let’s us represent the preceding equation -> Setting δ = α 1 + α , let's represent the preceding equation
  • Define γ ~ = 1
  • unbold bold words that should use emphasis
  • Define θ T .
  • Define and discuss Cagan demand function.
  • Unbold "upward" "downward" and "falling".
  • π 1 -> π T 1 1 π 2 -> π T 1 2 .
  • "permanent shock to the μ " -> "permanent shock to the μ t "
  • Fix the description on the plot positions.
  • Change the legend of the last graph to p t for smooth m T 1 and p t for jumpy m T 1

Code

  • Add comment to the parameters in the namedtuple and put the default values as the default values for the function.
# parameters
T = 80
T1 = 60
α = 5
m0 = 1

μ0 = 0.5
μ_star = 0
  • Merge the two lines and add comments to the code:
model_params = model.m0, model.T, model.π_end, model.μ_seq, model.α, model.δ
m0, T, π_end, μ_seq, α, δ = model_params
  • Put the code for visualization into a single for loop.
@HumphreyYang HumphreyYang self-assigned this Feb 26, 2024
@HumphreyYang HumphreyYang added improve and removed enhancement New feature or request labels Feb 26, 2024
@HumphreyYang
Copy link
Collaborator Author

HumphreyYang commented Mar 11, 2024

Response related to notations in cagan_ree from Tom:

In the section https://intro.quantecon.org/cagan_ree.html#some-quantitative-experiments, at the end, should theta* be pi*?

YES -- IT SHOULD BE \pi^*.

In https://intro.quantecon.org/cagan_ree.html#equation-eq-eqnmoneyjump, eq (13.12), how should we understand the superscripts on pi?

THE SUPERSCRIPTS ON THE PI'S SHOULD REMAIN. BUT ON EACH OF THE PI'S THERE SHOULD BE THE SAME T_1 SUBSCRIPT. WE CAN THEN ADD A SENTENCE BELOW WOULD SAY SOMETHING LIKE ", WHICH DESCRIBES HOW THE GOVERNMENT COULD RESET THE MONEY SUPPLY AT T_1 IN RESPONSE TO THE JUMP IN EXPECTED INFLATION ASSOCIATED WITH THE MONETARY STABILIZATION. DOING THIS WOULD LET THE PRICE LEVEL BE CONTINUOUS AT T_1"

  • update formula and descriptions accordingly

Sorry, something went wrong.

@longye-tian longye-tian self-assigned this Jul 1, 2024
@longye-tian
Copy link
Collaborator

This issue is now closed by #518.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants