Abstract
The modelling of pandemics has become a critical aspect in modern society. Even though artificial intelligence can help the forecast, the implementation of ordinary differential equations which estimate the time development in the number of susceptible, (exposed), infected and recovered (SIR/SEIR) individuals is still important in order to understand the stage of the pandemic. These models are based on simplified assumptions which constitute approximations, but to what extent this are erroneous is not understood since many factors can affect the development. In this paper, we introduce an agent-based model including spatial clustering and heterogeneities in connectivity and infection strength. Based on Danish population data, we estimate how this impacts the early prediction of a pandemic and compare this to the long-term development. Our results show that early phase SEIR model predictions overestimate the peak number of infected and the equilibrium level by at least a factor of two. These results are robust to variations of parameters influencing connection distances and independent of the distribution of infection rates.
Keywords: pandemics, agent-based modelling, spatial heterogenity, fitting, COVID-19
1. Introduction
Over the past years, the pathogen now known as SARS-CoV-2 has spread dramatically, risen in several waves, paralyzing societies, resulting in a large number of deaths and severe economic damage worldwide [1,2]. Mathematical models have estimated the reproduction number and guided the authorities in an attempt to minimize the damage caused by the virus [3–6]. Even though modern algorithms using machine learning have helped the process [7,8], the majority of models used to predict the size of the pandemic (or a rising wave of the disease) have been variants of the SIR/SEIR model. The SIR model was originally proposed in 1927, in the seminal work of Kermack and McKendrick, who successfully described the evolution of a pandemic, using a mean field approximation where all individuals are described as one population [9]. In the investigations of the SARS-CoV-2 pandemic, the mathematical models have varied in complexity including simple deterministic compartmental models [6,10], meta-population compartmental models [11–13], individual based models without including spatial specifications [4,14,15] and spatio-temporal agent-based models [16].
One aspect in the modelling is the ability to predict the infection peak height and the number of individuals who will be infected based on the early rise in the number of infected (before governmental interference). Earlier work has pointed out the importance of including heterogeneity when modelling the spread of infectious disease such as contact patterns between individuals [17], population mixing assumptions [18], heterogeneities caused by super-spreaders [15], and the spatial dependency of COVID-19 [19,20]. These mathematical models have not combined heterogeneous elements nor quantified how much the early SIR/SEIR predictions might be biased.
In this paper, we include geographical distributions based on an entire population, using population data of Denmark. When the SIR model was originally formulated, 95 years ago, data was not available to investigate the effects of geographical and demographic differences among the population, which might be one of the reasons why fundamental properties for diseases, such as the basic reproduction number (R0), can vary significantly between different regions [21]. However, with modern collection of data, these geographical aspects might be accounted for. Our main goal of this work is therefore to investigate the importance of heterogeneities in a geographically distributed population on the spread of a pandemic. We find that the heterogeneity arising from spatial inhomogeneities causes an increase in the early stage of the pandemic, affecting the initial forecast and highlighting the importance of early intervention in order to minimize the effects of the pandemic.
1.1. Construction of the model
In order to investigate the effect of a geographically distributed population, we extracted the number of infected per commune (from the Danish Serum Institute [22]) and divided this number with the number of inhabitants in each commune to obtain the number of infected per individual in each commune. This number we then plotted against the number of inhabitants in that specific commune (extracted from statistics Denmark [23]). Doing so, we found a strong correlation between the population density and the number of infections per inhabitant as seen in figure 1a. This observation has been made for many other countries [24–29] and underlines the aspect of disease spreading that has been observed since ancient times; that densely populated regions often have larger pandemics than the rural areas. Note that in the very early stage of a pandemic, before the exponential growth rate is reached, micro outbreaks will guide its evolution and these events can likely take place in regions with low density [30].
Figure 1.
(a) Population density (x-axis) and the number of infections per 105 inhabitants (y-axis) for each commune in Denmark. (b) Illustration of the modified susceptible-exposed-infected-removed (SEIR) model used. It consists of 10 consecutive states (S, E1−4, I1−4 and R), with transition rates governed by β, λE and λI, respectively. (c) Illustration of how the spatial network is generated and heterogeneities in individuals included.
1.2. Disease simulation
To simulate evolution of the disease, we assigned each individual (agent) to a state (predominantly initialized in state S) and assigned four states to the exposed phase and four states to the infectious phase, in order to achieve an Erlang distribution (which is related to the Gamma distribution) of time in each phase [31]. Once in the exposed phase, the infected agent has a rate to move into another state, where the rate is fixed based on experimental data in order to achieve a mean time in the exposed phase of approximately 4 days (table 1). Each agent in the Infectious phase can infect other agents that have a connection to this agent in the network. This definition of agents in discrete states is naturally a simplification of the real pandemic, and we stress that this mathematical model aims at describing the spread of the disease in a simple way that does not capture all aspects of the real disease. We do not believe that this impacts our main conclusions in any way, as we are aware that one should always be careful when making these kinds of simplifications. To investigate the effect of infection heterogeneities, we assigned an infection strength to each connection in the network, so some agents were more infectious than others. In order to control the degree of this heteogeneity, we assigned a boolean parameter , that if switched on generated an exponential distribution in infection strengths, keeping the mean field reproduction number fixed. The reproduction number between the ABM and the SIR model is related through the parameter . All transitions between states and infection of other individuals were done using the Gillespie algorithm [32]. This is schematized in figure 1b.
Table 1.
Overview of the 10 parameters applied in this study, their typical value, and the ranges we have considered. The first six parameters are standard SEIR parameters, whereas the last four parameters define the heterogeneity in the model. These four parameters do not affect the SEIR model.
| variable | description | value | range | units |
|---|---|---|---|---|
| N0 : | population size | 5.8 × 106 | 105−107 | — |
| Ninit : | number of individuals initially infected | 100 | 1−104 | — |
| μ : | average number of network contacts | 40 | 10−100 | — |
| β : | typical infection strength | 0.01 | 0.001−0.1 | d−1 |
| λE : | rate to move through of latency period | 1 | 0.5−4 | d−1 |
| λI : | rate to move through of infectious period | 1 | 0.5−4 | d−1 |
| population clustering spread | 0 | 0−1 | — | |
| interaction strength spread | 0 | 0−1 | — | |
| ρ : | typical acceptance distance | 0.1 | 0−0.5 | km−1 |
| fraction of distance-independent contacts | 0.04 | 0−1 | — |
1.3. Network creation
In order to construct the underlying network, we created a set-up whereby two agents were chosen at random but based on their individual connectivity weight each iteration and connected with some probability based on their spatial position. To include the possibility of highly connected individuals independent of their spatial position, we assigned a boolean parameter that, if switched on, generated an exponential distribution in weights for the individuals, keeping the mean field reproduction number fixed similar to the heterogeneity in infection strengths. To include the spatial position in the network, we introduced a parameter ρ, so the probability of connecting two chosen agents decayed exponentially with the distance between them: . In order to allow some long-distance connections we introduced another parameter ε ∈ [0; 1], that determines the fraction of distance-independent contacts. To construct the network of spatially distributed contacts, we chose the parameters using data based on:
-
—
The geographical location of people in Denmark (from Boligsiden [33])
-
—
The average number of contacts per individual per day of 11 (from HOPE [34]). Given an average infectious period of 4 days, we approximate the average number of effective contacts to be μ = 40
-
—
The average commuting distance ρ = 0.1 km−1 and the fraction of long-distance commutes (from statistics Denmark [23])
This is schematized in figure 1c and further described in the Methods section. All 10 parameters in this model are defined and outlined in table 1. We note that in order to keep the parameters space low, this model does not include the effects of temporal changes such as seasonality and holidays. While all agents have been assigned parameters to their infection network that are derived from statistics of Denmark for both employees and students, we have not divided each agent into specific occupations.
Before including heterogeneity, we compared the ABM to the corresponding SEIR model as a test, and found them to agree within 5% for all parameter configurations tested. Here, we also tested the effect of the number of individuals initially infected (see electronic supplementary material). This concludes that the SEIR and ABM model are calibrated to have the same reproduction number in the absence of heterogeneities. Next, we will introduce heterogeneities into the system, while keeping the sum of contacts and infection strengths constant, to study how this affects the evolution of the pandemic.
2. Results
2.1. Geographical distributions in a population and large variances in numbers of contacts leads to increased infection levels
Having introduced heterogeneity, the distributions of connections in this network were created automatically through the population clustering, see figure 2a. This naturally leads to individuals living in densely populated areas having higher number of connections. In an example simulation with 100 initially infected individuals, Ninit = 100, we observed a spatial difference in areas affected by the disease (figure 2b), as expected. Note that we also show the effective reproduction number () as a function of time in the lower part of the inserted panel. One region reached local endemic steady state (green arrow, figure 2b) while other regions of similar density were highly infected (red arrow, figure 2b) and yet other districts were almost unaffected (grey arrow, figure 2b). To quantify the effect of population clustering, we compared the ABM result to the reference SEIR model of similar parameters. Generally, we observed that the epidemic developed faster with a higher infection peak Ipeak, but also subsided quicker, leading to a lower number of infected once reaching endemic steady state, R∞ (figure 2c,d).
Figure 2.
(a) Histograms showing the number of susceptible (red) and recovered (green) individuals at the end of an epidemic with ρ = 0.1 km−1. The distribution before the epidemic is shown in blue. The arrows show the mean of each distribution. The inset shows the same for ρ = 0 km−1. (b) Visualization of the spatial position of individuals during the infection and which state they are in. Green arrow: largest city in Denmark (Copenhagen): mostly recovered. Red arrow: Second largest city in Denmark (Aarhus): mostly infected. Grey arrow: low-population area: mostly susceptible (i.e. have not been infected). (c) Number of infected individuals as a function of time. Data shown for the spatially distributed network (ρ = 0.1 km−1). Simulation was repeated 10 times. (d) Cumulative sum of individuals who have had the disease as a function of time (with ρ = 0.1 km−1). (e) Relative difference in maximal number of infected, Ipeak, between deterministic (SEIR) and ABM as a function of ρ, and shown for different parameters. Note the data for β = 0.007 are shown in blue with a factor 10 scaling (right y-axis). (f) Relative difference in total number of infected at the end of the epidemic, R∞, between deterministic (SEIR) and ABM as a function of ρ. Colours similar to (e). (g) Same as (e), but as a function of . (h) Same as (f), but as a function of .
In order to explore how population clustering affects the epidemic, we chose a reference value of infection rates, β = 0.01, and an alternative value of β = 0.007. In the absence of spatial dependence (ρ = 0 km−1), these correspond to initial reproduction numbers and 1.1, respectively. Here, we define the reproduction number as the average number of agents each infectious agent will infect in the first part of the disease. Increasing the spatial dependence (i.e. increasing ρ) leads to a significant rise in the infection peak for the ABM, , compared to the (unaffected) SEIR model, for both the reference value and the alternative lower value of β (black and blue points, figure 2e). We introduced heterogeneity in infection strengths (, see figure 1b), thus making some individuals much more infectious than others (i.e. including super shedders). We found no significant impact from this effect (red points in figure 2e). Similarly, we introduced heterogeneity in connection weights (, see figure 1b), thus making some individuals much more likely to form contacts than others (i.e. including super connecters). This leads to a significant effect for ρ = 0 km−1, which converges towards the other curves for ρ > 0.1 km−1 (orange (only super connecters) and green (super connecters and super shedders) points in figure 2e). The total number of individuals that have been in the infectious state, when there are not enough susceptible agents for the disease to keep infecting new individuals, is termed R∞, and this converged towards half of the SEIR model prediction as a function of ρ except for β = 0.007 where the endemic steady state level is larger than the one obtained by the SEIR model (figure 2f). We note that in reality, individuals can lose immunity and therefore new waves can emerge. But for a completely susceptible population, R∞ describes the fraction of the population that will get the disease during a specific wave. Fixing ρ = 0.1 km−1 and increasing the fraction of distance-independent contacts, , we found that is almost unaffected for (figure 2g), while increases linearly towards the SIER model , as expected (figure 2h).
2.2. Fitting early infection curves leads to significant bias in estimating the size of the pandemic
Next, we consider how these heterogeneities bias the traditional SEIR model predictions, especially the predictions based on fits to the number of infected (i.e. the curve to be flattened) in the beginning of the epidemic (see Methods). Without spatial dependence, the predicted curves fitted the number of infected individuals very well (figure 3a). Introducing spatial dependence (ρ = 0.1 km−1) leads to a severe overestimation of the epidemic based on the number of early infection cases (figure 3b). This result can be interpreted by the fact that in societies where population density and thus individual contact number varies significantly, the early phase will be driven by people with many contacts (super connecters). This typically happens in cities where the population density is high. Increasing the spatial dependence ρ, we found that the SEIR model predictions overestimated the infection peak height Ipeak and the total number of infected R∞ significantly even for very small spatial heterogeneities (figure 3c,d). We observed this general trend for all tested combinations of parameters and heterogeneities. In particular, we found that if long-distance connections are below , the bias in the estimated infection peak height, Ipeak, was constant within statistical uncertainty (figure 3e). For the total number of infected, R∞, we observed an almost linear regression to the SEIR model as approaches one. However, even when , the prediction bias was still a factor of two (figure 3f). We concluded from these curves a general trend; if one fits an SEIR model to infection numbers during the beginning of an epidemic, and use these estimates to predict the characteristics of the epidemic at a national level, one overestimates the number of infected by at least a factor of two.
Figure 3.
(a) Number of infected individuals for the ABM in black, the SEIR model in red and the SEIR fits to the ABM data in green. Blue lines show the interval where parameters are fitted (also shown below the curves). Here, ρ = 0 km−1. (b) Same as (a) but with population clustering (ρ = 0.1 km−1). (c) Relative difference in maximal number of infected, Ipeak, between the fit and the ABM for different values of ρ. Simulations repeated 10 times for each data-point. (d) Relative difference in total number of infected at the end of the epidemic, R∞, between the fit and the ABM for different values of ρ. (e) Same as (c), but as a function of . (f) Same as (d), but as a function of .
3. Discussion
In summary, this work outlines that the degree of population clustering in Denmark creates a discrepancy between the early predictions made by the SEIR models and the underlying agent-based interactions. It results in a significant overestimation of the impact of the disease, both in terms of maximal number of simultaneously infected (by a factor of 3) and the endemic steady state level (by a factor of 2.5). Such discrepancies have been observed for earlier pandemics, for instance, the 1918 Spanish flu, where the predicted number of individuals that would get the disease within a season turned out to be higher than the actual outcome [35]. The present results can be an important element in explaining these mismatches, even though other elements, such as for instance social distancing and the population behaviour, play a vital part. When facing a rising pandemic, societies are faced with the task of laying out strategies to minimize the consequences, including the importance of flattening the curve. While this is truly crucial to avoid overpopulated hospitals, the understanding of the pandemic should be taken seriously enough that we might specify to a higher degree of certainty which curve to be flattened. Our results highlight an important element in the prediction of infection levels and quantify the effect of density heteogeneities. We are aware that these results are not directly applicable to the pandemic of SARS-CoV-2 as a whole, since numerous mutations have increased the infection rates compared to the early estimates and created a strong heterogeneity in the infection worldwide. Furthermore, the actual evolution of the pandemic was highly affected by the different governmental interventions, that are not included in this work. However, this study emphasizes the abnormally large reproduction rates in the beginning of a pandemic, due to individuals with more connections than the rest of the population and attempts to quantify this bias, when countries should estimate the severity of a disease based on the data collected in the early phase. This also underlines the benefits by making lockdowns early in the pandemic, when a population is highly susceptible (for instance to a new mutation) and therefore can be driven by super connectors. Since people living in city-clusters are more likely to have many contacts, or infection events, they are on average more likely to be affected in the early stage of the pandemic (if they do not implement social distancing). By removing contacts from these individuals, through some level of interaction in order to reduce the number of social contacts, one can avoid the worst peak while affecting the lowest number of people. While our work describes some fundamental aspects of the disease spreading, this model does not consider asymptomatic individuals, which has been an important aspect of the SARS-CoV-2 pandemic [36,37]. Effectively, asymptotic individuals would correspond to a very heterogenous distribution of time the agents spend in the infectious state. While agents with symptoms would predominantly isolate themselves and thereby significantly reduce their ability to infect other agents, asymptomatic agents would have a long time in the infectious state, thereby infecting more individuals. In this work, we have not considered the observation that individuals lose their immunity to SARS-CoV-2 which was first studied in the Brazilian city of Manaus. For this model, the temporal decline of immunity would lead to more pandemic ‘waves’, but for a fixed disease transmissibility this would not alter the maximal height of the peak number of infected, since this occurred for all the initially susceptible population. Finally, we note that this work does not include a vast range of divisions for the population, including age, socio-economic status etc. We have not included this directly, since we wanted to estimate as cleanly as possible how the heterogeneity in the contact pattern, arising from a geographically distributed population, could affect the evolution of a disease. We are aware that for instance the distribution of age has an enormous impact on the health risk and that this risk is vital in the prediction of hospitalizations in modern society. However, our aim was to understand the bias in the prediction of a disease, based on the data that comes during the early periods of a disease, independently of the mortality of this disease. Mathematical predictions of disease progression have been heavily criticized [38,39] and it is important to improve the theoretical foundations of the mathematical descriptions, in order to increase the confidence in the predictions. Our work highlights the importance of estimating the spatial clustering and connectivity skewness in the population in order to correct the predictions based on SEIR models, by quantifying their biases from not including spatial clustering. We hope that this work could serve as an input to the modelling and prediction of future pandemics and the importance of avoiding super-spreaders in high-density areas.
3.1. Methods
3.1.1. Construction of spatial network
We initialized N0 agents on a network generating a total of μ × N0 links between two agents, with an assigned interaction strength βij for each link. The average contact number, μ, was fixed to 20, based on results from the Danish HOPE project, gathering data on population behaviour since April 2020 [34]. In order to include a realistic, geographical distribution of the population, we randomly selected agent locations from a two-dimensional kernel density estimate we had generated based on housing sales in Denmark 2007–2019 (data given with permission from Boligsiden, [33]). We note that in this distribution, we do not take specific geographical elements such as roads or environment into account (which has been previously studied for other diseases [40]) as we assume that this effect is small in a country like Denmark, where all parts are connected and natural obstacles such as mountains and rivers are not present. To connect the agents, we used a hit and miss method, where two random agents are first suggested and then connected with probability, . Here, dij is the distance between agents and ρ is a parameter with units of inverse distance. We choose ρ = 0.1 km−1 (i.e. 10 km) which is the average distance travelled by labour force (statistics Denmark [23]). To allow some long-distance interactions, we introduced a parameter representing the fraction of distance-independent connections. This value we based on the fraction of workers travelling longer than 50 km to work (statistics Denmark [23]).
3.1.2. Fits and predictions
We defined an early phase to be the period of time when between 0.1% and 1% of the population were infected (blue lines figure 3a). We then fitted β and a time delay, τ, to the SEIR model with a χ2-fit (assuming Poissonian statistics) and kept λE and λI fixed to the true numbers (used in the simulation). The initial number of infected, Ninit, was also fixed to the true numbers. The fit parameters were then inserted into the SEIR model, and and were extracted from the fitted model and compared to the and from the ABM simulation.
Acknowledgements
The authors are grateful to the Danish expert group of SARS-CoV-2 modelling led by Statens Serum Institute, especially Robert L. Skov, Kåre Mølbak, Camilla Holten Møller, Viggo Andreasen, Kaare Græsbøl, Theis Lange, Carsten Kirkeby, Frederik P. Lyngse, Matt Denwood, Jonas Juul, Sune Lehman, Uffe Thygesen and Laust Hvas Mortensen. Furthermore, we thank Kim Sneppen for valuable discussions.
Data accessibility
Data and relevant code for this research work are stored in GitHub: www.github.com/ChristianMichelsen/NetworkSIR and have been archived within the Zenodo repository: https://zenodo.org/badge/latestdoi/258223118.
Authors' contributions
C.M.: conceptualization, formal analysis, investigation, methodology, software, validation, visualization, writing—original draft, writing—review and editing; E.S.M.: investigation, software, validation, visualization, writing—review and editing; L.E.C.: supervision, validation, writing—review and editing; T.C.P.: conceptualization, investigation, methodology, project administration, software, supervision, validation, visualization, writing—original draft, writing—review and editing; M.L.H.: conceptualization, formal analysis, investigation, methodology, software, validation, visualization, writing—original draft, writing—review and editing; M.H.J.: formal analysis, investigation, supervision, validation, writing—review and editing; T.H.: conceptualization, investigation, supervision, validation, visualization, writing—review and editing.
All authors gave final approval for publication and agreed to be held accountable for the work performed therein.
Conflict of interest declaration
We declare that we have no competing interests.
Funding
M.L.H. acknowledges the Carlsberg Foundation grant no. CF20-0621 and the Lundbeck Foundation grant no. R347-2020-2250. E.S.M. and M.H.J. acknowledge support from the Independent Research Fund Denmark grant no. 9040-00116B and Danish National Research Foundation through StemPhys Center of Excellence, grant no. DNRF116.
References
- 1.Chinazzi M, et al. 2020. The effect of travel restrictions on the spread of the 2019 novel coronavirus (COVID–19) outbreak. Science 368, 395-400. ( 10.1126/science.aba9757) [DOI] [PMC free article] [PubMed] [Google Scholar]
- 2.WHO: see www.who.int/news-room/detail/27-04-2020-who-timeline-covid-19 (accessed 29 September 2020).
- 3.Anderson RM, Heesterbeek H, Klinkenberg D, Hollingsworth TD. 2020. How will country-based mitigation measures influence the course of the COVID–19 epidemic? Lancet 395, 931-934. ( 10.1016/S0140-6736(20)30567-5) [DOI] [PMC free article] [PubMed] [Google Scholar]
- 4.Hellewell J, Abbott S, Gimma A, Bosse NI, Jarvis CI, Russell TW, Flasche S. 2020. Feasibility of controlling COVID–19 outbreaks by isolation of cases and contacts. Lancet Global Health 8, e488-e496. ( 10.1016/S2214-109X(20)30074-7) [DOI] [PMC free article] [PubMed] [Google Scholar]
- 5.Keeling MJ, Hollingsworth TD, Read JM. 2020. Efficacy of contact tracing for the containment of the 2019 novel coronavirus (COVID-19). J. Epidemiol. Commun. Health 74, 861-866. ( 10.1101/2020.02.14.20023036) [DOI] [PMC free article] [PubMed] [Google Scholar]
- 6.Kuniya T. 2020. Prediction of the epidemic peak of coronavirus disease in Japan, 2020. J. Clin. Med. 9, 789. ( 10.3390/jcm9030789) [DOI] [PMC free article] [PubMed] [Google Scholar]
- 7.Ghafouri-Fard S, Mohammad-Rahimi H, Motie P, Minabi MA, Taheri M, Nateghinia S. 2021. Application of machine learning in the prediction of COVID-19 daily new cases: a scoping review. Heliyon 7, e08143. ( 10.1016/j.heliyon.2021.e08143) [DOI] [PMC free article] [PubMed] [Google Scholar]
- 8.Fokas AS, Dikaios N, Kastis GA. 2020. Mathematical models and deep learning for predicting the number of individuals reported to be infected with SARS-CoV-2. J. R. Soc. Interface 17, 20200494. ( 10.1098/rsif.2020.0494) [DOI] [PMC free article] [PubMed] [Google Scholar]
- 9.Kermack WO, McKendrick AG. 1927. A contribution to the mathematical theory of epidemics. Proc. R. Soc. Lond. A 115, 700-721. ( 10.1098/rspa.1927.0118) [DOI] [Google Scholar]
- 10.Li R, Pei S, Chen B, Song Y, Zhang T, Yang W, Shaman J. 2020. Substantial undocumented infection facilitates the rapid dissemination of novel coronavirus (SARS-CoV-2). Science 368, 489-493. ( 10.1126/science.abb3221) [DOI] [PMC free article] [PubMed] [Google Scholar]
- 11.Prem K, Liu Y, Russell TW, Kucharski AJ, Eggo RM, Davies N, Abbott S. 2020. The effect of control strategies to reduce social mixing on outcomes of the COVID–19 epidemic in Wuhan, China: a modelling study. Lancet Public Health 5, e261-e270. ( 10.1016/S2468-2667(20)30073-6) [DOI] [PMC free article] [PubMed] [Google Scholar]
- 12.van Bunnik BA, Morgan AL, Bessell P, Calder-Gerver G, Zhang F, Haynes S, Lepper HC. 2020. Segmentation and shielding of the most vulnerable members of the population as elements of an exit strategy from COVID–19 lockdown. medRxiv ( 10.1101/2020.05.04.20090597). [DOI]
- 13.Danon L, Brooks-Pollock E, Bailey M, Keeling MJ. 2020. A spatial model of COVID–19 transmission in England and Wales: early spread and peak timing. medRxiv ( 10.1101/2020.02.12.20022566). [DOI] [PMC free article] [PubMed]
- 14.Chang SL, Harding N, Zachreson C, Cliff OM, Prokopenko M. 2020. Modelling transmission and control of the COVID-19 pandemic in Australia. Nat. Commun. 11, 1-13. ( 10.1038/s41467-020-19393-6) [DOI] [PMC free article] [PubMed] [Google Scholar]
- 15.Sneppen K, Nielsen BF, Taylor RJ, Simonsen L. 2021. Overdispersion in COVID-19 increases the effectiveness of limiting nonrepetitive contacts for transmission control. Proc. Natl Acad. Sci. USA 118, e2016623118. ( 10.1073/pnas.2016623118) [DOI] [PMC free article] [PubMed] [Google Scholar]
- 16.Milne GJ, Xie S. 2020. The effectiveness of social distancing in mitigating COVID–19 spread: a modelling analysis. medRxiv ( 10.1101/2020.03.20.20040055). [DOI]
- 17.Bansal S, Grenfell BT, Meyers LA. 2007. When individual behaviour matters: homogeneous and network models in epidemiology. J. R. Soc. Interface 4, 879-891. ( 10.1098/rsif.2007.1100) [DOI] [PMC free article] [PubMed] [Google Scholar]
- 18.Kong L, Wang J, Han W, Cao Z. 2016. Modeling heterogeneity in direct infectious disease transmission in a compartmental model. Int. J. Environ. Res. Public Health 13, 253. ( 10.3390/ijerph13030253) [DOI] [PMC free article] [PubMed] [Google Scholar]
- 19.Kang D, Choi H, Kim JH, Choi J. 2020. Spatial epidemic dynamics of the COVID–19 outbreak in China. Int. J. Infect. Dis. 94, 96-102. ( 10.1016/j.ijid.2020.03.076) [DOI] [PMC free article] [PubMed] [Google Scholar]
- 20.Giuliani D, Dickson MM, Espa G, Santi F. 2020. Modelling and predicting the spatio-temporal spread of COVID-19 in Italy. BMC Infect. Dis. 20, 1-10. ( 10.1186/s12879-020-05415-7) [DOI] [PMC free article] [PubMed] [Google Scholar]
- 21.Delamater PL, Street EJ, Leslie TF, Yang YT, Jacobsen KH. 2019. Complexity of the basic reproduction number (R0). Emerg. Infect. Dis. 25, 1-4. ( 10.3201/eid2501.171901) [DOI] [PMC free article] [PubMed] [Google Scholar]
- 22.Danish Serum Institute: www.ssi.dk (accessed 29 September 2020).
- 23.Statistics Denmark: www.statistikbanken.dk (accessed 29 September 2020).
- 24.Wong DW, Li Y. 2020. Spreading of COVID-19: density matters. PLoS ONE 15, e0242398. ( 10.1371/journal.pone.0242398) [DOI] [PMC free article] [PubMed] [Google Scholar]
- 25.Ganasegeran K, Jamil MFA, Ch’ng ASH, Looi I, Peariasamy KM. 2021. Influence of population density for COVID-19 spread in Malaysia: an ecological study. Int. J. Environ. Res. Public Health 18, 9866. ( 10.3390/ijerph18189866) [DOI] [PMC free article] [PubMed] [Google Scholar]
- 26.Kodera S, Rashed EA, Hirata A. 2020. Correlation between COVID-19 morbidity and mortality rates in Japan and local population density, temperature, and absolute humidity. Int. J. Environ. Res. Public Health 17, 5477. ( 10.3390/ijerph17155477) [DOI] [PMC free article] [PubMed] [Google Scholar]
- 27.Bhadra A, Mukherjee A, Sarkar K. 2021. Impact of population density on COVID-19 infected and mortality rate in India. Model. Earth Syst. Environ. 7, 623-629. ( 10.1007/s40808-020-00984-7) [DOI] [PMC free article] [PubMed] [Google Scholar]
- 28.Chen K, Li Z. 2020. The spread rate of SARS-CoV-2 is strongly associated with population density. J. Travel Med. 27, taaa186. ( 10.1093/jtm/taaa186) [DOI] [PMC free article] [PubMed] [Google Scholar]
- 29.Martins-Filho PR. 2021. Relationship between population density and COVID-19 incidence and mortality estimates: a county-level analysis. J. Infect. Public Health 14, 1087-1088. ( 10.1016/j.jiph.2021.06.018) [DOI] [PMC free article] [PubMed] [Google Scholar]
- 30.Hittner JB, Fasina FO, Hoogesteijn AL, Piccinini R, Maciorowski D, Kempaiah P, Rivas AL. 2021. Testing-related and geo-demographic indicators strongly predict COVID-19 deaths in the united states during March of 2020. Biomed. Environ. Sci. 34, 734-738. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 31.Huang S, Li J, Dai C, Tie Z, Xu J, Xiong X, Lu C. 2021. Incubation period of coronavirus disease 2019: new implications for intervention and control. Int. J. Environ. Health Res. 32, 1707-1715. ( 10.1080/09603123.2021.1905781) [DOI] [PubMed] [Google Scholar]
- 32.Gillespie DT. 1977. Exact stochastic simulation of coupled chemical reactions. J. Phys. Chem. 81, 2340-2361. ( 10.1021/j100540a008) [DOI] [Google Scholar]
- 33.Boligsiden: www.boligsiden.dk (accessed 29 September 2020).
- 34.HOPE project: www.hope-project.dk (accessed 29 September 2020).
- 35.Andreasen V, Viboud C, Simonsen L. 2008. Epidemiologic characterization of the 1918 influenza pandemic summer wave in Copenhagen: implications for pandemic control strategies. J. Infect. Dis. 197, 270-278. ( 10.1086/524065) [DOI] [PMC free article] [PubMed] [Google Scholar]
- 36.Arcede JP, Caga-Anan RL, Mentuda CQ, Mammeri Y. 2020. Accounting for symptomatic and asymptomatic in a SEIR-type model of COVID-19. Math. Model. Nat. Phenomena 15, 34. ( 10.1051/mmnp/2020021) [DOI] [Google Scholar]
- 37.Guan J, Zhao Y, Wei Y, Shen S, You D, Zhang R, Chen F. 2022. Transmission dynamics model and the coronavirus disease 2019 epidemic: applications and challenges. Med. Rev. 2, 89-109. ( 10.1515/mr-2021-0022) [DOI] [PMC free article] [PubMed] [Google Scholar]
- 38.Holmdahl I, Buckee C. 2020. Wrong but useful—what COVID–19 epidemiologic models can and cannot tell us. N. Engl. J. Med. 383, 303-305. ( 10.1056/NEJMp2016822) [DOI] [PubMed] [Google Scholar]
- 39.Wynants L, Van Calster B, Bonten MM, Collins GS, Debray TP, De Vos M, Schuit E. 2020. Prediction models for diagnosis and prognosis of COVID–19 infection: systematic review and critical appraisal. BMJ 369, m1328. ( 10.1136/bmj.m1328) [DOI] [PMC free article] [PubMed] [Google Scholar]
- 40.Rivas AL, Fasina FO, Hoogesteyn AL, Konah SN, Febles JL, Perkins DJ, Smith SD. 2012. Connecting network properties of rapidly disseminating epizoonotics. PLoS ONE 7, e39778. ( 10.1371/journal.pone.0039778) [DOI] [PMC free article] [PubMed] [Google Scholar]
Associated Data
This section collects any data citations, data availability statements, or supplementary materials included in this article.
Data Availability Statement
Data and relevant code for this research work are stored in GitHub: www.github.com/ChristianMichelsen/NetworkSIR and have been archived within the Zenodo repository: https://zenodo.org/badge/latestdoi/258223118.



