-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
Add Bianchi overborrowing lecture #176
Conversation
✅ Deploy Preview for incomparable-parfait-2417f8 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
lectures/overborrowing.md
Outdated
```{include} _admonition/gpu.md | ||
``` | ||
|
||
This lecture provides a JAX implementation of "Overborrowing and Systemic Externalities" (AER 2011) {cite:p}`Bianchi2011` by [Javier Bianchi](http://www.javierbianchi.com/). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please delete "(AER 2011)"
lectures/overborrowing.md
Outdated
where | ||
|
||
* $y = (y_t, y_n) = $ (tradables, nontradables) | ||
* $A$ is $2 x 2$ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2 \times 2
Thanks @kp992 ! This is great. Some very minor comments above. |
Thanks for the review @jstac. |
Thanks again @kp992 . Merging |
This PR adds Bianchi overborrowing lecture.
Fixes #168