sir#
- diffeqzoo.ivps.sir(*, initial_values=(998.0, 1.0, 1.0), time_span=(0.0, 200.0), beta=0.3, gamma=0.1)[source]#
Construct the SIR model without vital dynamics.
The SIR model describes the spread of a virus in a population. More specifically, it describes how populations move from being susceptible, to being infected, to being removed from the population.
It was first proposed by Kermack and McKendrick (1927).
BibTex for Kermack and McKendrick (1927).
@article{kermack1927contribution, title={A contribution to the mathematical theory of epidemics}, author={Kermack, William Ogilvy and McKendrick, Anderson G}, journal={Proceedings of the Royal Society of London. Series A}, volume={115}, number={772}, pages={700--721}, year={1927}, publisher={The Royal Society London} }
See also
ivps.seir,ivps.sird