The classical models in epidemics are compartment models. In such models, the hosts are arranged into different populations such as susceptible populations, infected populations, and recovered populations.
The Kermack-McKendrick deterministic model describes the transitions between the different populations. The susceptible population \(S(t)\) decrease at a rate \(-\alpha I(t) S(t)\), where \(\beta\) is the average probability of getting infected by the infected population. The recovery rate of the infected population is \(\alpha\).
with the constraint
where \(N\) is the total population. [Martcheva2015]
The limiting behavior of the system is also intuitive. If the infected population is quarantined, i.e., \(\beta=0\), the infected population decays exponentially with a half-life \(1/\alpha\). Notice that the populations can only be integers. When \(S(t)<1\), the infected population moves to the exponential decay phase.
At a specific time \(t=t_t\), we might reach the threshold that
Suppose the susceptible population is larger initially, we would have \(\beta S(t_0) - \alpha > 0\) initially. The infected population will grow. The threshold indicates a flipping moment when the infected population will start to decrease.
The threshold requires
When \(\frac{\beta S(t_t)}{\alpha}>1\), the infected population is growing. It is convinient to define
with which equations (48) becomes
If \(\tau(t)>1\), the infected population will grow. If \(\tau(t)<1\), the infected population will decrease.
In the very beginning of a epidemic event, the susceptible population fraction is almost constant, thus \(\tau(t)\) is almost constant, i.e., \(\tau(t) = \tau_0\), the growth rate of \(I(t)\) is
The equations are solved
The exponential growth rate is determined by
The days \(\Delta t\) required to double the infected population is a constant in the early stage. To find out \(\Delta t_d\),
which leads to
The transition events of a susceptible person being infected (\(S\to I\)) and an infected person being recovered (\(I\to R\)).
The rates are determined by the equation (48),
and
Whenever an event is triggered in the process \(Y_{S\to I}\), we will have one more infected person and one less susceptible person.
In fact, \(1/\alpha\) is the mean days an infected person remains in the infectd status. This is used to estimate the \(\alpha\) using data. The value of \(\beta\) is estimated using the relation [Martcheva2015]
Some epidemics such as influenza infect us repeatedly. One simple model for them is the SIS model shown in figure SIS model.,
The dynamics are determined by
with the constraint
The dynamics of the basic SIS model is determined by one single first-order differential equation
where we defined the growth rate
The parameter \(\mathscr R_0\) is the basic reproduction number,
If \(\mathscr R_0 > 1\), we get a positive growth grate for \(I(t)\). Otherwise, the infected population will decrease.
Basic Reproduction Rate
A quote from the Martcheva [Martcheva2015]
Epidemiologically, the reproduction number gives the number of secondary cases one infectious individual will produce in a population consisting only of susceptible individuals.
Some diseases are transmitted from one host to another with some intermediate living carriers such as arthropod. An intermediate living carrier is called a vector. Vectors do not get sick because of the pathogenic microorganism but they will carry the pathogenic microorganism throughout their lives.
To model the vector-borne diseases, two populations are added to the model, the infected population of vectors \(I_v(t)\) and the susceptible population of vectors \(S_v(t)\). Apart from being infected by the infected hosts, the birth rate \(\Lambda_v\) and the death rate \(\mu\) of the vectors are also related to the two populations. Thus the two populations are coupled to the different populations of the hosts,
where \(a\) is the rate of a vector biting a host, \(p\) is the rate of a vector being infected when biting an infected host. The product \(pa\) is the rate of a vector being infected. [Martcheva2015]
Because most vector-borne diseases are repeatative, we combine the dynamics of the vectors with the SIS model with the constraint \(S(t) + I(t) = N\),
where \(q\) is the rate of being transmitted from the vector to the host, \(\alpha\) is the recovery rate. The recovered hosts become susceptible.
A general compartment model is a model may include other stages of the disease. The differential equations are easily translated from the flowcharts.
In the disease progression, four stages are relevant. [Martcheva2015]
Compartments related to epidemic control can also be integrated into the models.
Each compartment is also subject to variants based on the demographics of the populations, heterogeneities of the pathogens and hosts. [Martcheva2015]
Consider the SIR model (48) and add birth rate \(\Lambda\) and death rate \(\mu\) to the model,
with
The reproduction number is
Since the equation for \(N(t)\) is independent of \(S(t)\) and \(I(t)\), the stability is determined by the first two equations. Denote the equilibrium point as \(S_0, I_0\), we linearize the equations using Linear Stability Analysis and find that the characteristic equation is related to \(\mathscr R_0\), i.e., the growth rate of the linearized system \(\lambda\) is a function of \(\mathscr R_0\) thus the stability of the system is also related to the reproduction number. Though the compartment model can be complicated as more stages are added, linear stability analysis is a very effective tool to analyze the stability.
[Martcheva2015] | (1, 2, 3, 4, 5, 6) Martcheva, M. (2015). Introduction to Epidemic Modeling, 9–31. |
[Hill2016] | Learning Scientific Programming with Python |
© 2021, Lei Ma | Created with Sphinx and . | Source on GitHub | Physics Notebook Datumorphism | Index | Page Source