Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 694 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 694 Bytes

pyviral

Python code to numerically integrate mathematical models spread of disease.

References:

Kermack, W. O. and McKendrick, A. G. "A Contribution to the Mathematical Theory of Epidemics." Proc. Roy. Soc. Lond. A 115, 700-721, 1927.

https://en.wikipedia.org/wiki/Compartmental_models_in_epidemiology

I used a precursor to this code in the following blog posts:

Usage

import pyviral
pyviral.run(1e6, 100, 2e-6)