Skip to content
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

Modifications to A Gentle Introduction to HARK #1354

Closed
sidd3888 opened this issue Oct 26, 2023 · 0 comments · Fixed by #1355
Closed

Modifications to A Gentle Introduction to HARK #1354

sidd3888 opened this issue Oct 26, 2023 · 0 comments · Fixed by #1355
Assignees

Comments

@sidd3888
Copy link
Collaborator

A Gentle Introduction to HARK

Your First HARK Model: Perfect Foresight

  • Better to address survival probabilities as $\aleph_t$ to begin with, or express both survival probabilities and growth factors as constants from the outset, rather than jumping back and forth
  • Introduction of notation $D_t$ for probability of death is unnecessary and unused, as this is just $1 - \aleph_t$

Solving an Agent's Problem

  • Change "paramterization" to "parameterization" (pargraph after PFexample.solve())
  • Change "associated the lecture notes" to "associated lecture notes" (after next code block)

Changing Agent Parameters

  • Upon creating the new instance NewExample with the original discount factor and growth factor $\Gamma = 0.01$, the diagram shows the consumption to be much higher than in the case with $\Gamma=1.01$, though the commentary indicates that the graph should emanate from near 0

Your Second HARK Model: Adding Income Shocks

  • The notation used for the second model with a borrowing constraints and income shocks is a little confusing. For instance, whereas variables are normalized, the value function is also written as $v_t$ instead of $V_t$ as before, though $U(\cdot)$ is maintained as is. This makes it confusing to the unversed reader. Maybe explaining some of the new notation clearly would also help
  • Remove large whitespace between the term $\max_{c_t} U(c_t)$ and the expected continuation value in the statement of the value function
  • Some of the variables, such as standard deviation of the permanent and transitory income shocks are stated inside lists. Might help to explain why these are in lists as opposed to being scalars

@alanlujan91: If I can help in making some of the necessary changes, happy to do so

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

Successfully merging a pull request may close this issue.

2 participants