Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 802 Bytes

README.md

File metadata and controls

24 lines (21 loc) · 802 Bytes

Code to accompany the preprint:

Predicting the Trajectory of Any COVID19 Epidemic From the Best Straight Line Michael Levitt, Andrea Scaiewicz, Francesco Zonta medRxiv 2020.06.26.20140814; doi: https://doi.org/10.1101/2020.06.26.20140814

Contents

best-fit-method/
├── README.md
├── notebooks
│   ├── 00_processing : data scrapper notebook.
│   ├── 01_plotting
│   ├── 02_smoothing
│   ├── README.md
│   └── environment.yml
└── predictions
    ├── example_data : example input/output files
    ├── mortran-src : original MORTRAN code and compilers
    └── python : translated Python code

License

All code and files in this repository are made available under the GNU General Public License v3.0.