Skip to content

valerierose/pyviral

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

SIR Disease Modeling in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages