A Framework for quantifying mitigation efforts by various countries. The detailed analysis can be found here. Mitigation Efforts Analysis
git clone https://github.com/saminens/covid-analysis
cd ./covid-analysis
python src/transition.py
- Download the data from John Hopkins Repository
- Run the following script in this repository
cd ./covid-analysis
python -m src.curve_fit --input-fpth ~/Desktop/COVID-19/csse_covid_19_data/csse_covid_19_time_series/time_series_covid19_confirmed_global.csv --mitigation-start-date 2020-02-18 --p0-before 0 200000 0 0.08333 0 --p0-after 0 83403 5 0.08333 0 --country China
- Deaths can be modeled in similar fashion.
- Other parameterized curves can be explored instead of Bass Model Diffusion curves.