Abstract
The COVID-19 pandemic due to the SARS-CoV-2 coronavirus has directly impacted the public health and economy worldwide. To overcome this problem, countries have adopted different policies and non-pharmaceutical interventions for controlling the spread of the virus. This paper proposes the COVID-ABS, a new SEIR (Susceptible-Exposed-Infected-Recovered) agent-based model that aims to simulate the pandemic dynamics using a society of agents emulating people, business and government. Seven different scenarios of social distancing interventions were analyzed, with varying epidemiological and economic effects: (1) do nothing, (2) lockdown, (3) conditional lockdown, (4) vertical isolation, (5) partial isolation, (6) use of face masks, and (7) use of face masks together with 50% of adhesion to social isolation. In the impossibility of implementing scenarios with lockdown, which present the lowest number of deaths and highest impact on the economy, scenarios combining the use of face masks and partial isolation can be the more realistic for implementation in terms of social cooperation. The COVID-ABS model was implemented in Python programming language, with source code publicly available. The model can be easily extended to other societies by changing the input parameters, as well as allowing the creation of a multitude of other scenarios. Therefore, it is a useful tool to assist politicians and health authorities to plan their actions against the COVID-19 epidemic.
Keywords: COVID-19, Agent-based simulation, Epidemic models, SEIR
1. Introduction
The Coronavirus disease 2019 (COVID-19) pandemic is an ongoing outbreak, caused by severe acute respiratory syndrome coronavirus 2 (so-called SARS-CoV-2). The outbreak was identified in Wuhan, China, in December 2019 [1]. The World Health Organization (WHO) declared the outbreak a Public Health Emergency of International Concern on January 30th 2020, and a pandemic on March 11th. In Brazil, the first confirmed case was on February 25th 2020, when a man from São Paulo tested positive for the virus. Since then, Brazil has been severely affected. As of June 26th 2020, the country reached more than 1,220,000 confirmed cases and more than 55,000 deaths by COVID-19, according to official data by the Brazilian Ministry of Health.
In addition to the public health crisis, the coronavirus has impacted all aspects of life, politics, education, economy, social, environment and climate. It is also having an unprecedented impact on global supply chains and production. The only known effective course of action to fight the disease outbreak is to implement highly restrictive social distancing measures on the population, as reported by a number of studies and systematic reviews [2], [3], [4]. Many countries are implementing such interventions with different degrees of success.
Given the complexity of the societies, it is hard to predict the implications of such actions in the short and medium terms [5]. Therefore, modeling and simulating the COVID-19 epidemic is a relevant and helpful way to understand the spread of the disease and the epidemiological effects of social distancing interventions. For this purpose, many studies in the literature have developed or adapted equation-based models to simulate the COVID-19 epidemic, using the Susceptible-Infected-Recovered (SIR) model or the Susceptible-Exposed-Infected-Recovered (SEIR) model to characterize the dynamics, see references in Section 2. Nonetheless, agent-based models have also been proposed for this goal, see for instance [6], [7] and other studies discussed with more detail in Section 2.
In this paper, we develop an Agent-based Model (ABM) to simulate the dynamics of the COVID-19 epidemic and the epidemiological and economic effects of social distancing interventions. The proposed ABM aims to emulate a closed society living on a shared environment, consisting of agents that represent people, houses, businesses, the government and the healthcare system, each one with specific attributes and behaviors.
A society living over a territory is a complex and dynamic system. Such systems have many interacting variables, present nonlinear behavior and their properties evolve over time. Their behavior is generally stochastic and may depend on the initial conditions. It can be affected by neighbor societies (with different policies and dynamics) and it can show emergence of complex behaviors and patterns. Agent-Based Simulations (ABS) are a good choice to simulate such systems, due to their simplicity of implementation and accurate results when compared with real data [8]. The main goal of ABS is to simulate the temporal evolution of the system, storing statistics derived from the internal states of the agents in each iteration and the global behaviors that emerge due to the interactions between the agents over the iterations. This approach allows the simulation of systems with intricate nonlinear relationships, complex conditions and restrictions that may be hard to describe mathematically. Since in this paper we are interested in simulating the effects of different social-distancing interventions and other control measures that affect the behaviors of agents and groups of agents, it is much easier to simulate these scenarios with an agent-based model. The epidemiological and economic effects are observed as emerging from the interactions of the agents in the simulation.
The ABM proposed here not only simulates the epidemic dynamics but also models the economy in this society of agents, which can help us estimate the economic impact under different types of interventions. The model (described in Section 3) allows the design of scenarios that correspond to different types of interventions performed in the society, by changing the simulation environmental variables and measuring their effects. Therefore, the proposed ABM becomes a useful tool to assist politicians and health authorities in planning their actions against the COVID-19 epidemic. The model was implemented in Python version 3.6 programming language and encapsulated in the COVID_ABS package, whose source code is available at https://bit.ly/COVID19_ABSsystem. The source code of all the experiments reported herein is available at https://bit.ly/covid_abs_experiments.
The main contributions and findings are listed below:
-
•
A new SEIR agent-based model to simulate the COVID-19 epidemic using a society of agents.
-
•
Assessment of the economic effects of seven different scenarios with specific social-distancing interventions, via simulation of COVID-ABS: (1) do nothing, (2) lockdown, (3) conditional lockdown, (4) vertical isolation, (5) partial isolation, (6) use of face masks, and (7) use of face masks together with 50% of adhesion to social isolation. These scenarios and their simulated results are described in Section 5.
-
•
The simulations support the notion that lockdown and conditional lockdown are the best scenarios in terms of controlling the number of infected and deaths, which is primary goal. Economical countermeasures and subsidies are required by the government since this scenario presents the worst economic losses to the industry with potential unemployment, and recession can be observed during the lockdown period. Also, to be effective, these scenarios depend on the ability of the government to enforce the social isolation.
-
•
Our simulations present additional evidence that the so-called vertical isolation simply does not work, although it is the policy advocated by some governments like the Brazilian one.1
-
•
The scenario combining the use of masks and partial isolation of the population could be a good compromise and it is more realistic for implementation in terms of social cooperation. The infection curve is flattened and the economy has smoother effects than the scenarios with lockdown.
The rest of the paper is organized as follows: Section 2 provides a brief review of related work with focus on the mathematical modeling for epidemics and some recent papers related to the SARS-CoV-2. Section 3 details the proposed agent-based system modeling. Section 4 describes the experimental methodology and Section 5 shows the simulations results and some discussions related to the pandemic. Section 6 concludes the paper and gives future directions.
2. Related work
Since WHO announced the Coronavirus Disease 2019, the scientific community has been working hard to investigate SARS-CoV-2 epidemiological dynamics. Some works used the SIR model to characterize the COVID-19 dynamics [9], [10], [11], [12]. However, more precise simulations usually used an approach based on the SEIR model [13], [14], [15], [16], [17], [18], [19], [20], [21], [22], [23], [24], [25], [26], [27], [28], [29], [30]; given that this disease has a known incubation period [31]. Some authors added new states to refine the model, for instance, super-spreaders [32] or isolated [13], [14], [16], [18], [19], [20], [23], [24], [26], [27], hospitalized [13], [14], [19], [20], [23], [27], and asymptomatic infected [18], [20], [21], [23], [28].
We note that equation-based models to simulate the epidemic represent the majority among those proposed in the literature. Nonetheless, some papers with agent-based models have also been proposed for it. For a discussion about ABM and its advantages over equation-based models, we refer the reader to [8], [33]. In the report released by Ferguson et al. [6], an individual-based simulation model was used to explore scenarios for COVID-19 in GB and USA and the impact of non-pharmaceutical interventions on the healthcare demand. Bossert et al. [7] developed an agent-based model combining socio-economic and traffic data to analyze COVID-19 spreading in a South Africa city under social isolation scenarios. The prediction suggests that lockdown strategy is useful to mitigate the disease. Another study using an ABM also analyzed several scenarios and highlighted that with 90% of the population in isolation, it is possible to control the disease within 13 weeks when joined with effective case isolation and international travel restrictions, considering the Australian context [34]. An appealing characteristic of agent-based modeling is the easiness to simulate different scenarios. For instance, the scenario that considers universal use of masks integrated with social distance is the recommended one to control the pandemic according to Braun et al. [35] and Kai et al. [36]. Given the flexibility of the agent-based approach, previous works have employed this method to simulate specific topics in the COVID-19 context, such as testing policies [37], strategies for reopening public buildings [38], hypothetical effective treatments [39], and a spatio-temporal strategy for vaccination [40].
Few works in the literature used agent-based models to simulate the economic impacts of the COVID-19. For instance, Inoue and Todo [41] quantified that a possible one month lockdown in Tokyo would lead to a total production loss of 5.3% in Japanese annual gross domestic product (GDP). Dignum et al. [42] proposed a tool to analyze the health, social, and economic impacts of the pandemic when the government implements a number of interventions, such as closing schools, requiring that employees work at home, and providing subsidy for the population.
In this work, we use a SEIR agent-based model to simulate the health and economic impacts of the COVID-19 epidemic. We perform analysis to seven possible scenarios: (1) do nothing, (2) lockdown, (3) conditional lockdown, (4) vertical isolation, (5) partial isolation, (6) use of face masks, and (7) use of face masks together with 50% of social isolation. We use data from Brazil for all scenarios considered but the proposed agent-based model is fully parameterized and can be easily transferred to other contexts given that corresponding data is provided.
3. COVID-ABS: Proposed agent-based system modeling
The proposed agent-based approach aims to emulate a closed society living on a shared finite environment, composed of humans, which are organized in families, business and government, which interact with each other. This characterization is trying to cover the main elements of the society. The agents, their attributes and possible actions are described in Table 1 .
Table 1.
A1: Person | |
Description | A1 is the main type of agent. Its dynamic position varies according to the environment and may be associated with A2, or not (homeless) and A3, or not (unemployed). |
Attributes | Position (dynamic), Age, House (A2), Employer (A3), Epidemiological status, Infection status, Wealth, Income and Social Stratum |
Actions | Walk freely (daily), Go home (daily), Go to work (daily), Personal contact (hourly), Business contact (hourly), Go to the hospital |
A2: Houses | |
Description | A2 represent the families. They share a house and financial bills. |
Attributes | Position (static), Social stratum, Housemates (group of A1), Wealth, Incomes and Expenses |
Actions | Homemate check-in (daily), Accounting (monthly) |
A3: Business | |
Description | A3 are the economical agents, e.g. industries, shops or markets. It interacts with A1 by paying a salary or selling a product. |
Attributes | Position (static), Social stratum, Employees (group of A1), Wealth, Incomes and Expenses |
Actions | Accounting (monthly), Business contact (hourly) |
A4: Government | |
Description | A4 is a singleton agent that receives taxes from A2 and A3, provide funds to A5 and insurance for homeless and unemployed A1. |
Attributes | Position (static), Wealth |
Actions | Accounting (monthly) |
A5: Healthcare System | |
Description | A5 is also a singleton, which represents the health system that ideally should be able to serve the entire population. |
Attributes | Position (static), Wealth |
The model is an iterative procedure, with T representing the number of iterations. The model takes an input parameter set P, listed in Table 2 , and produces a response Yt (observable variables), related to epidemiological or economic effects of the pandemic. Its internal state Θt () consists of the union of the internal states of the agents where and n is the number of agents, such that .
Table 2.
Variable | Domain/ Unit | Current value | References and Observations |
---|---|---|---|
Social and Demographic | |||
α1 - Height | 500 | Defined empirically. Each unit corresponds to 7 m. | |
α2 - Width | 500 | Defined empirically. Each unit corresponds to 7 m. | |
α3 - Population size | /people | 300 | Defined empirically. |
α4 - Age | [0, 100] | β(2, 4) | [43] |
α5 - Average family size | /people | 3 | [44] |
α6 - Mobility | 10 | Defined empirically. Each unit corresponds to 7 m. | |
α7 - Homeless rate | [0, 1] | 0.0005 | [45] |
Epidemiological | |||
β1 - Contagion distance | 1 | [46] | |
β2 - Contagion probability | [0, 1] | 0.9 | [46] |
β3 - Incubation time | /days | [47], [48] | |
β4 - Transmission time | /days | [49] | |
β5 - Recovering time | /days | 20 | [50] |
β6 - Hospitalization rate per age | [0, 1] | Table 6 | [46] |
β7 - Severe cases rate per age | [0, 1] | Table 6 | [46] |
β8 - Death rate per age | [0, 1] | Table 6 | [46] |
β9 - % initial infected | [0, 1] | 0.01 | Defined by the authors. |
β10 - % initial immune | [0, 1] | 0.01 | Defined by the authors. |
β11 - Critical limit of the Health System | [0, 1] | 0.05 | The proportion of ICU beds to the population |
Economical | |||
γ1 - Income distribution | Table 4 | [51], [52] | |
γ2 - Proportion of businesses | 0,01875 | Considering the number of businesses per 100k inhabitants [53] | |
γ3 - Total GDP | /R$ | 1.000.000,00 | Defined by the authors. |
γ4 - Public GPD rate | [0, 1] | 0.01 | Defined by the authors. |
γ5 - Business GPD rate | [0, 1] | 0.05 | Defined by the authors. |
γ6 - Personal GPD | [0, 1] | 0.04 | |
γ7 - Minimum income | /R$ | 900,00 | |
γ8 - Minimum expenses | /R$ | 600,00 | |
γ9 - Unemployment rate | [0, 1] | 0.12 | [54] |
γ10 - Proportion of informal businesses | [0, 1] | 0.40 | Informal economy [54], [55] |
γ11 - EAP age group | 16 < EAP < 65 |
The model is described in Algorithm 1 . The initialization of internal states in line 1, discussed in Section 3.2, creates the agents. The simulation dynamics starts in line 2, discussed in Section 3.3, and depends on the type of the agent, the parameter P and the current iteration t (discrete time). As mentioned before, each type of agent has its own set of actions in different time frames (hourly, daily, weekly or monthly).
At each iteration, it checks if there was contact between any pair of agents. A contact happens when the distance between any two agents is less than or equal to a threshold δ defined in P. The contact can be epidemiological (if the agents are of type A1) or economical (A1 and A3). The computation of the distance between each pair of agents per iteration makes the asymptotic complexity of the method equal to O(n 2), where n is the number of agents.
3.1. Parameter estimation
Some parameters in Table 2 were empirically estimated, in a way that the epidemiological response variables present in Table 3 correspond to those produced by a SEIR model. For that purpose the Epidemic Calculator2 was employed – this is an open-source SEIR implementation and visual tool for epidemic simulations. The initial percentage of infected (β 9) and immune (β 10) agents were chosen in order to represent the complete epidemic dynamics.
Table 3.
Variable |
Description |
---|---|
Epidemiological | |
St | Percentage of Susceptible agents in population |
It | Percentage of Infected agents in population |
Percentage of Infected Asymptomatic agents in population | |
Percentage of Infected Hospitalized agents in population | |
Percentage of Infected Severe agents in population | |
Rt | Percentage of Recovered and Immune agents in population |
Dt | Percentage of Dead agents in population |
Economical | |
Percentage of Gross Domestic Product owned by the people (A1 agents) at time t under scenario S | |
Percentage of Gross Domestic Product owned by businesses (A3 agents) at time t under scenario S | |
Percentage of Gross Domestic Product owned by government (A4 agent) at time t under scenario S |
The population size parameter, α 3, is particularly concerning because it affects the execution time of the simulation. On the other hand, the Population density, defined as α 3/(α 1 α 2), follows the population density of the area under study which is 24 people per km2. The mobility parameter α 6 was empirically estimated as the average range that a person walks randomly in his free time.
The Total GDP, parameter γ 3, and the percentage rates by kind of agent (γ 4, γ 5 and γ 6) are abstractions of closed local economy. The minimum income γ 7 represents the minimum net salary, the nominal income after taxes, and the minimum expense γ 8 represents the approximate market value of a basic needs grocery pack.
3.2. Initialization
The simulation is performed in a squared bi-dimensional environment shared by all types of agents. Ai agents, i ∈ {2, 3, 4, 5}, are randomly initialized inside this environment given by Eq. (1).
(1) |
where is a sample from a uniform distribution in the interval [a, b).
Agents A1 are initialized in their A2 location, following Eq. (2), where σk is the variability of the position inside the house. For homeless agents, Eq. (1) is used.
(2) |
where is a sample from a normal distribution with mean μ and standard deviation σ.
The number of A1 agents is controlled by the variable population size, that is . The number of houses (A2 agents) is calculated using Eq. (3) considering the average family size α 5:
(3) |
The number of A3 agents is calculated according to Eq. (4), considering the population size α 3, the proportion of formal and informal businesses, γ 2 and γ 10, respectively.
(4) |
When a person, A1 type, is created, it is assigned to a randomly chosen house, type A2, or it is considered homeless according to the Homeless Rate, α 7. Parameter γ 9 defines the probability of an A1 to be unemployed. If a person is employed and belongs to Economical Active Population (EAP) (controlled by γ 11) an employer is randomly chosen among the available A3s. A single instance of A4 and A5 agents are created.
The age distribution of A1 agents is given by α 4 parameter, such as A1age ~ β(2, 5) as explained in [56], where β(a, b) is the beta distribution with shape parameters a, b.
The social stratum of A1, A2 and A3 is represented by the income distribution γ 1, listed in the Table 4 , meaning the slice of the wealth represented by the GDP parameter γ 3. The social stratum of agents is sampled such that for . The total wealth of the simulation, represented by γ 3, is shared among agents, according to public, business and personal percentages defined by γ 4, γ 5 and γ 6.
Table 4.
Quintile | Social Stratum | % of GDP Share | Cummulative % of GDP Share |
---|---|---|---|
Q1 | Most Poor | 3.62 | 3.62 |
Q2 | Poor | 7.88 | 11.50 |
Q3 | Working Class | 12.62 | 24.17 |
Q4 | Rich | 19.71 | 43.88 |
Q5 | Most Rich | 56.12 | 100.00 |
After the creation of all agents the simulation model starts its iteration loop, which represents the time dynamics, explained in the next section.
3.3. Simulation dynamics
Each iteration represents one hour when the agents are invoked to perform actions that depend on their type and behaviors, as shown in Fig. 1 for A1 agents, and more detailed in Section 3.3.1. During its movement, an A1 agent may get in the proximity with other A1, A2 or A3 agents. Section 3.3.2 presents the possibility of contagion that can happen through contact between two A1 agents. Finally, Section 3.3.3 presents the economic relationships between agents, caused by contact of A1 and A3 agents (commercial transactions), payment of taxes for the government (A4 agent), labor relationships between A3 and A1 agents and house expenses between A2 and A1 agents.
3.3.1. A1 Mobility patterns
The distribution of A1 agents’ work, rest and leisure hours is shown in Table 5 and it is based on the Universal Declaration of Human Rights [57]. Basically, it is the standard deviation of a Gaussian distribution with average representing the variability of the movement amplitude of A1 in its free time or, in other words, how far the agent can walk from its actual position.
Table 5.
Start Time | End Time | Activity | Action |
---|---|---|---|
0 | 8 | Rest | If A1 is not homeless: Go home (Eq. (5)) Otherwise: Walk freely (Eq. (7)) |
8 | 12 | Job | If A1 is not unemployed: Go to work (Eq. (6)) Otherwise: Walk freely (Eq. (7)) |
12 | 14 | Lunch | Walk Freely (Eq. (7)) |
14 | 18 | Job | If A1 is not unemployed: Go to work (Eq. (6)) Otherwise: Walk freely (Eq. (7)) |
18 | 0 | Recreation | Walk freely (Eq. (7)) |
The actions “Go home”, “Go to work” and “Walk freely” occur according to the Eqs. (5), (6) and (7). Besides these ordinary actions, all the agents that are infected and have infection severity equal to hospitalization or severe execute the “Go to hospital” action, according to the Equation (8). All the dead agents have their positions set to zero.
(5) |
(6) |
(7) |
(8) |
where is the random noise variance for “Go to... ” actions, and the mobility parameter α 6 is the random noise variance for “Walk freely” action, representing the amplitude of movement the A1 agents have in their free time.
3.3.2. Contagion spreading
COVID-19 is a highly contagious disease. According to the Report 3 of the Imperial College London “on average, each case infected 2.6 (uncertainty range: 1.5–3.5) other people up to 18th January 2020” [58]. Following the SEIR model, in each simulation, there is an initial percentage of infected and immune people (β 9 and β 10, respectively), and the remaining population consists of susceptible individuals. There is also a Dead status, since part of the population dies due to the disease and its complications [59].
The possibility of contagion happens by the interaction of the agents by proximity or contact. Hence, the higher the mobility of a person, the greater the probability that he/she approaches an infected person and gets infected. Each simulation considers a contagion distance threshold β 1, which is the minimal distance that two agents have to be to occur the viral transmission, and a probability of contagion β 2 in case of contact.
The model of the medical condition evolution of the infected agents follows [60], [61]. Once an agent is infected, it can be in one of these sub-states: a) asymptomatic, which includes mild symptoms without hospitalization, b) hospitalization and c) severe, used in cases of hospitalization in intensive care unit (ICU). These states and their transitions are illustrated in Fig. 2 .
The evolution of the medical condition is stochastic and follows the probabilities summarized in Table 6 , represented by the parameters β 6, β 7 and β 8, respectively. The hospitalization cases require medical infrastructure, which is limited. It varies from country to country, but is always less than the total population. In each simulation, a critical limit β 11 is considered, it represents the percentage of the population that the healthcare system is capable to handle simultaneously. As a consequence, if the number of hospitalizations and severe cases increase above this limit, there are no beds in hospitals to manage the demand.
Table 6.
Age-group (years) | β6 - % symptomatic cases requiring hospitalization | β7 - % hospitalised cases requiring critical care | β8 - Infection Fatality Ratio |
---|---|---|---|
0 - 9 | 0.100 | 5.000 | 0.002 |
10 - 19 | 0.300 | 5.000 | 0.006 |
20 - 29 | 1.200 | 5.000 | 0.030 |
30 - 39 | 3.200 | 5.000 | 0.080 |
40 - 49 | 4.900 | 6.300 | 0.150 |
50 - 59 | 10.200 | 12.200 | 0.600 |
60 - 69 | 16.600 | 27.400 | 2.200 |
70 - 79 | 24.300 | 43.200 | 5.100 |
80+ | 27.300 | 70.900 | 9.300 |
3.3.3. Economic transactions
The secondary goal of this study is to simulate the impact caused in the economy by the different types of mobility restrictions [62], [63], [64], [65] imposed by the authorities.
Fig. 3 shows the transactions by which agents exchange wealth in the simulation. The economic dynamics follows seasonal routines that also depend on the type of the agent.
The “business contact” action happens hourly, when an A1 agent in its free time gets in contact with an A3, and occurs the transference of wealth from A1 to A3. These economic transactions are the most sensitive to the A1 agents mobility (the more the agents move, the more they spend) and affects the A3 agent income. In pandemic times, that can happen in almost all scenarios, since the population tends to leave their houses just to buy essential items or to solve a problem which could not have been solved over the Internet. The values exchanged in “business contact” depend on the social stratum of the A1 agents, and the higher the quintile the higher the spending following the wealth distribution γ 1. In each day, the wealth of A2 and A3 agents is decreased by its minimal fixed expenses, proportional to the sum of the expenses of housemates and employees, respectively.
The “accounting” actions happen monthly for A2, A3 and A4 agents. Accounting is the payment of taxes from A2 and A3 agents to A4, and it represents the major income of A4. During accounting, A3 agents also pay salaries to their A1 employees determined in the initialization by the social stratum. Finally, A2 agents transfer money to a random A3 agent, representing supplier payments.
The accounting of the government agent, A4, transfers funds to A5 agent, equivalent to its fixed expenses and the daily expenses of the hospitalized agents. Eventually, the A4 agent pays aids for unemployed and homeless A1 agents.
Considering the periodicity of the economic transactions, it is necessary to execute at least one complete cycle (720 iterations) in order to execute all economic transactions at least once.
3.4. Discussion
The proposed model tries to apprehend the complexity of the social, epidemiological and economical relationships, but without being simplistic. Then, the complexity of the model reflects the complexity of the system being modelled although on a smaller scale.
Previous versions of the model did not consider social constraints and routines and, despite the good performance of the epidemiological response variables, it could not accurately represent the economic dynamics. The introduction of social constructs, as families and businesses, and periodical routines, such as working hours, free time and bed time, brought more feasibility to the simulation and improved the performance of the economic response variables when compared with the real world values.
These social constructs and periodic routines are hard-coded, although they can be adapted by users. Major flexibility is provided by the parameter set that can be adjusted to represent from a single community to a complete country.
In the next section, the experimental methodology is discussed, as well as the performance metrics and their evaluation.
4. Experimental methodology
To evaluate the proposed approach, seven different scenarios that reflect adopted and/or hypothetical social distancing interventions have been formulated. The proposed ABS model was implemented in Python version 3.6 programming language and encapsulated in the COVID_ABS package, whose source code is available at https://bit.ly/covid_abs_experiments and https://bit.ly/COVID19_ABSsystem.
Each scenario simulates the impact of a given social distancing policy, considering the values of the parameters in Table 2, on the response variables, summarized in Table 3. For each scenario 35 executions were performed, each one with iterations. Since each iteration corresponds to one hour, each execution covers exactly 2 months and one complete accounting cycle for houses, government and business, with one salary and tax payment, which occur in the 30th day of the month. The monthly “accounting” event is important for A2, A3 and A4 agents due to its severe cash impact and wealth transfers among agents.
The main goal of social interventions is to minimize the death curve Dt. It is directly related to flattening the infection curve It, in order to keep the hospitalization and severe cases below the critical limit of the healthcare system β 11. Flattening the It curve means minimizing the infection peak IP, defined in Eq. (9), and extending the time TIP spent to reach this peak, defined in Eq. (10).
(9) |
(10) |
To compare the scenarios, the response variables Dt, It will be considered, condensed in the metrics IP and TIP.
The economical analysis aims to assess the evolution of wealth, represented by the response variables. To allow the economic comparison among scenarios with respect to the same reference, a baseline scenario, B, without a pandemic was designed. It is meant to isolate the economic dynamic and can be used to assess the impacts of the different interventions in the economy.
For comparison among scenarios, the increase in wealth, for the group of agents, i ∈ {A1, A3, A4}, in scenario S is computed as follows:
(11) |
where is the wealth of the group of agents, i, at the final simulation time step, T, of B.
In the following section, the scenarios are defined, their simulation results are presented and compared, and the main findings discussed.
5. Results and analysis
This section shows the results for seven scenarios, chosen to represent the major interventions adopted or defended by governments. In this study, the parameters are based on data from Brazil. Nevertheless, in order to encourage further studies and/or applications, it is possible to easily transfer the model to other societies by changing the social, demographic and economical parameters listed in Table 2 and creating a multitude of other scenarios adapted to the new regions.
The meaning of each scenario, its parameters and dynamics of the response variables are discussed below.
5.1. Baseline (B): no coronavirus pandemic
This scenario simulates the economic behavior without a pandemic. It is used as baseline for comparison with all the other scenarios. To generate this scenario, set parameters to β 9 ← 0 and β 10 ← 1.
Despite the economic result of this simulation, it is artificial data and consequently it does not represent the reality of any country. Nonetheless, we argue that it is based on projections before the pandemic outbreak. See, for instance, the references regarding each parameter listed in Table 2.
The evolution of GDP is illustrated in Fig. 4 . The GDP indicates a recession chart where the population (A1) and government (A4) is losing wealth and the businesses (A3) are floating at the equilibrium point (when the incomes and expenses are equal). Initially the A3 are profiting but, in the accounting day, the profits are settled by the labor and tax expenses. The baseline scenario is consistent with the economic predictions of stagnation in Brazil.
5.2. Scenario 1: do nothing
This scenario represents what could happen if politicians decided not to take any actions to avoid the increase of the number of people infected by the SARS-CoV-2 virus. Usually, this decision only targets the economic point of view. Fig. 5 shows the epidemiological and economical average curves of this scenario and their variances. It can be seen that the economic curves look closer to the ones of the baseline, confirming the economic motivation of keeping the environment without interventions.
However, when the contagion curve It is considered, it is possible to note how the Healthcare System critical limit β 11 was trespassed, pushing the death curve Dt up. The high number of lost lives makes this the most catastrophic scenario, despite its economic resemblance with B.
5.3. Scenario 2: lockdown
This scenario represents the complete social isolation, following the WHO recommendations, during a well defined date range. In this scenario, all A1 agents are kept in their houses, and the “walk freely” and “go to work” routines are suppressed. Also α 6 ← 1, reducing the mobility amplitude of all A1 even the homeless, as discussed in Section 3.3.1. The lockdown is unconditional, meaning that from to T, all the restrictions are applied.
This scenario is highly conservative in healthcare terms, and the main goal is to save as many lives as possible by minimizing viral spreading. In the impossibility of effective testing, the entire population stays in lockdown for a predefined period of time. Broadly speaking, the infected agents only have contact with their housemates and the It (and especially ) stays below the healthcare critical limit β 11, and the deaths Dt ← 0, meaning that the healthcare system could handle effectively all cases, using its available resources.3
Considering the economic point of view, see Fig. 6 , this scenario is the worst for the industry because the A1 agents cannot generate wealth, but keep receiving their labor incomes.4 A3 does not have income, but keeps paying taxes to A4 and labor expenses to A1. In this scenario, after two months, the businesses lost 20% of its GDP share, see in Fig. 6.
The key point for the success of lockdown policy is staying at home (voluntarily or under laws). Economical countermeasures to its harm can also be adopted by A4, as tax exemptions and universal income, in order to minimize the wealth losses. In the impossibility of implementing this scenario, another one that considers protective and distance measures should be evaluated.
5.4. Scenario 3: conditional lockdown
This scenario imposes the same restrictions on A1 mobility presented in scenario 2, but conditionally. In the system, when the infection curve grows above a certain threshold, It ≥ 0.05, the lockdown restrictions are activated, being released when It ≤ 0.05.
As we can see in Fig. 7 , the viral spreading represented by the infection curve It is controlled, not allowing the explosion of Dt curve. Economically, recession can be observed during the lockdown period, lower than but as soon as the restrictions are released the business performance is recovered. remains below but above the complete lockdown curve .
Less conservative than scenario 2 (and also less efficient in terms of Dt), this scenario was implemented in New Zealand [66], and it depends on an effective healthcare system that is capable of carrying out the necessary tests in the population, granting reliability in It estimates and, as in scenario 2, the governmental ability to enforce the social isolation.
5.5. Scenario 4: vertical isolation
Vertical isolation is the name given to the social intervention policy where the known infected people and the known risk groups – elderly and people with pre-existent diseases – are kept in social isolation, whereas young people and adults are allowed to work regularly. This policy has, for instance, been advocated by the Brazilian president.5
In terms of the proposed model, over 65, below 18 years old and symptomatic regardless of the age stay at home.
The assumption of this policy is that all the people outside the risk groups would not develop the severe cases of the disease. This assumption was proved to be fragile and this policy showed to be ineffective by Duczmal et al. [67]. The results shown in Fig. 8 are in accordance with the literature [67] and produced almost the same epidemiological and economical results of Scenario 1, i.e., the same results of doing nothing.
5.6. Scenario 5: partial isolation
In the scenarios with lockdown (2 and 3), the mobility of all agents must be restricted, requiring restrictive public policies enforced by the government. When these policies are non-existent or are not taken seriously by the entire population, partial isolation levels are reached. The partial isolation level IL ∈ [0, 1] means the percentage of the population that is fulfilling the isolation, while the remaining is not.
Then, it is possible to define that in the lockdown IL ≥ 0.9, considering that essential services and a few industries can not stop in order to avoid supply breakdown. On the other hand, the scenarios 0 and 1 have IL ≤ 0.1, and the scenario 4 has IL ≈ 0.2, because of the age distribution and the definition of risk groups.
This scenario aims to assess the effects of intermediate ILs. It was simulated by randomly choosing agents A1 with probability IL ← 0.5 to stay at home.
Observing the results in Fig. 9 , although the It curve is flattened when compared with scenarios B and 4, it is still less efficient than scenarios 2 and 3. Notice the Dt still grows exponentially before reaching the peak. For the economic perspective, this scenario behaves similarly to the baseline. These metrics offer evidence that IL ← 0.5 is not enough for effective epidemiological control, and a level of isolation greater than that is recommended.
The impact of different isolation levels can be seen in Figs. 10 and 11 , for IL ∈ [0.3, 0.9], which represents the response of epidemiological and economical curves for increasing IL. In Fig. 10 it is possible to see how the infection curve It flattens as the isolation level increases from no isolation towards lockdown. Fig. 11 shows that as the value of IL increases, wealth loss of the A3 agents is higher, represented by curve, showing the importance of agent’s mobility in the economy.
5.7. Scenario 6: use of face masks
Evidence was found about the use of masks and gloves as measures against viral spreading [68]. This scenario represents the policy of mandatory usage of face masks and physical distancing, but without imposing restrictions on the mobility of agents.
This scenario was implemented by reducing the contagion distance and the contagion rate as the effect of using masks and physical distancing. Fig. 12 shows a flatter It curve when compared to scenario 5 while still keeping economic performance close to B. Notice, however, that Dt is significantly higher when compared with scenarios 2 and 3.
5.8. Scenario 7: use of face masks and 50% of social isolation
This scenario combines the policies used in the scenarios 5 and 6, granting the necessary use of face masks plus partial isolation of the population. This scenario was implemented by using and .
Fig. 13 shows the dynamics of this scenario. Although the Dt is still above the values of scenarios 2 and 3, it presents less resistance from the general population. The It is flattened, and the economy, despite the downturn, suffers less than it would in scenarios with lockdown. This scenario has already been discussed in [68] with similar results.
5.9. Comparisons among the scenarios
The It curves (averages) of each scenario are shown in Fig. 14 . There, the effects of each intervention policy in flattening the curve can be observed and contrasted. The epidemiological effectiveness of the scenarios are shown in Fig. 15 , which compares the infection peak IP reached in each case, the number of days TIP to reach the peak IP and the max number of deaths Dt (as a proportion of the population).
As expected, scenarios 2 and 3 have the best epidemiological values followed by scenario 7.
Fig. 16 shows the economic result of each scenario for the agent types A1, A3 and A4. Assuming that businesses are not firing anyone, from the point of view of the citizen, scenarios 2 and 3 are not economically damaging. On the other hand, the same scenarios are the worst from the business perspective. At this point, it is important to explain that the expenses of government in our simulation are related with the costs of the healthcare system. Thus, in scenarios with a high number of deaths, such as scenarios 1 and 4, the cost of maintaining the healthcare system is increased which demands an increase of public expenses.
Fig. 17 shows the scatter plots of the wealth increase (with respect to the baseline) of each type of agent by the percentage of deaths in the populations. It can be seen that, from a life preservation perspective, there is no better policy than the lockdown (scenario 2). Furthermore, in the simulated model, scenario 2 Pareto dominates6 all the scenarios for both people an government. On the other hand, it represents the worst case, financially, for businesses.
In the impossibility of enforcing a lockdown (discarding scenarios 2 and 3), which may happen in underdeveloped countries, the best solution is represented by scenario 7. From the remaining Pareto optimal solutions for businesses, it is the one with lowest number of deaths. It also becomes the best solution for government and people in both wealth and number of deaths.
6. Conclusion
The COVID-19 pandemic brought to humankind many challenges, including the demand for new medical treatments, social policies and economical approaches. The fast response of the scientific community to deal with coronavirus was divided into studies of the epidemiological aspects, proposals of new treatments and diagnostic tools and new models to forecast the viral spreading, including SIR and SEIR models among others. Nonetheless, few studies focused on looking at the pandemics as a governmental policy-making problem. With this viewpoint, although the epidemiological aspects are priority, the social and economical aspects can not be neglected.
The present work proposed an Agent-Based Model (ABM) that simulates the epidemiological and economical effects of COVID-19 pandemic in a closed society, whose results can be generalized for wider contexts and used by governmental rulers to prospect social policies and assess its potential effectiveness in real scenarios.
The model was encapsulated in the free and open source software library COVID-ABS, which contains 29 epidemiological, social, demographic and economic input parameters, and 10 output response variables. New features can be designed and the library can be easily extended to other scenarios.
In a wider perspective, the proposed approach can be used as a decision-support system for the governments and scientific community. Policy-makers can design scenarios and evaluate the effectiveness of social interventions through different simulations, and analyse how the P parameters, in the time horizon of T, can affect the response variables Θt.
Seven different scenarios were elaborated to reflect specific social interventions. Lockdown and conditional lockdown were the best evaluated scenarios in preserving lives. These scenarios present a slower evolution of the epidemic, a smaller number of infections and deaths. Given the impossibility of implementing lockdown policies, the scenario with 50% of social isolation with using masks and physical distancing was the best approach in the preservation of lives. On the other hand, the vertical isolation scenario is totally ineffective and resembles the “Do nothing” scenario.
The results showed that COVID-ABS approach was capable to effectively simulate social intervention scenarios in line with the results presented in the literature. Also, the results showed that policies adopted by some countries, for instance US, Sweden and Brazil, are ineffective when the objective is to preserve lives. Governments that chose to preserve the economy by not using severe isolation policies, fatally reached a situation with a high cost in human lives, and still embittered economic losses. The evidence provided by the simulation model shows that there is a false dichotomy between healthcare and the economy. In the scenarios where it was tried to save the economy by not taking hard social isolation policies, consequently, the social costs ended up impacting negatively into the economy.
COVID-ABS is an open software and can be easily extended and customized. Also, new scenarios can be designed, taking into consideration the specificities of each region under study. Future research aims to improve the model by implementing mechanisms to close and open companies as well as allowing people to get fired. In addition, it will be integrated with optimization libraries, for automatic scenario creation, and multi-criteria decision making tools that could help governmental crisis committees to plan and manage the social policies to mitigate the COVID-19 effects.
CRediT authorship contribution statement
Petrônio C.L. Silva: Conceptualization, Software, Writing - original draft, Funding acquisition, Project administration. Paulo V.C. Batista: Conceptualization, Methodology, Supervision, Funding acquisition. Hélder S. Lima: Writing - review & editing, Visualization, Data curation, Investigation. Marcos A. Alves: Investigation, Writing - original draft, Visualization. Frederico G. Guimarães: Conceptualization, Methodology, Writing - review & editing, Supervision. Rodrigo C.P. Silva: Methodology, Validation, Writing - review & editing.
Declaration of Competing Interest
The authors declare that they have no known competing financial interests or personal relationships that could have appeared to influence the work reported in this paper.
Acknowledgements
Petrénio Silva, Paulo Batista and Helder Seixas would like to thank the financial support given by the Instituto Federal do Norte de Minas Gerais, Brazil.
Marcos A. Alves declares that this work has been supported by the Brazilian agency CAPES.
Frederico Gadelha Guimarées would like to thank the support given by the Brazilian Agencies CNPq (grant no. 306850/2016-8) and FAPEMIG.
Considering the given population size in the simulation.
In our simulation, people can not get fired, which means that the onus of keeping them at home is for the company. In practice this may generate unemployment.
See https://agenciabrasil.ebc.com.br/en/politica/noticia/2020-04/bolsonaro-brazil-must-not-be-informed-through-panic - Acessed: June 03, 2020, and https://www.bbc.com/814portuguese/internacional-52043112 - Acessed: June 03, 2020.
Given a set of criteria, Pareto optimality can be defined as a situation where no individual criterion can be better off without making at least one other criterion worse off. Given an initial situation, a Pareto improvement is a new situation where there will be gains in all criteria. A situation is called Pareto dominated if it has a Pareto improvement. Finally, a situation is called Pareto optimal if no change could lead to an improvement in all the objectives.
References
- 1.Huang C., Wang Y., Li X., Ren L., Zhao J., Hu Y., et al. Clinical features of patients infected with 2019 novel coronavirus in Wuhan, China. Lancet. 2020;395(10223):497–506. doi: 10.1016/S0140-6736(20)30183-5. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 2.Bakker M., Berke A., Groh M., Pentland A.S., Moro E. Tech. Rep. Massachusetts Institute of Technology; Boston: 2020. Effect of social distancing measures in the New York City metropolitan area. [Google Scholar]
- 3.Prem K., Liu Y., Russell T.W., Kucharski A.J., Eggo R.M., Davies N., et al. 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. 2020;5(5):E261–E270. doi: 10.1016/S2468-2667(20)30073-6. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 4.Jefferson T., Foxlee R., Mar C.D., Dooley L., Ferroni E., Hewak B., et al. Physical interventions to interrupt or reduce the spread of respiratory viruses: systematic review. BMJ. 2008;336(7635):77–80. doi: 10.1136/bmj.39393.510347.BE. [DOI] [PMC free article] [PubMed] [Google Scholar]; https://www.bmj.com/content/336/7635/77.full.pdf
- 5.Ribeiro M.H.D.M., da Silva R.G., Mariani V.C., dos Santos Coelho L. Short-term forecasting COVID-19 cumulative confirmed cases: perspectives for Brazil. Chaos Solitons Fractals. 2020:109853. doi: 10.1016/j.chaos.2020.109853. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 6.Ferguson N., Laydon D., Nedjati Gilani G., Imai N., Ainslie K., Baguelin M., et al. Tech. Rep. Imperial College London, London; 2020. Report 9: impact of non-pharmaceutical interventions (NPIs) to reduce COVID19 mortality and healthcare demand. [Google Scholar]
- 7.Bossert A., Kersting M., Timme M., Schröder M., Feki A., Coetzee J., et al. Limited containment options of COVID-19 outbreak revealed by regional agent-based simulations for South Africa. arXiv:2004.05513 2020.
- 8.Van Dyke Parunak H., Savit R., Riolo R.L. In: Multi-agent systems and agent-based simulation. Sichman J.S., Conte R., Gilbert N., editors. Springer Berlin Heidelberg; Berlin, Heidelberg: 1998. Agent-based modeling vs. equation-based modeling: a case study and users’ guide; pp. 10–25. [Google Scholar]
- 9.Anastassopoulou C., Russo L., Tsakris A., Siettos C. Data-based analysis, modelling and forecasting of the COVID-19 outbreak. PLoS ONE. 2020;15(3):e0230405. doi: 10.1371/journal.pone.0230405. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 10.Barlow N.S., Weinstein S.J. Accurate closed-form solution of the sir epidemic model. Physica D. 2020:132540. doi: 10.1016/j.physd.2020.132540. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 11.Weissman G.E., Crane-Droesch A., Chivers C., Luong T., Hanish A., Levy M.Z., et al. Locally informed simulation to predict hospital capacity needs during the COVID-19 pandemic. Ann Intern Med. 2020 doi: 10.7326/M20-1260. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 12.Fanelli D., Piazza F. Analysis and forecast of COVID-19 spreading in China, Italy and France. Chaos Solitons Fractals. 2020;134:109761. doi: 10.1016/j.chaos.2020.109761. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 13.Choi S., Ki M. Estimating the reproductive number and the outbreak size of COVID-19 in Korea. Epidemiol Health. 2020;42 doi: 10.4178/epih.e2020011. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 14.Vega D.I. Lockdown, one, two, none, or smart. modeling containing COVID-19 infection. a conceptual model. Sci Total Environ. 2020:138917. doi: 10.1016/j.scitotenv.2020.138917. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 15.Kuniya T. Prediction of the epidemic peak of coronavirus disease in Japan. J Clin Med. 2020;9(3):789. doi: 10.3390/jcm9030789. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 16.Kim S., Kim Y.-J., Peck K.R., Jung E. School opening delay effect on transmission dynamics of coronavirus disease 2019 in Korea: based on mathematical modeling and simulation study. J Korean Med Sci. 2020;35(13) doi: 10.3346/jkms.2020.35.e143. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 17.Sugiyanto S., Abrori M. A mathematical model of the COVID-19 cases in Indonesia (under and without lockdown enforcement) Biol Med Nat Prod Chem. 2020;9(1):15–19. [Google Scholar]
- 18.Manchein C., Brugnago E.L., da Silva R.M., Mendes C.F., Beims M.W. Strong correlations between power-law growth of COVID-19 in four continents and the inefficiency of soft quarantine strategies. Chaos. 2020;30(4):041102. doi: 10.1063/5.0009454. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 19.Tang B., Xia F., Tang S., Bragazzi N.L., Li Q., Sun X., et al. The effectiveness of quarantine and isolation determine the trend of the COVID-19 epidemics in the final phase of the current outbreak in China. Int J Infect Dis. 2020 doi: 10.1016/j.ijid.2020.03.018. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 20.Tuite A.R., Fisman D.N., Greer A.L. Mathematical modelling of COVID-19 transmission and mitigation strategies in the population of Ontario, Canada. CMAJ. 2020;192(19):E497–E505. doi: 10.1503/cmaj.200476. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 21.Abdo M.S., Shah K., Wahash H.A., Panchal S.K. On a comprehensive model of the novel coronavirus (COVID-19) under Mittag-Leffler derivative. Chaos Solitons Fractals. 2020:109867. doi: 10.1016/j.chaos.2020.109867. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 22.Maugeri A., Barchitta M., Battiato S., Agodi A. Estimation of unreported novel coronavirus (SARS-CoV-2) infections from reported deaths: asusceptible–exposed–infectious–recovered–dead model. J Clin Med. 2020;9(5):1350. doi: 10.3390/jcm9051350. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 23.Ivorra B., Ferrández M.R., Vela-Pérez M., Ramos A. Mathematical modeling of the spread of the coronavirus disease 2019 (COVID-19) taking into account the undetected infections. the case of China. Commun Nonlinear Sci Numer Simul. 2020:105303. doi: 10.1016/j.cnsns.2020.105303. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 24.Liu Z., Huang S., Lu W., Su Z., Yin X., Liang H., et al. Modeling the trend of coronavirus disease 2019 and restoration of operational capability of metropolitan medical service in China: a machine learning and mathematical model-based analysis. Global Health Res Policy. 2020;5:1–11. doi: 10.1186/s41256-020-00145-4. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 25.Peirlinck M., Linka K., Costabal F.S., Kuhl E. Outbreak dynamics of COVID-19 in China and the United states. Biomech Model Mechanobiol. 2020:1. doi: 10.1007/s10237-020-01332-5. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 26.Chatterjee K., Chatterjee K., Kumar A., Shankar S. Healthcare impact of COVID-19 epidemic in India: astochastic mathematical model. Med J Armed Forces India. 2020 doi: 10.1016/j.mjafi.2020.03.022. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 27.Li S., Song K., Yang B., Gao Y., Gao X. Preliminary assessment of the COVID-19 outbreak using 3-staged model e-ISHR. J Shanghai Jiaotong Univ (Science) 2020;25:157–164. doi: 10.1007/s12204-020-2169-0. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 28.Arino J., Portet S. A simple model for COVID-19. Infect Dis Model. 2020 doi: 10.1016/j.idm.2020.04.002. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 29.Wang H., Wang Z., Dong Y., Chang R., Xu C., Yu X., et al. Phase-adjusted estimation of the number of coronavirus disease 2019 cases in Wuhan, China. Cell Discov. 2020;6(1):1–8. doi: 10.1038/s41421-020-0148-0. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 30.Wu J.T., Leung K., Leung G.M. Nowcasting and forecasting the potential domestic and international spread of the 2019-nCoV outbreak originating in Wuhan, China: a modelling study. Lancet. 2020;395(10225):689–697. doi: 10.1016/S0140-6736(20)30260-9. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 31.Lauer S.A., Grantz K.H., Bi Q., Jones F.K., Zheng Q., Meredith H.R., et al. The incubation period of coronavirus disease 2019 (COVID-19) from publicly reported confirmed cases: estimation and application. Ann Intern Med. 2020;172(9):577–582. doi: 10.7326/M20-0504. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 32.Ndairou F., Area I., Nieto J.J., Torres D.F. Mathematical modeling of COVID-19 transmission dynamics with a case study of Wuhan. Chaos Solitons Fractals. 2020:109846. doi: 10.1016/j.chaos.2020.109846. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 33.Figueredo G.P., Siebers P.O., Owen M.R., Reps J., Aickelin U. Comparing stochastic differential equations and agent-based modelling and simulation for early-stage cancer. PLoS ONE. 2014;9(4):e95150. doi: 10.1371/journal.pone.0095150. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 34.Chang S.L., Harding N., Zachreson C., Cliff O.M., Prokopenko M.. Modelling transmission and control of the COVID-19 pandemic in Australia. arXiv:2003.10218 2020. [DOI] [PMC free article] [PubMed]
- 35.Braun B., Taraktaş B., Beckage B., Molofsky J.. Phase transitions and social distancing control measures for SARS-CoV-2 on small world networks. arXiv: 20050.9751 2020. [DOI] [PMC free article] [PubMed]
- 36.Kai D., Goldstein G.-P., Morgunov A., Nangalia V., Rotkirch A.. Universal masking is urgent in the COVID-19 pandemic: SEIR and agent based models, empirical validation, policy recommendations. arXiv:2004.13553 2020.
- 37.Gopalan A., Tyagi H.. How reliable are test numbers for revealing the COVID-19 ground truth and applying interventions? arXiv:2004.12782 2020. [DOI] [PMC free article] [PubMed]
- 38.D’Orazio M., Bernardini G., Quagliarini E.. How to restart? An agent-based simulation model towards the definition of strategies for COVID-19 “second phase” in public buildings. arXiv:2004.12927 2020.
- 39.Hoertel N., Blachier M., Blanco C., Olfson M., Massetti M., Limosin F., et al. Facing the COVID-19 epidemic in NYC: a stochastic agent-based model of various intervention strategies. medRxiv. 2020 [Google Scholar]
- 40.Grauer J., Löwen H., Liebchen B.. Strategic spatiotemporal vaccine distribution halves deaths due to an infectious disease. arXiv:2005.04056 2020. [DOI] [PMC free article] [PubMed]
- 41.Inoue H., Todo Y.. The propagation of the economic impact through supply chains: the case of a mega-city lockdown against the spread of COVID-19. Available at SSRN 35648982020. [DOI] [PMC free article] [PubMed]
- 42.Dignum F., Dignum V., Davidsson P., Ghorbani A., van der Hurk M., Jensen M., et al. Analysing the combined health, social and economic impacts of the corovanvirus pandemic using agent-based social simulation. arXiv:2004.12809 2020. [DOI] [PMC free article] [PubMed]
- 43.IBGE. Pirm̂ide etária. https://educa.ibge.gov.br/jovens/conheca-o-brasil/populacao/18318-piramide-etaria.html, Acess: June 02, 2020; 2020.
- 44.IBGE. Censo demográfico: Tabela 2019 - moradores em domicçlios particulares permanentes por densidade de moradores por cç modo e nçmero de banheiros. https://sidra.ibge.gov.br/tabela/2019, Acess: June 02, 2020; 2020.
- 45.IPEA. Estimativa da população em situação de rua no Brasil. http://repositorio.ipea.gov.br/bitstream/11058/7289/1/td_2246.pdf, Acess: June 02, 2020; 2020.
- 46.Ferguson N., Laydon D., Nedjati Gilani G., Imai N., Ainslie K., Baguelin M., et al. Tech. Rep. Imperial College London; 2020. Report 9: Impact of non-pharmaceutical interventions (NPIs) to reduce COVID19 mortality and healthcare demand. [Google Scholar]
- 47.Lima C.M.A.d.O. Informações sobre o novo coronavírus (COVID-19) Radiol Bras. 2020;53(2) doi: 10.1590/0100-3984.2020.53.2e1. V–VI. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 48.Li Q., Guan X., Wu P., Wang X., Zhou L., Tong Y., et al. Early transmission dynamics in Wuhan, China, of novel coronavirus–infected pneumonia. N Engl J Med. 2020 doi: 10.1056/NEJMoa2001316. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 49.Lauer S.A., Grantz K.H., Bi Q., Jones F.K., Zheng Q., Meredith H.R., et al. The incubation period of coronavirus disease 2019 (COVID-19) from publicly reported confirmed cases: estimation and application. Ann Intern Med. 2020;172(9):577–582. doi: 10.7326/M20-0504. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 50.Housen T., Parry A.E., Sheel M.. How long are you infectious when you have coronavirus? https://theconversation.com/how-long-are-you-infectious-when-you-have-coronavirus-135295. Acess: June 02, 2020; 2020.
- 51.IndexMundi. Income distribution: percentage share of income or consumption is the share that accrues to subgroups of population indicated by deciles or quintiles. https://www.indexmundi.com/facts/visualizations/income-distribution/#country=br, Acess: June 02, 2020; 2020.
- 52.World Bank. Lac equity lab: income inequality - composition by quintile. https://www.worldbank.org/en/topic/poverty/lac-equity-lab1/income-inequality/composition-by-quintile, Acess: June 03, 2020; 2020.
- 53.IBGE. Demografia das empresas e empreendedorismo 2017: taxa de sobrevivçncia foi de 84,8%. https://agenciadenoticias.ibge.gov.br/agencia-sala-de-imprensa/2013-agencia-de-noticias/releases/25738-demografia-das-empresas-e-empreendedorismo-2017-taxa-de-sobrevivencia-foi-de-84-8, Acess: June 03, 2020; 2020.
- 54.Exame. Desemprego sobe para 12,2% no 1o trimestre e atinge 12,9 milhôes, diz ibge. https://exame.com/economia/brasil-tem-desemprego-de-122-no-primeiro-trimestre-diz-ibge/, Acess: June 03, 2020; 2020.
- 55.Sebrae . Tech. Rep. Sebrae; May, 2019. Estudo sobre o empreendedorismo informal no Brasil 2018. [Google Scholar]
- 56.Howden L.M., Meyer J.A. Tech. Rep. U.S. Department of Commerce, Economics and Statistics Administration. U.S. Census Bureau; 2010. Age and sex compositions: 2010. 2010 census briefs. [Google Scholar]
- 57.Rights U.N.H.. Universal declaration of human rights at 70: 30 articles on 30 articles - article 24. https://www.ohchr.org/EN/NewsEvents/Pages/DisplayNews.aspx?NewsID=23966&LangID=E, Acess: June 02, 2020; 2020.
- 58.Imai N., Cori A., Dorigatti I., Baguelin M., Donnelly C.A., Riley S., et al. Tech. Rep. Imperial College London; 2020. Report 3: transmissibility of 2019-nCoV. [Google Scholar]
- 59.Giordano G., Blanchini F., Bruno R., Colaneri P., Di Filippo A., Di Matteo A., et al. Modelling the COVID-19 epidemic and implementation of population-wide interventions in Italy. Nat Med. 2020:1–6. doi: 10.1038/s41591-020-0883-7. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 60.Verity R., Okell L.C., Dorigatti I., Winskill P., Whittaker C., Imai N., et al. Estimates of the severity of COVID-19 disease. MedRxiv. 2020 [Google Scholar]
- 61.Dorigatti I., Okell L., Cori A., Imai N., Baguelin M., Bhatia S., et al. Tech. Rep. Imperial College London, London; 2020. Report 4: severity of 2019-novel coronavirus (nCoV) [Google Scholar]
- 62.Singh R., Adhikari R.. Age-structured impact of social distancing on the COVID-19 epidemic in India. arXiv:2003.12055 2020.
- 63.Meidan D., Schulamann N., Cohen R., Haber S., Yaniv E., Sarid R., et al. Alternating quarantine for sustainable mitigation of COVID-19. arXiv:2004.01453v2 2020. [DOI] [PMC free article] [PubMed]
- 64.Warren M.S., Skillman S.W.. Mobility changes in response to COVID-19. arXiv:2003.14228 2020.
- 65.Engle S., Stromme J., Zhou A.. Staying at home: mobility effects of COVID-19. Available at SSRN: https://ssrncom/abstract=3565703or http://dxdoiorg/102139/ssrn3565703 2020.
- 66.Cousins S. New Zealand eliminates COVID-19. Lancet. 2020;395(10235) doi: 10.1016/S0140-6736(20)31097-7. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 67.Duczmal L.H., Almeida A.C.L., Duczmal D.B., Alves C.R.L., Magalhães F.C.O., Lima M.S.d., et al. Vertical social distancing policy is ineffective to contain the COVID-19 pandemic. Cadernos de Saúde Pública. 2020;36:e00084420. doi: 10.1590/0102-311x00084420. [DOI] [PubMed] [Google Scholar]
- 68.Chu D.K., Akl E.A., Duda S., Solo K., Yaacoub S., Schünemann H.J., et al. Physical distancing, face masks, and eye protection to prevent person-to-person transmission of SARS-CoV-2 and COVID-19: a systematic review and meta-analysis. Lancet. 2020 doi: 10.1016/S0140-6736(20)31142-9. [DOI] [PMC free article] [PubMed] [Google Scholar]