sird#

diffeqzoo.ivps.sird(*, initial_values=(998.0, 1.0, 1.0, 0.0), time_span=(0.0, 200.0), beta=0.3, gamma=0.1, eta=0.005)[source]#

Construct the SIRD model.

The SIRD model is a variant of the SIR model that distinguishes the recovered compartment from the deceased compartment in the population. See Hethcode (2000).

BibTex for Hethcote (2000).
@article{hethcote2000mathematics,
    title={The Mathematics of Infectious Diseases},
    author={Hethcote, Herbert W},
    journal={SIAM Review},
    volume={42},
    number={4},
    pages={599--653},
    year={2000},
    publisher={SIAM}
}

Note

If you know a more suitable original reference, please make some noise!

See also

ivps.sir, ivps.seir