Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 1.32 KB

README.md

File metadata and controls

29 lines (17 loc) · 1.32 KB

Coronavirus: The Simplest Model

While the models used by actual epidemiologists can be complex, the essential dynamics of the spread of the novel coronavirus can be captured by models which are suprisingly simple.

This repo contains a description of the simplest possible model of influenza-like disease spread (the SIRD model), and adds complexities to it to reproduce predictions from current major headlines.

For example, a simple extension to the initial model can demonstrate that increasing the effectiveness of social distancing (Q) reduces the mortality rate by reducing strain on healthcare systems.

Effect-of-flattening-the-infection-curve

The equations, code, results and explanations are all in the notebook.

Requires

  • python 3.6
  • numpy 1.17
  • scipy 1.4.1
  • matplotlib 3.1.1
  • seaborn 0.9.0
  • ipywidgets 7.5.1
  • ipython 7.8.0
  • jupyter lab/notebook

To-Do: