SIR model
SIR (Susceptible-Infectious-Recovered) model is one of the most common and the simplest model structure to describe the transmission of diseases. We'll go through how the model is defined, and how we can implement them in Python. We also cover relevant epidemiological concepts such as epidemical threshold.