Skip to content

Tools for forecasting and policy optimization of COVID-19 Propagation at the US County Level

License

Notifications You must be signed in to change notification settings

rick-wolf/county_covid_seir_models

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

County COVID-19 Compartmental Models

Tools for forecasting COVID-19 Propagation at the US County Level. We implement a generalized comparmental model based on the SEIR formalism.

Dynamical Model Transitions

Examples

Flatten the Curve

The top figure represents unsupressed COVID19 flow through the population, while the second figure demonstrates the impact of distancing policies.

Installation

Install miniconda python 3.7 from here https://docs.conda.io/en/latest/miniconda.html

Execute conda env create -f environment.yaml

Activate the environment here.. conda activate pyseir

Installing pyseir

Change to into the county_covid_seir_models directory pip install -e .

Download Data Locally

The following will cache data for local use. pyseir download-data

About

Tools for forecasting and policy optimization of COVID-19 Propagation at the US County Level

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 92.1%
  • Python 7.9%