-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
6 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
# Epidemiological Expectations | ||
### in preparation for Handbook of Economic Expectations | ||
### Handbook of Economic Expectations | ||
### Chris Carroll and Tao Wang | ||
|
||
|
||
|
||
- [Most recent draft](docs/EpiExp.pdf) | ||
- [Extended Version](docs/EpiExp-NBER.pdf) | ||
- [Handbook Version](docs/EpiExp-Book.pdf) | ||
- [Jupyter Notebook](SIR_Ndlib.ipynb) implementing the SIR (Shiller and Pound 1989) | ||
|
||
### some related resources to the paper | ||
### Some resources related to the paper | ||
|
||
- EpiExp [literature graph](https://app.litmaps.co/shared/9D435EBC-7DCD-46F9-9746-99C9B819DFBD) | ||
- EpiExp [literature graph](https://app.litmaps.co/shared/89EF6E28-98E7-4406-AA0F-BE8045A0571C) | ||
- QuantEcon SIR model [jupyternotebook](https://python.quantecon.org/sir_model.html) | ||
- NDlib: a network diffusion [python library](https://ndlib.readthedocs.io/en/latest/overview.html) | ||
- Epidemics on networks [python library](https://epidemicsonnetworks.readthedocs.io/en/latest/index.html) | ||
- NetworkX [python library](https://networkx.org/documentation/stable/index.html) |