Keywords

3.1 Introduction

  1. A.

    COVID-19

On 31 December 2019, a cluster of pneumonia cases in Wuhan, China, marked the beginning of the COVID-19 pandemic. As of 30 November 2020, there have been 63,087,137 infections, with over 1,465,368 deaths reported worldwide [3]. Several European countries, in particular, experienced large epidemics in the past few months, with daily cases increasing significantly day by day. The situation in these European countries has highlighted the severity of the COVID-19 pandemic and its impact on national health systems, the country’s economy and the daily lives of its people.

The last time the world experienced a pandemic of comparable scale was the 1918 H1N1 influenza pandemic. With the help of multiple NPIs, many countries eventually managed to keep the virus under control. Measures adopted included closing schools, churches, bars and other social venues. Cities which implemented NPIs early in the epidemic were largely successful in reducing infections and mortality rates. However, an increase in cases was also observed after measures were lifted, indicating transmission resurfaced. While understanding of infectious diseases and their prevention has changed since 1918, most countries across the globe face a similar challenge today with COVID-19.

  1. B.

    Non-Pharmaceutical Interventions

In response, multiple countries have implemented, or are implementing various NPIs to flatten the curve, maintain their healthcare systems and treat as many as possible [4]. These NPIs follow the fundamental strategy of suppressing this infectious disease, with the main aim of reducing the reproduction number (average number of secondary cases each case generates, or rate of transmission) \({R}_{t}\) to below 1, hence reducing transmission rates and case numbers to low levels. This reduces stress on the nation’s healthcare systems, resulting in lower mortality rates.

However, there remain limitations to estimating reproduction numbers for SARS-CoV-2 based on case data. Due to high proportion of undetected and asymptomatic cases, real-world infection numbers are largely unreliable. Additionally, regular changes in testing policies produce huge spikes in daily cases and, at times, negative reported cases. Hence, we studied an alternative way to estimate the course of the epidemic—using observed deaths to model infections [5, 6]. Imperial College’s model does so, while accounting for NPIs implemented, resulting in a time-varying transmission rate. This is much more realistic than the constant transmission rate most models assume.

In this project, we adapt Imperial College’s model [1, 2] to allow comparison of NPIs’ effectiveness across countries. We introduce two new semi-mechanistic Bayesian hierarchical models to investigate this problem from different perspectives. Additionally, we have fine-tuned intervention input quality by introducing more interventions and modifying the model to account for interventions only affecting a fraction of a country.

  1. C.

    Motivation

The main aim of our study is to gain more insights into individual countries, where the original model [1, 2] did not inform us about individual intervention effectiveness for each country. We would like to compare multiple countries and conclude which interventions were effective in which countries—and for what reasons, as well as comparing the overall effectiveness of all interventions among different countries. This would give more insight into how to better manage future pandemics, or how to improve management of COVID-19 for the near future before vaccines become widely available.

(Our analysis focuses on modelling the infection and death rate. We do not study the economic impact of the NPIs.)

3.2 Imperial College’s Original Model

The summary of Imperial College’s model is presented in the form of a flow chart, as shown in Fig. 3.1. In the original model, Bayesian inference is used to fit modelled deaths to observed deaths of every country. This is informed by several prior distributions, “Symptoms to Death Distribution” and “Infection to Symptoms Distribution”, both of which accounts for the time lag between infection and death, as well as “Infection Fatality Ratio”. The daily infections are informed by the time-varying reproduction number \({R}_{t,m}\) and the Serial Interval Distribution. The model calculates backwards from observed deaths to modelled deaths, which is then used to calculate modelled infections and estimate \({R}_{t,m}\). In Imperial College’s model, \({R}_{t,m}\) is assumed to obey Eq. (3.1).

$$R_{t,m} = R_{0,m} \,\exp \left( { - \mathop \sum \limits_{k = 1}^{6} \alpha_{k} I_{k,m,t} } \right)$$
(3.1)
Fig. 3.1
figure 1

Summary of Imperial College’s model

The effectiveness of the \(k{\text{th}}\) NPI, \(\alpha_{k}\), is then fit to best follow the predicted real-world \(R_{t,m}\).

  1. A.

    Limitations

As Imperial College published their report in March 2020, there was little real-world infection and fatality data available. As such, they decided to treat all countries as a single data set, assuming \({\alpha }_{k}\) is similar across all counties. While this decreases idiosyncrasy and variance, several months later, the assumption that countries have similar NPI effectiveness is no longer true, with countries such as Belgium having much larger death rates than their European counterparts Norway.

3.3 Methodology

Our model was written with the probabilistic programming language Stan [7], and ran with Stan’s Hamiltonian Monte Carlo sampler, on top of R programming language. Both models ran with six chains and 600 iterations, 300 of which is for warm-up. JavaScript was used to extract intervention data, while Python was used to process intervention data to input into the models.Footnote 1

  1. A.

    Country and Data set

We challenge Imperial College’s main assumption by introducing two models, A and B, which treat each of the 14 European countries as distinct data sets, different from the original model’s unique pooling of information from multiple countries at once.

With more real-world data, we need not worry about increased idiosyncrasy and variance.

The added advantage is increased flexibility. Due to Imperial College’s key assumption, countries had to be carefully chosen to have similar circumstances, resulting in Imperial College choosing all 14 countries from Europe. However, our models are unconstrained by this and can model any country with enough reported deaths.

  1. B.

    Model A

Model A assumes NPI’s effectiveness varies with country and considers the effectiveness of the seven NPIs for each country, denoted by variable \({\alpha }_{k,m}\), representing the effectiveness of intervention \(k\) in country \(m\). The reproduction number for country \(m\) on day t is given in Eq. (3.2), where \({I}_{k,m,t}\) represents active interventions on day \(t\) for each country (Fig. 3.2).

$$R_{t,m} = R_{0,m} \,\exp \left( { - \mathop \sum \limits_{k = 1}^{7} \alpha_{k,m} \cdot I_{k,m,t} } \right)$$
(3.2)
Fig. 3.2
figure 2

Summary of model A

However, if a country implements multiple interventions in the same time period, they would be statistically indistinguishable from one another, increasing the variance of \(\alpha\) of those interventions. For example, Austria and France implemented both social distancing and self-isolation from 16 March, which thus would be indistinguishable from one another. Additionally, with more variables to fit, more epochs are required for model convergence to occur.

  1. C.

    Model B

Model A has multiple limitations involving increased variance. Hence, we counter these limitations with model B, which considers the overall impact of all seven NPIs for each country, denoted by variable \({\alpha }_{m}\), representing the overall effectiveness of all interventions in country \(m\). The reproduction number is given in Eq. (3.3)\(.\) This allows us to directly compare two countries, even if they execute entirely different interventions, while controlling variance (Fig. 3.3).

$$R_{t,m} = R_{0,m} \,\exp \left( { - \alpha_{m} \cdot \mathop \sum \limits_{k = 1}^{7} I_{k,m,t} } \right)$$
(3.3)
Fig. 3.3
figure 3

Summary of model B

However, Model B assumes all interventions of a country have similar effectiveness, which would increase variance of \({\alpha }_{m}\) and decrease convergence rate. Additionally, from the results of this model, one would be unable to conclude the effectiveness of individual interventions of a country and cannot compare between different interventions.

  1. D.

    Interventions

Intervention data was taken until 2 December 2020. During this period, the countries have implemented more NPIs, including “Mask Wearing” and “Border Closure”. We have updated the list of interventions to include them, while removing “First Intervention”, which would have little effect in the long run. The comparison between the interventions considered in the original and updated model is shown in Fig. 3.4.

Fig. 3.4
figure 4

New interventions “mask wearing” and “border closure”

In the original model, all countries are treated as a single data set, thus there is multiple “First Intervention” for the model to fit its effectiveness. However, as both models A and B treat each country as distinct data sets, “First Intervention” only appears once in each data set, resulting in high variance of α of “First Intervention”.

The original model assumed interventions affected the entire country and would never end once started. As many European countries only implemented interventions in highly affected regions of the country, we have collected intervention data down to individual states and towns. A Python program was used to process such data, producing a sequence of numbers between 0 and 1 (inclusive) for every intervention in every country, each representing how active a country’s intervention is on a given date (\({I}_{k,m,t}\)). 0 represents an inactive intervention, while 0.5 and 1 represent an intervention affecting half the population and the whole country, respectively. This allows interventions fed into the model to better depict the real world.

  1. E.

    Serial Interval

Serial interval models the time between successive infections in the same chain of transmission. Serial interval data from Imperial College’s model is taken from multiple studies [8, 9] based on real-world contact tracing data. However, to extend it to longer durations, we perform gamma regression, getting our new serial interval to be \({\text{Gamma}}\left( {k = 1.8365,{\uptheta } = 0.4071} \right)\), quantised to each day \(t\) with: \(g_{t} = \int_{\tau = t - 0.5}^{t + 0.5} {\frac{{\tau^{k - 1} e^{ - \tau /\theta } }}{{\Gamma \left( k \right)\theta^{k} }}{\text{d}}\tau }\). The updated serial interval plot is shown in Fig. 3.5.

Fig. 3.5
figure 5

Plot of serial interval, gamma(1.8365, 0.4071)

3.4 Results

  1. A.

    Norway

From Figs. 3.6 and 3.7, Norway was observed to have the largest per cent reduction in \({R}_{t}\) for majority of its interventions and the lowest final \({R}_{t}\). With the help of European news articles, we analyse the situation in Norway to understand why its interventions were significantly more effective than the other European countries.

Fig. 3.6
figure 6

Model B’s results for Norway, Spain and Belgium

Fig. 3.7
figure 7

Model A’s results for Norway

Compared to other countries such as Sweden, Norway has done an impressive job of strictly enforcing interventions when the virus first emerged in the country. On 12 March, when the reproduction number in Norway was at 2.5, the Norwegian Government immediately imposed the strictest emergency measures at that time—all schools, bars and parlours were closed and those entering the country were put in a 2-week quarantine. This was a key step in combatting the virus, as Norway was able to prevent large-scale community transmission at heavily populated areas. Norway’s quick and effective response to the growing pandemic allowed its reproduction number to drop from 2.5 on 12 March to 0.5 by early April.

During the resurgence period, Norway was also quick to identify the more affected regions, implementing a lockdown and enforcing mask wearing in Oslo. While less-affected regions were still able to keep up the country’s economy, the lockdown in affected regions again effectively reduced transmission of the virus. As its neighbours were hit hard by the second wave of the pandemic, Norway kept its borders closed, keeping infection numbers low.

  1. B.

    Spain

We also analyse the interventions in Spain, particularly “Border Closure” measures, which was observed to be more effective than the other interventions in Spain and result in the largest per cent reduction in \({R}_{t}\) among all 14 countries (as observed from Fig. 3.8).

Fig. 3.8
figure 8

Model A’s results for Spain

COVID-19 first hit Europe in Italy, one of Spain’s neighbouring countries. The Spanish government responded quickly, being the first European country to start closing its borders to Italy on 10 March, heavily reducing the number of imported cases. When it spread to other parts of Europe, Spain imposed travel restrictions on all non-residents from 16 March.

Unlike other countries, Spain kept its borders closed until infection numbers were brought down, and the virus was kept under control. This was certainly more effective than the 14-day quarantine implemented in some other countries as they eased border restrictions.

During the resurgence period, with improved testing policies, Spain was able to keep its borders open while requesting all travellers to have a negative COVID-19 test and 14-day quarantine to enter the country. As infection rates increase towards end October, Spain was also one of the few countries to implement border closures again.

These border closures were essential in ensuring no carriers of the virus entered the country, assisting the government in contact tracing efforts and for the government to be able to focus on reducing community transmission, bringing the reproduction number down significantly over time. The government responded quickly and kept borders closed for an appropriate amount of time, hence resulting in a significantly higher per cent reduction in \({R}_{t}\) as compared to other interventions.

  1. C.

    Belgium

From Fig. 3.6, Belgium was observed to have one of the lowest per cent reductions in \({R}_{t}\) for majority of its interventions and the highest final \({R}_{t}\) value. Back in April, Belgium was also already observed to have one of the highest mortality rates in the world. We study the possible reasons that led Belgium to become one of Europe’s most hardly hit countries by the coronavirus.

First, Belgium is one of the smallest yet most densely populated countries in Europe. This results in a higher initial reproduction number, which was estimated to be at 3.4 before strict measures were implemented in Belgium. It also puts a strain on “Social Distancing” measures, accounting for a considerably low per cent reduction in \({R}_{t}\) (as observed in Fig. 3.9).

Fig. 3.9
figure 9

Model A’s results for Belgium

Second, Belgium’s location in Europe also makes it more vulnerable to imported cases. At the heart of Europe, Belgium is well connected to neighbouring countries, and Europeans are able to travel in and out of Belgium by train or car. Since “Border Closure” measures were focused more on international flights and entry-checks which were more concentrated in airports, Belgium was unable to account for several imported cases at other entry-points of the country early on during the pandemic. Hence, despite the strict travel flight restrictions implemented in Belgium, “Border Closure” measures were ineffective in reducing \({R}_{t}\) (as observed in Fig. 3.9).

Third, Belgium’s multi-layered government applied a regional approach to COVID-19 measures, throwing citizens into confusion. As some regions imposed stricter restrictions compared to neighbouring regions, it sparked outrage in its citizens, severely affecting the government’s efforts in enforcing the NPIs implemented. Anti-coronavirus protest gatherings also resulted in more congested areas for large-scale community transmission, further increasing the reproduction number in Belgium.

  1. D.

    Intervention-specific

Our results from Model A for all 14 countries imply that major NPIs such as “School Closure”, “Lockdown” and “Border Closure” substantially reduced reproduction numbers.

  1. E.

    Model-specific

3.5 Model A

As different interventions have wildly different \({\alpha }_{k,m}\) compared to others, this model allows us to gain additional insights into the effectiveness of different interventions by each country. For example, in the Netherlands, School Closure has an \({\alpha }_{k,m}\) of around 90%, which is much higher than the other interventions in the Netherlands, which are mostly < 25%.

3.6 Model B

Certain countries have extremely small error bars in \({\alpha }_{m}\) while others have error bars which stretch close to the full range, meaning Model B has a tendency of “hit and miss”. Notably, if all interventions have similar effectiveness in Model A, the \({\alpha }_{m}\) of Model B would have an extremely low variance. However, the same is not true for its inverse (Fig. 3.10).

Fig. 3.10
figure 10

Model B’s results for all 14 European countries

3.7 Future Studies

3.7.1 Unresolved Limitations

First, the model assumes \({R}_{t,m}\) is constant throughout the country. There tends to be higher urban density in cities than rural areas, thus this is not true. Second, the model assumes \({R}_{t,m}\) varies only with a change of interventions implemented. However, movement of people throughout the country would change urban densities of different regions and consequently \({R}_{t,m}\). While this can be controlled to some extent by interventions such as lockdowns and border closures, it still varies significantly. Third, the model assumes α is constant throughout time. For example, people might comply to lockdown rules initially, but when it is extended, some may get restless and protest, defeating the purpose of the lockdown. Additionally, if a second lockdown order is issued, our model will assume both lockdowns have the same α, which is not always the case. Fourth, prior distributions such as Serial Interval Distribution, Infection-to-onset Distribution and Onset-to-death Distribution vary throughout country and time, reducing accuracy. Fifth, as the model relies on observed deaths, countries with high cases yet few deaths like Singapore [10] cannot be modelled as it does not give the model sufficient information to predict cases.

3.7.2 Impacts on Results

First, pre-emptive interventions are penalised. If an intervention is implemented before the outbreak occurs, while it might have reduced \({R}_{t,m}\) significantly and lowered numbers in the outbreak, the model would register the intervention as increasing \({R}_{t,m}\) and thus have low-to-negative α. Second, if a country does not update interventions for an extended duration, the model is forced to believe that \({R}_{t,m}\) remains constant throughout. However, due to all three limitations, it is very likely a second outbreak will occur, as the governments have greater difficulty in enforcing restrictions. This is most obviously seen in Model A’s Sweden data, where the model believes Rt,m ≤ 1 even though the cases are on the rise.

3.7.3 Possible Improvements

  1. (a)

    For limitations 1 and 2, a possible solution is to take mobility data and split countries into multiple sub-regions of similar urban density, using mobility data to simulate people movement. Another possible study is to analyse mobility data within countries to determine the effectiveness of curfews, lockdowns, and self-isolation in different countries density, using mobility data to simulate people movement, allowing for a more in-depth analysis of changes in \({R}_{t,m}\).

3.8 Conclusion

By modifying Imperial College’s COVID-19 model, through the addition of the semi-mechanistic Bayesian hierarchical models, we present novel perspectives in the study of COVID-19 infection rates. Our model gives a clearer overview of the efficacies of NPIs based off the 14 European countries studied and provides insights into the ideal approaches governments should adopt to combat future pandemics.

After analysing selected European governments’ responses, we conclude that major NPIs like “School Closure”, “Lockdown” and “Border Closure” substantially reduced reproduction numbers. “Border closure” has also proven to be more effective than the “14-day quarantine”, possibly because it enables governments to focus on minimising community transmission. Most importantly, governments should also respond proactively instead of reactively to emerging pandemics and implement strict restrictions especially during the early stages.