Chapter 2 Introduction to Mathematical Models in Epidemiology

2.1 Defining Mathematical Models

The two major types of mathematical models used in epidemiology are deterministic models and stochastic models.

Definition 2.1 (Deterministic Models) These models do not consider stochasticity (randomness), and predict results from known data (e.g. epidemic history; rules of models). These models are useful in large populations to observe epidemics in terms of the population and can help determine the fraction of individuals infected in an epidemic, as well as advise on disease control methods [5]. Deterministic models can be written in terms of differential equations in continuous time, or difference equations in discrete time. A common approach for continuous time deterministic models is Ordinary Differential Equations (ODEs). These deterministic compartmental models will be introduced in Chapter 2, while Chapter 3 will discuss solving simple models and their behaviour.

Definition 2.2 (Stochatsitc Models) These models account for stochasticity (randomness) and are able to capture variability in demographics and environment. These models are useful with small populations and can be used in determining how long a disease lasts, the probability of an epidemic, and distribution of behaviours [5]. Some types of stochastic models include Discrete-time Markov chain (DTMC), continuous-time Markov chain (CTMC), and stochastic differential equation (SDE) models. Although stochastic models may better reflect reality, they are more labour-intensive to set-up than deterministic models and can also be more difficult to analyze.

References: [4], [5]

2.2 Introduction to Compartmental Modelling Thinking

As varying global health concerns persist, it is imperative to understand the complexities within the spread of infectious diseases. The most prevalent of which is compartmental modelling.

Definition 2.3 (Compartmental Model) This is a model that follows the change in proportions of populations in different compartments over time.

The most common form of this type of model is the SIR model, organized in three separate compartments: Susceptible, Infected, and Recovered. Additional forms of this model may incorporate more compartments to attempt to enhance predictability. As computational power and modelling in the field of epidemiology have evolved, the growing use of parsimonious models, such as the SIR model, has become more relevant.

Definition 2.4 (Parsimonious Models) These models utilize simpler processes by using accessible key data across broader conditions to produce a sufficiently predictive and generalizable model. [24] [28]

2.2.1 Approach to Compartmental Modelling

Referring back, compartmental modelling (Definition 2.3) is the framework for prediction in epidemiology. The fundamental thinking behind the most common compartmental model, the SIR model, is that at any given point, a person will fall into either the Susceptible, Infected, or Recovered compartments, under the model’s assumptions.

Definition 2.5 (Susceptible) Those at risk of the disease, but not yet infected

Definition 2.6 (Infected) Those currently infected, and can actively spread the disease to those who are Susceptible

Definition 2.7 (Recovered/Removed) Individuals who have recovered and developed immunity, or died from the disease

  • Can either be denoted as Recovered or Removed, to account for all outcomes when leaving the “R” compartment. Either individuals are recovered, gaining immunity, and leave or die and leave, counting instead as removed

Diving deeper, the relationship between each of these compartments is defined by differential equations, specifically ODEs and dynamical systems. These differential equations depict the movement between S and I, as well as I and R. The differential equations will show the flow of susceptible individuals to the infected compartment as the disease is transmitted at the transmission rate (\(\beta\)) as well as the flow of infected individuals either back to the susceptible (Definition 2.5) compartment or to the recovered (Definition 2.7) compartment at the recovery rate(\(\gamma\)).

Other forms of the SIR model exist, in which compartments are added to depict realistic features of disease transmission. Each of these models utilizes an additional compartment that accounts for specific epidemiological situations, described below:

  • SEIR:
    • Exposed - Represents individuals who are infected but not yet infectious
    • Accounts for the latency period, in which individuals may be infected, yet are not able to transmit the disease
  • SAIR:
    • Asymptomatic - Represents individuals who are infected but do not express symptoms
    • Accounts for hidden transmission by individuals without symptoms
  • SIRS:
    • Susceptible - An additional “S” compartment at the end represents those who have recovered but lose immunity and become susceptible again
    • Accounts for the misassumption that those who recover retain lifelong immunity
  • SVIR:
    • Vaccinated - Represents individuals who have received immunity to a varying extent from vaccinations
    • Accounts for how vaccinations reduce the population of susceptible individuals

These variations of the SIR model will be discussed at length in Chapter 5 and 6.1. [24] [28]

Definition 2.8 (Herd Immunity) Herd immunity is acheived when a sufficiently large fraction of the population is immune, either through vaccination or recovery, so that disease transmission cannot be sustained within the community.

Mathematically, this is expressed in terms of the basic reproduction number, \(R_0\) (Definition 1.3). If a proportion p of the population is immunized, the effective reproduction number becomes \(R_0(1-p)\). We will define the Effective Reproduction Number in Chapter 3 (Definition 3.5). To prevent the disease from becoming endemic (Definition 1.2), this effective reproduction number must be below one, leading to the inequality:

\(R_0(1-p) <1\)

This inequality gives:

\(1-p<\frac{1}{R_0}\) or \(p>1-\frac{1}{R_0}\)

A population is said to have herd immunity (Definition 2.8) if a great enough fraction of the population has been immunized so that the disease cannot become endemic (Definition 1.2).

An example of a disease that has been eradicated is smallpox. Smallpox was eradicated because it requires a lower percentage of the population to be immunized and therefore herd immunity was attainable. Measles, conversely, requires greater percentages of vaccination and the vaccine is not always effective which is why herd immunity against measles has not been achieved yet. These examples underscore how diseases with higher transmissibility require larger immunized fractions for herd immunity, a principle directly relevant to SVIR models where vaccination rates determine the system’s long-term equilibrium.

2.2.2 Benefits of Parsimonious Models

As seen, SIR models and other forms can provide great predictive power. Recently, parsimonious models have become of interest in epidemiological modelling. These models are based on the premise that the simplest answer is the best. Allude to earlier in this section where parsimonious models are defined (Definition 2.4). These are able to use significantly less data and parameters in order to produce a generalized and understandable model. In a real-world setting, these models have been effectively utilized to predict disease outbreaks. Not only are these models more accurate than those with more complexity, but they can also be applied to a multitude of situations; additionally, with the presence of noisy data, these models can also avoid over fitting. [8]

2.2.3 Limitations of Compartmental Models

While these models are effective at predicting and understanding the spread of disease, there are issues with both their simplicity and complexity. These models must use a vast amount of assumptions in order to be feasibly produced, which comes at the cost of precision and realism. Some of these assumptions include the interactions between humans, fixed parameters, and assumed immunity. In the real world, these assumptions are not constant or realistic, resulting in a model that may not accurately depict the spread of disease. As a result, additional compartments have been added, such as in SEIR, SAIR, SIRS, and SVIR models discussed earlier. However, the addition of more compartments creates further intricacies. The fundamental models discussed involve three to four compartments; other examples of models may contain a greater number of compartments. While this may improve the precision of the model, as discussed prior, real-world data is noisy. This may lead to over fitting the data, resulting in a lack of generalization and potentially reduced predictive ability. [16]