Skip to content

Commit

Permalink
apply suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
kp992 committed Apr 10, 2024
1 parent 8e9aac9 commit 97f5572
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lectures/_static/quant-econ.bib
Original file line number Diff line number Diff line change
Expand Up @@ -2516,4 +2516,4 @@ @article{Bianchi2011
Pages = {3400-3426},
DOI = {10.1257/aer.101.7.3400},
URL = {https://www.aeaweb.org/articles?id=10.1257/aer.101.7.3400}
}
}
6 changes: 3 additions & 3 deletions lectures/overborrowing.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ kernelspec:
```{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/).
This lecture provides a JAX implementation of "Overborrowing and Systemic Externalities" {cite:p}`Bianchi2011` by [Javier Bianchi](http://www.javierbianchi.com/).

In addition to what’s in Anaconda, this lecture will need the following libraries:

Expand Down Expand Up @@ -221,10 +221,10 @@ $$
\quad \text{(prime indicates next period value)}
$$

where
where

* $y = (y_t, y_n) = $ (tradables, nontradables)
* $A$ is $2 x 2$
* $A$ is $2 \times 2$
* $u' \sim N(0, \Omega)$
* the log function is applied pointwise

Expand Down

0 comments on commit 97f5572

Please sign in to comment.