
Modelling Diseases with Python
In this article we go over one of the most basic models for diseases, the SEIR model. Not only will we delve into the mathematics that goes into modelling and simulation, we also develop our own model in Python and solve it using little reliance on external libraries.
Continue Reading