-
-
Notifications
You must be signed in to change notification settings - Fork 26
[olg] Editorial Suggestions #434
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
May 8, 2024
This commit is related to #434. In particular, it involves: Code: - `x=1000` to `n=1000`; - vectorize `k_grid_next` - add y labels to plot in 24.6.3 - remove duplicate codes Content - Add hyphen to 'long run growth' and '45 degree line' - firm problem to firm's problem to match with the title - interest rate to gross interest rate to match with the content later - change $\ell_t w_t$ to $w_t \ell_t$ to match the order with $\R_t k_t$
jstac
added a commit
that referenced
this issue
Jun 17, 2024
[update_olg] Editorial updates from #434
jstac
pushed a commit
that referenced
this issue
Jul 4, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Comments by @longye-tian.
Code
x = 1000
->n = 1000
Content
\max_{k_t, \ell_t} \{ k^{\alpha}_t \ell_t^{1-\alpha} - R_t k_t - \ell_t w_t \}
to
\max_{k_t, \ell_t} \{ k^{\alpha}_t \ell_t^{1-\alpha} - R_t k_t - w_t \ell_t \}
.The text was updated successfully, but these errors were encountered: