1 Introduction

Infectious diseases spread through human networks. Susceptible-Infected-Removed (SIR) model is one of the epidemic models to describe infection dynamics on a complex network connecting individuals. The ratio of the transmission rate to the recovery rate is called the basic reproduction number R 0. It is the expected number of infections caused by a typical infectious individual in a completely susceptible population [1, 2]. In the standard SIR model, the outbreak occurs when R 0 > 1. The likely magnitude of the outbreak, which is called the expected final size of the epidemic, depends only on R 0 [2, 3].

The spread of infectious diseases also depends on human mobility. In metapopulation SIR models, movements between different populations (groups) are taken into account [46]. Each node of the metapopulation network represents a group of individuals. Individuals can move between two nodes connected by a link. Although the epidemic threshold is R 0 in each group, the global invasion threshold in the metapopulation system depends on the mobility rate as well as its network structure [5, 6].

In this paper, we propose a modified metapopulation SIR model in which a latent period is taken into account. Infected individuals behave like susceptible ones when they do not feel sick. They move between linked populations and spread diseases across different populations. We consider that such infected individuals are in a latent period. We assume that infected individuals become too sick to move after the latent period. Such ill individuals infect only the susceptible ones in the same population. This model is different from the SEIR model [7], which is a common epidemic model in which a latent period is incorporated as an “Exposed” state. However, it belongs to a family of generalized SIR models that include multiple infectious stages [2]. The two infectious stages in our modified metapopulation SIR model produce a discontinuous final size distribution with a jump at R 0 = 1.

The rest of the paper is organized as follows. The metapopulation SIR model and the modified SIR model are introduced in Sect. 13.2. We demonstrate the discontinuous final size distribution of the modified model in Sect. 13.3. The effective recovery rate, which is different from the given recovery rate, is estimated, and it is the key to find what causes the discontinuity. Discussions and conclusions are given in Sect. 13.4.

2 Model

First we introduce a metapopulation SIR model, which is an SIR model that is extended to metapopulation networks. In the metapopulation SIR model, each node represents a population (group) which has many individuals, and each individual is in one of three states: S (susceptible), I (infected) or R (recovered). Individuals of state S are infected by those of state I in the same population. The infection rate is given by \(\alpha I_{m}/N_{m}\), where \(N_{m} = S_{m} + I_{m} + R_{m}\) with S m , I m , and R m being the number of susceptible, infected, and recovered individuals of population m, respectively. In other words, the rate that S becomes I depends on the transmission rate α and the proportion of I in the same population. The constant rate that I becomes R, i.e., recovery rate, is defined as β. We here assume that all individuals move between the populations connected with links in the network at a constant rate w. The travel rate w is the same for all the individuals. The time evolution of the numbers of S, I and R in each population is described by

$$\displaystyle\begin{array}{rcl} \partial _{t}S_{n}& =& -\alpha S_{n}I_{n}/N_{n} + w\sum _{m}(S_{m} - S_{n}),{}\end{array}$$
(13.1a)
$$\displaystyle\begin{array}{rcl} \partial _{t}I_{n}& =& \alpha S_{n}I_{n}/N_{n} -\beta I_{n} + w\sum _{m}(I_{m} - I_{n}),{}\end{array}$$
(13.1b)
$$\displaystyle\begin{array}{rcl} \partial _{t}R_{n}& =& \beta I_{n} + w\sum _{m}(R_{m} - R_{n}),{}\end{array}$$
(13.1c)

where the summations are taken over all the populations connected with population n.

Next, we divide the infection period into two stages: an infected stage, which is the same as the previous model, and a seriously ill stage, in which individuals are infected and cannot move to the other populations. We call this model SIIR model. In this model, each individual is in one state of S (susceptible), H (infected), I (seriously ill), and R (recovered). Individuals of S in population m are infected and become H at rate \(\alpha (H_{m} + I_{m})/N_{m}\), where \(N_{m} = S_{m} + H_{m} + I_{m} + R_{m}\). Individuals of H become I at a constant rate μ. Individuals of I recover and become R at a rate β. In the SIIR model, individuals of H move between the populations connected with links at a rate w, however, individuals of I do not. The time evolution of the numbers of S, H, I and R in each population is described by

$$\displaystyle\begin{array}{rcl} \partial _{t}S_{n}& =& -\alpha S_{n}(H_{n} + I_{n})/N_{n} + w\sum _{m}(S_{m} - S_{n}),{}\end{array}$$
(13.2a)
$$\displaystyle\begin{array}{rcl} \partial _{t}H_{n}& =& \alpha S_{n}(H_{n} + I_{n})/N_{n} -\mu H_{n} + w\sum _{m}(H_{m} - H_{n}),{}\end{array}$$
(13.2b)
$$\displaystyle\begin{array}{rcl} \partial _{t}I_{n}& =& \mu H_{n} -\beta I_{n},{}\end{array}$$
(13.2c)
$$\displaystyle\begin{array}{rcl} \partial _{t}R_{n}& =& \beta I_{n} + w\sum _{m}(R_{m} - R_{n}),{}\end{array}$$
(13.2d)

where the summations are taken over all the populations connected with population n.

3 Final Size Distribution

The spread of a disease is expressed by attack ratio, which is the final proportion of R when I disappears in the entire metapopulation. The attack ratio plotted as the function of the basic reproduction number αβ is called a final size distribution. The final size distributions of the SIR model and SIIR models are shown in Fig. 13.1. In this simulation, the number of individuals in each state is taken as a real number and the time step is discrete. We use a scale-free network with 900 nodes, whose degree distribution is \(P(k) \sim k^{-\gamma }\) with γ = 2. 5. The essential results do not depend on γ. In the initial state, 100 susceptible individuals belong to each node except for one randomly selected node in which one infected individual is included. The global invasion does not occur when α < β in the SIIR model as well as the SIR model. The change in attack ratio is continuous at α = β in the high-w region in the SIR model, however, it is discontinuous in all region in the SIIR model. The shift of threshold in the low-w regions of the SIR model is often observed in metapopulation networks [5, 6].

Fig. 13.1
figure 1

Final size distributions of (a) metapopulation SIR model and (b) metapopulation SIIR model as the function of the transmission rate α and the travel rate w. In both cases, the recovery rate is β = 0. 5

In this paper, we focus on the discontinuous final size distribution of the SIIR model. The jump in the attack ratio arises from the difference between the given recovery rate and an effective recovery rate. In the SIIR model, individuals H spread the disease like individuals I and never become R directly. Therefore, the effective recovery rate \(\beta ^{{\prime}}\) is expected to be smaller than the given recovery rate β.

We show how to evaluate \(\beta ^{{\prime}}\) below. Disregarding traveling between populations, the SIIR model (13.2) is rewritten as

$$\displaystyle\begin{array}{rcl} \partial _{t}S& =& -\alpha S(H + I),{}\end{array}$$
(13.3a)
$$\displaystyle\begin{array}{rcl} \partial _{t}H& =& \alpha S(H + I) -\mu H,{}\end{array}$$
(13.3b)
$$\displaystyle\begin{array}{rcl} \partial _{t}I& =& \mu H -\beta I,{}\end{array}$$
(13.3c)
$$\displaystyle\begin{array}{rcl} \partial _{t}R& =& \beta I,{}\end{array}$$
(13.3d)

where \(S = S_{n}/N_{n}\), \(H = H_{n}/N_{n}\), \(I = I_{n}/N_{n}\) and \(R = R_{n}/N_{n}\). Combining Eqs. (13.3b) and (13.3c), we have

$$\displaystyle\begin{array}{rcl} \partial _{t}(H + I)& =& \alpha S(H + I) -\beta ^{{\prime}}(H + I), {}\\ \beta ^{{\prime}}& =& \frac{I} {H + I}\beta. {}\\ \end{array}$$

We here take t I = 0, which leads to \(H = (\beta /\mu )I\). Then, the effective recovery rate is calculated as

$$\displaystyle{ \beta ^{{\prime}} = \frac{\mu } {\beta + \mu }\beta. }$$
(13.4)

Figure 13.2 illustrates that the evaluation of the effective recovery rate is appropriate. The simulation is performed in the same network with the same initial condition as Fig. 13.1. The travel rate is w = 0. 1, which is in the high-w region. The attack ratio for the SIIR model is calculated for β = 0. 5 and μ = 0. 5. In this case, the effective recovery rate is \(\beta ^{{\prime}} = 0.25\). The final size distribution for the SIR model with the given recovery rate β = 0. 25 agrees with that for the SIIR model in the region where α > 0. 5. This result implies the following. The effective recovery rate in the SIIR model is given by \(\beta ^{{\prime}}\), however, global invasion cannot occur when α < β. The difference between β and \(\beta ^{{\prime}}\) causes the discontinuous final size distribution of the SIIR model.

Fig. 13.2
figure 2

The final size distribution as the function of the transmission rate α for the SIR model with the given recovery rate β = 0. 25 is compared with that for the SIIR model with the effective recovery rate \(\beta ^{{\prime}} = 0.25\), which is calculated from Eq. (13.4) with β = 0. 5 and μ = 0. 5. Both curves agree in the region where α > 0. 5. The travel rate w = 0. 1 for both curves

Since we disregarded traveling between populations when we evaluate the effective recovery rate, the assumption that I is immobile should be irrelevant to the discontinuity in the final size distribution of the SIIR model. We now modify the SIIR model (13.2), replacing Eq. (13.2c) by

$$\displaystyle{ \partial _{t}I_{n} = \mu H_{n} -\beta I_{n} + w\sum _{m}(I_{m} - I_{n}). }$$
(13.5)

Figure 13.3 shows the final size distribution of the modified SIIR model. The simulation is performed in the same conditions as Fig. 13.2. The profile of the SIIR curve in Fig. 13.2 looks the same as the curve in Fig. 13.3. Therefore, the cause of the discontinuous final size distribution is the division of the infection period into two stages, and the mobility of I has no effect on the discontinuity.

Fig. 13.3
figure 3

The final size distribution of the modified SIIR model in which H moves between populations. α is the transmission rate. The travel rate w = 0. 1

4 Discussions and Conclusions

The effective recovery rate \(\beta ^{{\prime}}\), which is given by Eq. (13.4), can be evaluated by another way. The basic reproduction number for the generalized SIR model that includes n infectious stages is given by

$$\displaystyle{ R_{0} =\sum _{ i=1}^{n}\frac{\alpha _{i}} {\beta _{i}}, }$$
(13.6)

where α i is the transmission rate of the ith infectious stage, and 1∕β i is the mean duration of the stage [2, 8]. In our SIIR model, \(\alpha _{1} =\alpha _{2} =\alpha\), β 1 = μ and β 2 = β, and thus, \(R_{0} =\alpha /\mu +\alpha /\beta =\alpha (\mu +\beta )/(\mu \beta )\). Therefore,

$$\displaystyle{ \beta ^{{\prime}} = \frac{\alpha } {R_{0}} = \frac{\mu \beta } {\mu +\beta }, }$$
(13.7)

which is the same as Eq. (13.4).

In conclusion, the discontinuous final size distribution in the SIIR model is caused by the division of the infection period into two stages and the fact that the global invasion cannot occur when α < β. The final size distribution depends on the effective recovery rate \(\beta ^{{\prime}}\), and its shape coincides with that of the SIR model with a recovery rate \(\beta =\beta ^{{\prime}}\) in the region where α > β.