Next Article in Journal
Protograph Designing of P-LDPC Codes via M3 Method
Next Article in Special Issue
Epidemic Waves and Exact Solutions of a Sequence of Nonlinear Differential Equations Connected to the SIR Model of Epidemics
Previous Article in Journal
Robust Variable Selection with Exponential Squared Loss for the Spatial Single-Index Varying-Coefficient Model
Previous Article in Special Issue
Simple Equations Method (SEsM): An Effective Algorithm for Obtaining Exact Solutions of Nonlinear Differential Equations
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Influence of Information Blocking on the Spread of Virus in Multilayer Networks

by
Paulina Wątroba
1,† and
Piotr Bródka
2,*,†
1
Capgemini, Legnicka 48K, 54-202 Wrocław, Poland
2
Department of Artificial Intelligence, Faculty of Information and Communication Technology, Wrocław University of Science and Technology, 50-370 Wrocław, Poland
*
Author to whom correspondence should be addressed.
These authors contributed equally to this work.
Entropy 2023, 25(2), 231; https://doi.org/10.3390/e25020231
Submission received: 30 November 2022 / Revised: 23 January 2023 / Accepted: 25 January 2023 / Published: 27 January 2023

Abstract

:
In this paper, we present the model of the interaction between the spread of disease and the spread of information about the disease in multilayer networks. Next, based on the characteristics of the SARS-CoV-2 virus pandemic, we evaluated the influence of information blocking on the virus spread. Our results show that blocking the spread of information affects the speed at which the epidemic peak appears in our society, and affects the number of infected individuals.

1. Introduction

The increases in human mobility and globalization have created ideal conditions for the spread of new epidemics [1]. At the turn of 2019 and 2020, a new coronavirus started spreading in Wuhan. According to the University of Toronto Citizen Lab report [2], information about it was not released to the general public for more than three weeks, and multiple other sources report that there was an active campaign to limit the spread of information about the virus [3,4,5,6,7,8,9,10]. Since spreading the information (awareness that there is a virus circulating in society) is an important tool in limiting the spread of the virus [11,12,13,14,15,16,17] (aware people might take preventive actions such as staying at home, wearing face masks, washing hands more often, etc.), we asked questions regarding how delaying information spread influenced the spread of the virus, and how it affected the number of infected individuals and disease dynamic.
Unfortunately, we were not able to find the answers to those questions in the related works; thus, we developed a model for the interaction between virus and information spreading in multilayer networks (Section 2), where becoming aware of the virus results in limiting the chance of becoming infected. Next, we adjusted the model using the COVID-19 pandemic data from its early days (Section 2.3). Finally, we performed experiments (Section 3) to analyze and compare the spread of SARS-CoV-2 in three scenarios: (i) only the virus spreads, (ii) the virus and information spread simultaneously from the beginning, and (iii) the virus and information spread simultaneously, but the information spread is delayed for some period of time.

2. Materials and Methods

In this section, we briefly introduce the most important concepts and assumptions for our experimental part.

2.1. Multilayer Network

To evaluate our ideas in a more realistic scenario, we decided to use the multilayer network [17,18,19,20], where the network is defined as M = ( N , L , V , E ) [20], where
  • N is a not-empty set of actors { n 1 , . . . , n n } ;
  • L is a not-empty set of layers { l 1 , . . . , l l } ;
  • V is a not-empty set of nodes, V N × L ;
  • E is a set of edges ( v 1 , v 2 ) : v 1 , v 2 V , and if v 1 = ( n 1 , l 1 ) and v 2 = ( n 2 , l 2 ) E , then l 1 = l 2 .
The example of a multilayer network is presented in Figure 1. This network contains:
  • Six actors { n 1 , n 2 , n 3 , n 4 , n 5 , n 6 } ;
  • Two layers { l 1 , l 2 } ;
  • Ten nodes { v 1 = ( n 1 , l 1 ) , v 2 = ( n 2 , l 1 ) , v 3 = ( n 3 , l 1 ) , v 4 = ( n 4 , l 1 ) , v 5 = ( n 5 , l 1 ) , v 6 = ( n 1 , l 2 ) , v 7 = ( n 2 , l 2 ) , v 8 = ( n 3 , l 2 ) , v 9 = ( n 4 , l 2 ) , v 10 = ( n 6 , l 2 ) } ;
  • Eleven edges { ( v 1 , v 2 ) , ( v 1 , v 5 ) , ( v 2 , v 5 ) , ( v 2 , v 3 ) , ( v 2 , v 4 ) , ( v 3 , v 4 ) , ( v 6 , v 9 ) , ( v 6 , v 10 ) , ( v 7 , v 8 ) , ( v 7 , v 9 ) , ( v 8 , v 9 ) } .
This network model allows us to have two different networks (layers), the first one for disease spreading, which for obvious reasons needs to be limited to offline world contacts to support virus spread, and the second one for “online” contacts that allow information spreading. Both layers can have a completely different topology, e.g., two people living in two geographically distant cities may never meet, but they can exchange information via phone or social platforms; on the other hand, two people can exchange viruses because they have shared the same shopping cart or used the same bus, but they might never talk and exchange information.

2.2. Spreading Models

2.2.1. Epidemic Spreading

In the S I R model, every person who belongs to a population, also called an actor or a node, can be in one of three states: S (susceptible), in which a person is susceptible to infection; I (infected), which means infected and at the same time spreading the disease, and R (recovered), when a person has recovered and acquired immunity or has died and can no longer infect or become sick again (e.g., smallpox, mumps, and other diseases for which people can be vaccinated).
A susceptible actor can be infected by an infected actor in one cycle with probability β , while infected actors can recover in each cycle with probability γ . This process can be described by the following equations:
d s d t = β i s , d i d t = β i s γ i , d r d t = γ i ,
where i , s , r represent the fraction of susceptible, infected, and recovered individuals in the total population, respectively. The state changes are also presented in Figure 2.
It must be noted that in a real epidemic spreading, for diseases such as chickenpox or mumps, a person in state S will be infected only if he or she has direct contact with an infected person.
Nevertheless, in a complex network, actors are represented by nodes, and the possibility of contact is determined by connections between them, i.e., edges in the network. In such circumstances, a node in state S may change its state to I only if it has at least one infected neighbor. In this way, classical epidemic models can be extended to network representation, and the presented expressions can be considered as a special case where the corresponding network is fully connected. In the absence of some connections in the network, the fraction of susceptible individuals in the total population may be larger, and there may be actors who will not be infected [21].

2.2.2. Information Spreading

In the S I S model, an actor can be in one of two states: susceptible (S) or infected (I). The person’s state change is determined by the relevant probability. If an actor is in the S state, its switch to I, in any iteration, will depend on probability β . Return from the state I to S depends on the probability γ . This reflects the situation where a susceptible person becomes infected by any infected member of the population and then becomes ill but has not acquired immunity. It means that despite being already ill, a person is susceptible to reinfection (e.g., cold or seasonal flu). These processes can be described by the following equations:
d s d t = β i s + γ i , d i d t = β i s γ i ,
where i , s represent the fraction of susceptible and infected actors in the total population, respectively. The state changes are also presented in Figure 3.
This model corresponds to real processes of spreading seasonal diseases such as cold or flu, for which one does not acquire immunity, as in the case of chickenpox or mumps. The representation of this model for the network is similar to the case described for the S I R model, except that instead of a transition to state R, there will be a return to state S [21].
Epidemic models can be used to simulate other spreading processes. The most common example would be information spreading, where we have models such as U A U [22] (unaware–aware–unaware) or U A F [23] (unaware–aware–forgot), which are based on S I S and S I R models, respectively. In the case of our research, we decided to use an S I S -based model (i.e., U A U [22]) to model the spread of information.

2.2.3. Interaction between Processes

Interactions between multiple processes in a network can take many forms, and most research is centered on one of three categories: supporting, competing, and mixed approaches [17].
Supporting processes are observed, for example, in the case of opinion formation and decision-making, where public opinion about a topic is taken into account during the decision-making process [24].
Epidemics in multilayer networks can take a cooperative form, as one disease can exacerbate or inhibit the development of another [25]. As a result, the dynamics and extent of a disease can be increased by other diseases spreading in the same network. One disease may be a consequence of contracting another. For example, the number of people with tuberculosis increases in the population with HIV [26]. However, the issue of mutual support processes represents a small percentage of all works [17].
Competing processes. Competition between processes has been modeled and analyzed on a large scale. An example can be competition studies for memes [27] and extended to generalization for other content [28].
Competitive processes have also been studied in the context of optimal resource allocation in multilayer networks, where a single node may participate in multiple processes at the same time. It has also been shown that the diffusion of resources in the information layer can affect the spread of outbreaks in the physical contact layer and change the phase transition. Studies have shown that the existence of optimal resource diffusion leads to maximum disease suppression [29].
Mixed approaches. The third type of interaction is a mixed approach, used in modeling competing and supporting processes spreading simultaneously. For example, the appearance on the market of new technologically advanced products, which are very similar to each other, creates a demand for new services (support) and, at the same time, strengthens the competition on the market (competition) [30].
Researchers also analyzed the coexistence of cooperation and competition mechanisms. They observed that increased cooperation boosts the ability of content to spread across all layers, whereas without cooperation, the layers are independent, and each virus spreads only within one layer. Due to the competition mechanism, only one viral agent can be assigned to one node [31].
Interesting results can be observed in the field of spreading diseases and information about them. In some research, awareness inhibits the spread of diseases. On the other hand, we can have a situation in which the infected node becomes aware and can spread infection and information about the disease at the same time [12,15,16]. A similar scenario in which disease supports the spread of information, and awareness reduces disease, was also examined for disease and immunization. The spread in a multilayer structure that contains disease and immunization can enhance or dampen the epidemic. While immunization can compete with the epidemic, it can also enhance its dynamics [32]. Mixed interactions can also be observed in individuals waiting for immunization [33].

2.3. Adjusting Parameters for COVID-19 Pandemic

Based on previous research in epidemic modeling, we adjusted the model’s parameters to the SARS-CoV-2 virus and the early days of the COVID-19 pandemic. Out of many existing epidemic models, for virus spread, the S I R model was selected, and for information spread, the U A U ( S I S ) model was chosen. Values for all parameters can be found in Table 1 and the explanation for those values can be found in the following subsections.

2.3.1. S I R Model

In the beginning, it was necessary to define the initial conditions and assumptions resulting from the specificity of the virus, as well as the research questions posed. That was equal to answering the questions where?, what?, and how? it spreads.
Spreading structure. To simulate the coronavirus epidemic, it was necessary to select the structure in which it would occur. In the real world, the virus is spread through direct contact between a susceptible person and an infected person or through things/objects/surfaces upon which virus particles have settled. Additionally, the situation is complicated because susceptibility to infection is an individual factor. Moreover, in the case of the analyzed virus, this factor is greater for the elderly or people suffering from chronic diseases.
Initial state. An essential question is how to initiate an outbreak. Based on the literature analysis, there are two main approaches to establishing the initial state of the network. In the first one, the epidemic starts with the disease of a certain number of individuals, the most common being the so-called patient zero. This approach, as faithful as possible to the principles of epidemiology, is slightly troublesome from the perspective of comparative studies when we test networks of different sizes [34]. An alternative approach is more sympathetic to comparative analysis, as it assumes that some percentage of nodes in a network or layer is initially infected [35]. Due to the prospect of comparing epidemic progression for networks of different sizes, we used the second approach.
In the initial state, one percent of all nodes in the personal contact layer are infected. The calculated number of infected actors is rounded up to an integer value to ensure that for networks with the number of nodes in the contact layer below 100, we have at least a single seed node. Determining the actors who will be infected is the result of random selection.
State changes. An actor in state S can change its state with probability β to I if it has an infected neighbor. This model means that for each actor in the state I, all direct neighbors (all nodes connected by an edge to a given infected node) are searched; for each of them, a value between (0, 1) indicating the probability of infection is randomized that is compared with the value of the threshold β . If the drawn value is less than the β then this actor will change its state to I on the next epidemic day (iteration of the process). Otherwise, the state of the node will not change. A separate draw determines the change of state of an actor in the state I. When all neighbors of the infected individual are found, a probability value is generated from the interval (0, 1) for it and, similarly to the case described above, it is compared with γ . The change in state to R will occur only if the generated value is lower than the γ . If this does not happen, the actor remains in the state I and continues to infect.
It should be noted that a node that has changed its state to R cannot change it to I again. However, there are indeed reports of reinfection in the literature, but their percentage relative to all cases is so low that they are not included in this model.
Probabilities β and γ . The coronavirus pandemic led to intensive work in the scientific community on modeling the epidemic. As a result, in the literature, one can find probability values for the S I R model tailored to the modeling of the SARS-CoV-2 virus spreading. Most publications concern Asian countries, especially China, where the pandemic began, and European countries, where the epidemic further developed—causing paralysis of health services, resulting in serious illnesses or deaths of many people. These countries included Italy, Spain, France, and, to a lesser extent, Germany and Poland.
Based on the analysis of available works, as well as the available social networks and their density, it was decided to adopt four different probability values, the first three for Italy ( β = 0.19 , γ = 0.10 [36], β = 0.22 , γ = 0.02 [37], β = 0.28 , γ = 0.08 [38]) and one for Poland ( β = 0.31 , γ = 0.10 [36]).

2.3.2. U A U Model

The spread of the virus is accompanied by the spread of awareness (information) of its existence. However, this is a process at least partly independent of the spread of the virus. For this reason, it is necessary to have two different models for both processes. For the spread of information about the virus, the S I S -based U A U model was adapted.
Previous research showed that despite the spreading of seasonal diseases such as cold or flu, the U A U model could be successfully adapted for the spread of different types of information, taking into account the process of forgetting [13]. The states of the model can then be described as U (unaware)—unaware of information (S in S I S model) and A (aware)—spreading information (I in S I S model).
The change of states is determined by the probabilities β and γ . To simplify the understanding of the interactions between the models, the probabilities will be denoted by symbols ϵ and μ , respectively.
In the U A U model, an unaware actor in state U may learn about the existence of the virus from a conscious member of the population A. Over time, the aware person returns to state U, which corresponds to the situation in which someone forgets about the existence of the virus or becomes used to it and awareness does not affect its behavior [13]; for example, someone, despite knowing about the pandemic, stops wearing the mask. Similarly to the adaptation of the S I R model, for the U A U model, it was necessary to define the initial state and the assumptions.
Spreading structure. Simulating the spread of information requires defining the medium in which it will occur. Information and viruses in the real world coexist within the same population. Therefore, the network for the S I S and S I R models is common. However, the specifics of spreading differ. Unlike the virus, access to information is so widespread that receiving it does not require direct contact between two people. Information reaches the recipient through social networks, the Internet, newspapers, etc. However, this does not exclude acquiring information through real interpersonal contacts or traveling by shared means of transport. Furthermore, obtaining information from one source does not prevent encountering the same information again through another medium. Therefore, to simulate a real process, information may spread throughout the network at all layers. For simplicity, the type of interaction does not affect the entire process; regardless of the layer, the assumptions are the same.
Initial state. Similar to the infection process, information appears in a population through human action. To determine the initial state of the aware population, the same tactics were used as for the virus. Initially, one percent of all actors in the network are aware of the virus. The selection of informed actors results from random selection similar to the S I R process.
State changes. An actor in state U can change its state to A with probability ϵ if it has an aware neighbor. What this model means is that for each actor in state U, all immediate neighbors (all nodes connected by an edge to a given aware vertex) are searched, and for each of them, a value is drawn from the interval (0, 1), denoting the probability of awareness. It is then compared with the value of the threshold ϵ . If the drawn value is less than the ϵ , the actor will change its state to A in the next iteration. Otherwise, the state of the individual will not change.
A separate drawing determines the change of state of an actor in state A. When all neighbors of the aware individual are found, then a probability value from the interval (0, 1) is drawn for it and, similar to the case described above, compared with the threshold, which is the probability μ . A return to state U will occur only if the drawn value is less than the μ . If this does not happen, the actor remains in state A and continues to spread information. A node that has changed its state to U may change it again to A. Although, over time, we forget a given piece of information or consciously downplay the presence of the virus, resulting in a return to state U, this does not preclude a renewed increase in interest or awareness.

Probabilities  ϵ and  μ

In previous research, we could not find information on how to determine the ϵ and μ for the U A U model during the spread of information about the SARS-CoV-2 virus. Therefore, it was assumed that the probabilities ϵ and μ would be equal to the probabilities of the S I R model to reflect the intensity of the spread of information and this issomehow related to the intensity of virus spread. Since in real life, the spread of information is much faster than the virus itself, it was decided to extend the set of probabilities by multiplying the initial probabilities according to the equations:
ϵ = m i n ( β x , 1 ) , μ = m i n ( γ x , 1 ) w h e r e x ε { 1 , 2 , 3 , 4 } .
Thus, for each β and γ combination, we have four combinations of ϵ and μ .

2.3.3. Interaction between Virus and Information Processes

While analyzing the impact of the spread of information on the virus, it is necessary to locate both processes in a single medium. For this purpose, a multilayer network was chosen. The virus spread, simulated by the S I R model, will progress within a direct contact layer. In contrast, awareness will spread in all layers. Therefore, it is necessary to address the interaction between the models. In reality, awareness of the virus causes a range of behaviors designed to avoid infection (social distancing, masks, vaccination, etc.). A representation of this phenomenon will be a reduction in the infection probability, β , for actors aware of the virus. Choosing just one number for the reduction of β was difficult since different actions yield different results in infection risk reduction. For example, wearing a mask will result in 65% risk reduction (RR) [39], and one meter of social distancing has a similar effect (RR of 65%) [39,40], with RR increasing with the distance [39]. Other actions have lower (e.g., face shields) or higher RR (e.g., quarantine and self-isolation have RR of almost 100%). Additionally, one will increase RR with the combination of more than one action (e.g., face mask and social distancing). Since various countries decided on different actions and various actions have various effects we decided to assume RR of 90%. Thus, the primary probability will be reduced by a factor of ten, which the following equation can describe: β = β 10 , where β is the probability of infection and β is the probability of infection of an aware node.
Similar to how awareness affects the probability of infection, the infection can alter the chance of becoming aware. This corresponds to the situation where a person with COVID-19 becomes aware of the SARS-CoV-2 virus by having specific disease symptoms or test results. However, not all cases of infection with the coronavirus are manifested by symptoms [41,42]. At the same time, symptoms can be similar to other upper respiratory diseases that are not difficult to confuse. To address the impact of this phenomenon on the ϵ , the percentage of symptomatic patients was taken. In previous research on the SARS-CoV-2 virus, only a few addressed the issue of the number of asymptomatic patients. One of the most important is the proportion of patients with asymptomatic COVID-19 based on observations of passengers on the Diamond Princess, a quarantined ship off the coast of Wuhan. In this case, 17.9% of the ill passengers were asymptomatic [41]. However, it should be noted that the ship’s crew, by sharing the quarantine, was an isolated community, so generalizing the results to the whole population might not be correct. Slightly more general results were obtained in a study of a group of Japanese people evacuated from Wuhan by a shared plane. Although the group examined was smaller than that of the ship’s passengers, a significant difference is the lack of shared isolation. Researchers, using a binomial distribution, estimated that among evacuees, the proportion of symptomless patients was 30.8% [42]. The characteristics of the virus change over time due to mutations or certain individual attributes in different populations. However, since we are interested in the initial part of the pandemic, we can use published data from the initial period of the spread of the SARS-CoV-2 virus. Based on this, we assumed that the probability that the unaware node becomes aware if it is infected will correspond to the percentage of symptomatically ill people from [42], i.e., ϵ = 0.692 . The described changes in probabilities are presented in Table 2.
In summary, the interaction between information dissemination and virus spread can be classified as a mixed interaction. The virus spread supports information dissemination, and information dissemination can suppress virus spread. An example of support is increasing the chance of obtaining information about the virus for an infected node. This allows the information to spread faster.
Otherwise, knowledge of the existence of the virus reduces the chances of an actor being infected by blocking the development of an epidemic. This is an example of competition. It should be noted that competition is not limited to the layer where both processes occur because awareness of the virus gained in the layer of direct contacts affects the spread of information about the virus in all other layers.

3. Results and Discussion

Experiments were performed using multinet library [43] and six multilayer networks (Table 3). For each network, we selected a layer acting as a direct contact layer for virus spread. For some networks, the selection was based on the characteristic of interactions between layers (e.g., N1), while for others, the choice was arbitrary (e.g., N3). The rest of the layers acted as communication layers. For the bigger networks, N5 and N6, we ran the experiment a few times, each time with a different layer acting as the direct contact layer. We know that not all networks are classic social networks; however, we also wanted to observe the effects on other complex networks, especially since they reflect human mobility (N3) or information exchange (N5, N6).
To evaluate the relationship between information spread and virus spread, three main scenarios were constructed.
  • Worst case scenario: only virus spreads ( S I R ).
  • Best-case scenario: virus and awareness spread simultaneously ( S I R and U A U ).
  • Evaluated scenario: the virus spreads, but the information about the virus is blocked for some period. When the blocking time ends, the information (awareness) about the virus also starts to spread (blocking).
Only virus spreads. In the direct contact layer, one percent of all actors are infected by drawing lots. Simulations lasted 150 days, where one day is one iteration of the S I R model. During an epidemic, the probabilities β and γ are constant. The epidemic can end before 150 days if all actors are recovered or, although there are people in the susceptible state, they do not have infectious neighbors, so they cannot become infected. The first case refers to the situation in which the entire society has been infected and recovered, while the second case refers to the situation in which enough people have been infected to create herd immunity in society. For each set of parameters, the scenario was run at least 20 times.
Virus and information spread simultaneously. In the direct contact layer, the virus spreads the same way as when there is no information. At the same time, information about the existence of the virus spreads throughout the network. As a result of a random draw, those who are aware of the existence of the virus are selected, representing one percent of all nodes in the network. This is followed by the awareness-spreading process according to an adapted U A U model with fixed probabilities ϵ and μ . There are interactions between the processes. If an actor is aware of a virus, then their probability of being infected is changed to a smaller value β . In the opposite situation, for an infected actor, the probability of becoming aware is ϵ . As in the case of the virus itself, the epidemic can end before 150 days have passed when everyone is in state R or the number of infected nodes is zero. The scenario is repeated at least 20 times for each combination of parameters.
Information blocking. Similar to the spread of a single process, the virus spreads through a layer of direct contacts. The epidemic lasted 150 days. In the initial phase of the experiment, the probabilities β and γ are constant, and only the virus spreads in the network. The spread of information begins after the blocking time, which is intended to simulate the real situation when the information about SARS-CoV-2 was not released to the public. The Citizen Lab report shows that the blocking lasted three weeks (21 days) [2]. Consequently, for the first 21 iterations, the spread of information is blocked. As networks of different sizes were analyzed, it was decided to test the effect of changing the blocking time on the outbreak and additionally test blocking for one week (7 iterations) and two weeks (14 iterations). After that time, the spread of the information begins, and the information spreads simultaneously to virus as described above (scenario: virus and information spread simultaneously). The epidemic lasts 150 days or until all nodes are in the R state or no actor is in the I state. The scenario is repeated at least 20 times for each combination of parameters.

3.1. Effect of Information Blocking

To compare three scenarios with each other, we looked at three moments during the epidemic spreading:
  • When the peak of the infected people occurred, assuming that the later this happened the better, as it gives the healthcare services more time to prepare. Thus, we took the peak day for case 2 (virus and information spread simultaneously) and calculated how much faster we would have the peak day for the other two cases.
  • How many people became infected till the peak day? We took the peak day for the second case (virus and information) and compared how many more people became infected until this day in the other two cases (taking into account both infected and recovered nodes).
  • How many people became infected during 150 days? We took the final number of infected and recovered people for the second case (virus and information) and compared how many more people became infected during 150 days in the other two cases (taking into account both infected and recovered nodes).
Table 4 and Figure 4 present the summary of our results for the three aspects mentioned above. We can see that in most networks, the results indicate that blocking information for just 21 days results in the peak day being up to 35% (network N2) faster than in the case where the information can spread together with the virus. A similar case occurs with the number of infected individuals on the peak day, which can be up to 138% (again for network N2) higher than for the S I R and U A U process. Interestingly, while information blocking significantly impacts the “peak time”, it has a lower impact on the total number of individuals affected by the disease after 150 days.
We have to note that since both S I R and U A U are not deterministic processes, we repeated the simulation at least 20 times for each combination of parameters. However, for bigger networks such as N6-dis-nn, N6-MN, and N6-SI, this number was too low, and in the case of those networks, all three cases ( S I R , S I R , and U A U , blocking) were very similar. Each one was within the standard deviation of another two, and there was no statistically significant difference between all three cases (Table 5). Unfortunately, due to the size of the network and the number of combinations of parameters, we could not repeat the simulations more times.

3.2. Duration of the Delay

The next element we evaluated was the effect of the delay duration on the epidemic spreading. To do so, we ran our experiments again, this time for 7- and 14-day information blocking periods, and compared the with previous results for the 21-day blocking period. Due to the network size in this experiment, we did not use the N5 network. The results show that information blocking, regardless of the blocking period, results in very similar results, i.e., although for some individual networks, longer blocking results in a faster epidemic peak and higher number of infected nodes, on average, the results for all blocking periods are very similar (Table 6 and Figure 5), and according to Wilcoxson signed rank test, most of the differences are not statistically significant (Table 7).
This leads to the conclusion that what is important is the fact that we block information about infectious diseases, not the duration of the ban. This emphasizes the need to share information with society as soon as possible so that the information can start spreading as soon as possible and prevent as many infections as possible, especially in the first weeks of a pandemic.

4. Conclusions

The study included an investigation of the influence of information blocking on the spread of infectious diseases. A comparison of the intensity of the epidemic for three different periods of information blocking, as well as an investigation of the impact of the parameters of the information spreading model on the epidemic course, revealed that the spreading of information about the virus reduces the intensity of the epidemic and flattens the disease curve. No impact of shorter blocking periods on the change in epidemic dynamics was found, indicating that even a short period of information blocking will increase the size and speed of the epidemic.

Limitations of Our Research

The problem of spreading information and virus in multilayer networks is very important. This work focused on mapping the most important features of the propagation of the SARS-CoV-2 virus and information about it. Research allowed us to investigate the most important relationships; however, some aspects must be elaborated further. In this paper, the spreading probability thresholds for the S I R model and the U A U are assumed to be the same for all actors. They only change due to interactions between processes, but each change results in the same probability value. In real life, the chance of contracting a virus is significantly influenced by age, the burden of additional diseases, and other factors. Therefore, it would be necessary to investigate how the analyzed process will shape the individual probability of infection for each actor in the network. One way of studying this dependence would be to randomize the status of individual actors in the network based on available statistics that describe the characteristics of the population of a given country through information such as gender, age, or the percentage of patients with specific diseases.
A broader view of the examined relationship between virus and information spread could be gained by extending the set of tested probabilities for the S I R model to include probability values for countries other than Italy and Poland.
The model of the spread of information about the virus could be improved with the time dependence of the probability of information spread. In this way, it would be possible to represent the real pattern that new information is more popular. Then it spreads faster in direct contacts, as well as through social networks. As the information becomes older, it becomes less popular, which means that the spread is slower, and sometimes stops completely. Additionally, our model assumes that the information spreads between actors, ignoring the external influence on the network, such as government information campaigns that target all nodes in the network simultaneously. Because of this mechanism, the influence of information blocking could be even more profound since information might reach all nodes at the beginning of the epidemic.
An additional interesting issue is an attempt to represent the phenomenon of “forgetting” or ignoring the existence of the virus. It is the result of the fatigue of having to respect the restrictions imposed by the authorities or to be careful and wear personal protective equipment. Therefore, as time passes, more and more people start to ignore the information about the existence of the virus and become less vigilant. This should be expressed as an increased chance of infection despite awareness of the virus after a certain period of the epidemic.
Finally, we used average-sized networks. It would be interesting to use larger networks that better reflex the complexity of interaction between people on various levels and consider real mobility patterns.

Author Contributions

Conceptualization, P.W. and P.B.; methodology, P.B.; software, P.W.; validation, P.W. and P.B.; formal analysis, P.B.; investigation, P.B.; data curation, P.W.; writing—original draft preparation, P.W. and P.B.; writing—review and editing, P.B.; supervision, P.B.; project administration, P.B.; funding acquisition, P.B. All authors have read and agreed to the published version of the manuscript.

Funding

This work was partially supported by the Polish National Science Centre, under Grant no. 2016/21/D/ST6/02408 and 2022/45/B/ST6/04145.

Institutional Review Board Statement

Not applicable.

Data Availability Statement

All datasets are available at CoMuNe Lab, Research Group for Multilayer Modeling and Analysis of Complex Systems https://manliodedomenico.com/data.php (accessed on 23 January 2023).

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Castellano, C.; Pastor-Satorras, R. Thresholds for epidemic spreading in networks. Phys. Rev. Lett. 2010, 105, 218701. [Google Scholar] [CrossRef] [Green Version]
  2. Ruan, L.; Knockel, J.; Crete-Nishihata, M. Censored Contagion: How Information on the Coronavirus Is Managed on Chinese Social Media; Technical Report Citizen Lab Research Report No. 125; University of Toronto: Toronto, ON, Canada, 2020. [Google Scholar]
  3. Fu, K.w.; Zhu, Y. Did the world overlook the media’s early warning of COVID-19? J. Risk Res. 2020, 23, 1047–1051. [Google Scholar] [CrossRef]
  4. Green, A. Li wenliang. Lancet 2020, 395, 682. [Google Scholar] [CrossRef]
  5. Shih, G.; Rauhala, E.; Sun, L.H. Early missteps and state secrecy in China probably allowed the coronavirus to spread farther and faster. Washington Post, 1 February 2020. [Google Scholar]
  6. Shih, G.; Knowles, H. A Chinese doctor was one of the first to warn about coronavirus. He got detained—and infected. Washington Post, 4 February 2020. [Google Scholar]
  7. Zhu, Y.; Fu, K.W.; Grépin, K.A.; Liang, H.; Fung, I.C.H. Limited early warnings and public attention to coronavirus disease 2019 in China, January–February, 2020: A longitudinal cohort of randomly sampled Weibo users. Disaster Med. Public Health Prep. 2020, 14, e24–e27. [Google Scholar] [CrossRef] [Green Version]
  8. Yu, V. Hero who told the truth’: Chinese rage over coronavirus death of whistleblower doctor. The Guardian, 7 February 2020. [Google Scholar]
  9. Kang, D. Wuhan Officials Face Questions, Anger over Virus Response. AP News 2020, 29, 2020. [Google Scholar]
  10. Davidson, H. Chinese inquiry exonerates coronavirus whistleblower doctor. The Guardian, 20 March 2020. [Google Scholar]
  11. Funk, S.; Gilad, E.; Watkins, C.; Jansen, V.A. The spread of awareness and its impact on epidemic outbreaks. Proc. Natl. Acad. Sci. USA 2009, 106, 6872–6877. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  12. Yang, H. Impact of network overlapping on dynamical interplay between information and epidemics. In Proceedings of the ICNC-FSKD 2016, Changsha, China, 13–15 August 2016; IEEE: Piscataway, NJ, USA, 2016; pp. 316–320. [Google Scholar]
  13. Xia, C.; Wang, Z.; Zheng, C.; Guo, Q.; Shi, Y.; Dehmer, M.; Chen, Z. A new coupled disease-awareness spreading model with mass media on multiplex networks. Inf. Sci. 2019, 471, 185–200. [Google Scholar] [CrossRef]
  14. Zheng, C.; Xia, C.; Guo, Q.; Dehmer, M. Interplay between SIR-based disease spreading and awareness diffusion on multiplex networks. J. Parallel Distrib. Comput. 2018, 115, 20–28. [Google Scholar] [CrossRef]
  15. Guo, Y.; Tu, L.; Shen, H.; Chai, L. Transmission dynamics of disease spreading in multilayer networks with mass media. Phys. Rev. E 2022, 106, 034307. [Google Scholar] [CrossRef] [PubMed]
  16. Ma, W.; Zhang, P.; Zhao, X.; Xue, L. The coupled dynamics of information dissemination and SEIR-based epidemic spreading in multiplex networks. Phys. A Stat. Mech. Appl. 2022, 588, 126558. [Google Scholar] [CrossRef] [PubMed]
  17. Bródka, P.; Musial, K.; Jankowski, J. Interacting spreading processes in multilayer networks: A systematic review. IEEE Access 2020, 8, 10316–10341. [Google Scholar] [CrossRef]
  18. Dickison, M.E.; Magnani, M.; Rossi, L. Multilayer Social Networks; Cambridge University Press: Cambridge, UK, 2016. [Google Scholar]
  19. Bródka, P.; Kazienko, P. Multilayer Social Networks. In Encyclopedia of Social Network Analysis and Mining; Springer: New York, NY, USA, 2018; pp. 1408–1422. [Google Scholar] [CrossRef]
  20. Kivelä, M.; Arenas, A.; Barthelemy, M.; Gleeson, J.P.; Moreno, Y.; Porter, M.A. Multilayer Networks. J. Complex Netw. 2014, 2, 203–271. [Google Scholar] [CrossRef] [Green Version]
  21. Pastor-Satorras, R.; Castellano, C.; Van Mieghem, P.; Vespignani, A. Epidemic processes in complex networks. Rev. Mod. Phys. 2015, 87, 925. [Google Scholar] [CrossRef] [Green Version]
  22. Zang, H. The effects of global awareness on the spreading of epidemics in multiplex networks. Phys. A Stat. Mech. Appl. 2018, 492, 1495. [Google Scholar] [CrossRef]
  23. Scatà, M.; Di Stefano, A.; Liò, P.; La Corte, A. The impact of heterogeneity and awareness in modeling epidemic spreading on multiplex networks. Sci. Rep. 2016, 6, 37105. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  24. Alvarez-Zuzek, L.G.; La Rocca, C.E.; Vazquez, F.; Braunstein, L.A. Interacting social processes on interconnected networks. PLoS ONE 2016, 11, e0163593. [Google Scholar] [CrossRef] [PubMed]
  25. Zhou, S.; Xu, S.; Wang, L.; Liu, Z.; Chen, G.; Wang, X. Propagation of interacting diseases on multilayer networks. Phys. Rev. E 2018, 98, 012303. [Google Scholar] [CrossRef] [PubMed]
  26. Azimi-Tafreshi, N. Cooperative epidemics on multiplex networks. Phys. Rev. E 2016, 93, 042303. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  27. Wei, X.; Valler, N.C.; Prakash, B.A.; Neamtiu, I.; Faloutsos, M.; Faloutsos, C. Competing memes propagation on networks: A network science perspective. IEEE J. Sel. Areas Commun. 2013, 31, 1049–1060. [Google Scholar] [CrossRef] [Green Version]
  28. Sahneh, F.D.; Scoglio, C. May the best meme win!: New exploration of competitive epidemic spreading over arbitrary multi-layer networks. arXiv 2013, arXiv:1308.4880. [Google Scholar]
  29. Watkins, N.J.; Nowzari, C.; Preciado, V.M.; Pappas, G.J. Optimal resource allocation for competitive spreading processes on bilayer networks. IEEE Trans. Control Netw. Syst. 2016, 5, 298–307. [Google Scholar] [CrossRef]
  30. Danziger, M.M.; Bonamassa, I.; Boccaletti, S.; Havlin, S. Dynamic interdependence and competition in multilayer networks. Nat. Phys. 2019, 15, 178–185. [Google Scholar] [CrossRef] [Green Version]
  31. Wang, W.; Chen, M.; Min, Y.; Jin, X. Structural diversity effects of multilayer networks on the threshold of interacting epidemics. Phys. A Stat. Mech. Appl. 2016, 443, 254–262. [Google Scholar] [CrossRef]
  32. Jo, H.H.; Baek, S.K.; Moon, H.T. Immunization dynamics on a two-layer network model. Phys. A Stat. Mech. Appl. 2006, 361, 534. [Google Scholar] [CrossRef] [Green Version]
  33. Liu, Q.; Chen, X.; Wang, W. Degree-correlaed vaccination in aymmetric interacting spreading dynamics. In Proceedings of the ICNC-FSKD 2017, Guilin, China, 29–31 July 2017; IEEE: Piscataway, NJ, USA, 2017; pp. 360–364. [Google Scholar]
  34. Zuzek, L.; Stanley, H.E.; Braunstein, L.A. Epidemic model with isolation in multilayer networks. Sci. Rep. 2015, 5, 12151. [Google Scholar] [CrossRef] [Green Version]
  35. Miller, J.C. Mathematical models of SIR disease spread with combined non-sexual and sexual transmission routes. Infect. Dis. Model. 2017, 2, 35–55. [Google Scholar] [CrossRef]
  36. Toda, A.A. Susceptible-infected-recovered (sir) dynamics of COVID-19 and economic impact. arXiv 2020, arXiv:2003.11221. [Google Scholar]
  37. Calafiore, G.C.; Novara, C.; Possieri, C. A modified SIR model for the COVID-19 contagion in Italy. In Proceedings of the 2020 59th IEEE Conference on Decision and Control (CDC), Jeju Island, Republic of Korea, 14–18 December 2020; IEEE: Piscataway, NJ, USA, 2020; pp. 3889–3894. [Google Scholar]
  38. Simha, A.; Prasad, R.V.; Narayana, S. A simple stochastic sir model for COVID-19 infection dynamics for karnataka: Learning from europe. arXiv 2020, arXiv:2003.11920. [Google Scholar]
  39. Chu, D.K.; Akl, E.A.; Duda, S.; Solo, K.; Yaacoub, S.; Schünemann, H.J.; El-Harakeh, A.; Bognanni, A.; Lotfi, T.; Loeb, M.; 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, 395, 1973–1987. [Google Scholar] [CrossRef] [PubMed]
  40. McGrail, D.J.; Dai, J.; McAndrews, K.M.; Kalluri, R. Enacting national social distancing policies corresponds with dramatic reduction in COVID19 infection rates. PLoS ONE 2020, 15, e0236619. [Google Scholar] [CrossRef] [PubMed]
  41. Mizumoto, K.; Kagaya, K.; Zarebski, A.; Chowell, G. Estimating the asymptomatic proportion of coronavirus disease 2019 (COVID-19) cases on board the Diamond Princess cruise ship, Yokohama, Japan, 2020. Eurosurveillance 2020, 25, 2000180. [Google Scholar] [CrossRef] [Green Version]
  42. Nishiura, H.; Kobayashi, T.; Miyama, T.; Suzuki, A.; Jung, S.m.; Hayashi, K.; Kinoshita, R.; Yang, Y.; Yuan, B.; Akhmetzhanov, A.R.; et al. Estimation of the asymptomatic ratio of novel coronavirus infections (COVID-19). Int. J. Infect. Dis. 2020, 94, 154–155. [Google Scholar] [CrossRef] [PubMed]
  43. Magnani, M.; Rossi, L.; Vega, D. Analysis of Multiplex Social Networks with R. J. Stat. Softw. 2021, 98, 1–30. [Google Scholar] [CrossRef]
  44. Rossi, L.; Magnani, M. Towards effective visual analytics on multiplex and multilayer networks. Chaos Solitons Fractals 2015, 72, 68–76. [Google Scholar] [CrossRef] [Green Version]
  45. Coleman, J.; Katz, E.; Menzel, H. The diffusion of an innovation among physicians. Sociometry 1957, 20, 253–270. [Google Scholar] [CrossRef]
  46. Cardillo, A.; Gómez-Gardenes, J.; Zanin, M.; Romance, M.; Papo, D.; Del Pozo, F.; Boccaletti, S. Emergence of network features from multiplexity. Sci. Rep. 2013, 3, 1344. [Google Scholar] [CrossRef] [Green Version]
  47. Snijders, T.A.; Pattison, P.E.; Robins, G.L.; Handcock, M.S. New specifications for exponential random graph models. Sociol. Methodol. 2006, 36, 99–153. [Google Scholar] [CrossRef]
  48. Omodei, E.; De Domenico, M.D.; Arenas, A. Characterizing interactions in online social networks during exceptional events. Front. Phys. 2015, 3, 59. [Google Scholar] [CrossRef] [Green Version]
  49. De Domenico, M.; Lancichinetti, A.; Arenas, A.; Rosvall, M. Identifying modular flows on multilayer networks reveals highly overlapping organization in interconnected systems. Phys. Rev. X 2015, 5, 011027. [Google Scholar] [CrossRef] [Green Version]
  50. Conover, W.J. Practical Nonparametric Statistics; John Wiley & Sons: Hoboken, NJ, USA, 1999; Volume 350. [Google Scholar]
  51. Hassan, B.A.; Rashid, T.A. Operational framework for recent advances in backtracking search optimisation algorithm: A systematic review and performance evaluation. Appl. Math. Comput. 2020, 370, 124919. [Google Scholar] [CrossRef] [Green Version]
Figure 1. An example of multilayer networks.
Figure 1. An example of multilayer networks.
Entropy 25 00231 g001
Figure 2. State changes in S I R model.
Figure 2. State changes in S I R model.
Entropy 25 00231 g002
Figure 3. State changes for S I S model.
Figure 3. State changes for S I S model.
Entropy 25 00231 g003
Figure 4. The results for different scenarios; our baseline is S I R and U A U to which we compare two other processes. Each bar represents how much faster the peak day was or how many more nodes became infected (until the peak day or until day 150) compared to S I R and U A U , that is, the scenario where both the virus and the information start to spread at the same time.
Figure 4. The results for different scenarios; our baseline is S I R and U A U to which we compare two other processes. Each bar represents how much faster the peak day was or how many more nodes became infected (until the peak day or until day 150) compared to S I R and U A U , that is, the scenario where both the virus and the information start to spread at the same time.
Entropy 25 00231 g004
Figure 5. The results for different delay times (the baseline is S I R and U A U with 21 days delay) to which we compare two other delay periods. Each bar represents how much sooner or later (in case of negative values) the peak day was, or how many more or fewer (in the case of negative values) nodes became infected till peak day or till day 150.
Figure 5. The results for different delay times (the baseline is S I R and U A U with 21 days delay) to which we compare two other delay periods. Each bar represents how much sooner or later (in case of negative values) the peak day was, or how many more or fewer (in the case of negative values) nodes became infected till peak day or till day 150.
Entropy 25 00231 g005
Table 1. Summary of the experimental setup.
Table 1. Summary of the experimental setup.
Param.ValuesDescription
  β 0.19, 0.22, 0.28, 0.31The probability of contracting an infection during contact with an infected individual.
  γ 0.1, 0.02, 0.08The probability of recovery of an infected individual during each iteration.
  β β 10 The probability of contracting infection by aware person.
  ϵ m i n ( β x , 1 ) ; x ε { 1 , 2 , 3 , 4 } The probability of an unaware person contracting the information from their aware neighbor.
  μ m i n ( γ x , 1 ) ; x ε { 1 , 2 , 3 , 4 } The probability of an aware person forgetting the information or stopping being influenced by it.
  ϵ 0.692The probability of an unaware infected person to become aware.
time150We simulated the first 150 days of the pandemic.
repetition20The simulation was repeated 20 times for each combination of parameters and each network.
Table 2. Probabilities change by spreading processes interactions.
Table 2. Probabilities change by spreading processes interactions.
State in SIR ModelState in UAU ModelProbability Change
SusceptibleUnaware-
InfectiousAware-
RecoveredUnaware-
SusceptibleAware  β β
InfectiousUnaware  ϵ ϵ
RecoveredAware-
Table 3. Networks used in experiments, their parameters, and short description. The average degree of actors was calculated using degree definition from [43]. For each direct contact layer, the average node degree on that layer is included in the brackets.
Table 3. Networks used in experiments, their parameters, and short description. The average degree of actors was calculated using degree definition from [43]. For each direct contact layer, the average node degree on that layer is included in the brackets.
Net.LayersNodesEdgesAvg. DegreeDirect Contact LayerDescription
N156162020.33work (6.47)AUCS CS-AARHUS [44]
N23241137011.37advice (4.18)Ckm Physicians Innovation [45]
N337417358817.21Ryanair (9.39)EU Air Transportation [46]
N4371165946.73co-work (10.8)Lazega Law Firm [47]
N5388,804210,2504.64RT (2.79) and MT (3.83)Tweets related to 2013 World Championships in Athletics [48]
N61314,48959,0268.39physics.bio-ph (4.13), q-bio.MN (4.64), physics.data-an (5.30), cond-mat.dis-nn (4.19), cs.SI (4.69)Arxiv papers related to Network Science [49]
Table 4. The results for different scenarios: our baseline is S I R and U A U to which we compare two other processes. The value in each cell represents how faster the peak day was or how many more nodes were infected (until the peak day or until 150 day) compared to S I R and U A U , that is, the scenario where both the virus and the information start to spread at the same time.
Table 4. The results for different scenarios: our baseline is S I R and U A U to which we compare two other processes. The value in each cell represents how faster the peak day was or how many more nodes were infected (until the peak day or until 150 day) compared to S I R and U A U , that is, the scenario where both the virus and the information start to spread at the same time.
Peak DayI + R at Peak DayI + R at 150 Day
Network SIR Blocking SIR Blocking SIR Blocking
N116.65%15.18%23.78%21.91%10.70%9.80%
N234.54%35.42%136.78%138.23%91.80%95.83%
N315.16%10.82%18.60%19.05%10.73%11.26%
N452.15%50.74%35.77%33.28%8.74%7.14%
N5-RT6.51%6.36%7.14%6.24%3.59%2.67%
N5-MT1.96%0.78%7.32%6.75%4.56%3.88%
N6-bio-ph14.85%14.50%16.03%14.94%8.00%7.45%
N6-data-an3.00%2.81%7.42%6.00%3.48%2.78%
N6-dis-nn1.02%0.41%0.65%−0.68%0.28%−0.55%
N6-MN−0.15%0.02%1.24%−1.72%0.44%−0.82%
N6-SI0.58%−0.90%1.57%1.04%0.87%0.63%
Table 5. The results of the p-value for Wilcoxon signed rank test. We compare the results of S I R and blocking to S I R and U A U . Wilcoxson signed rank test is a nonparametric counterpart of the paired t-test and is often used in situations when we cannot ensure normal distribution of samples [50,51].
Table 5. The results of the p-value for Wilcoxon signed rank test. We compare the results of S I R and blocking to S I R and U A U . Wilcoxson signed rank test is a nonparametric counterpart of the paired t-test and is often used in situations when we cannot ensure normal distribution of samples [50,51].
Peak DayI + R at Peak DayI + R at 150 Day
Network SIR Blocking SIR Blocking SIR Blocking
N1<0.05<0.05<0.05<0.05<0.05<0.05
N2>0.05<0.05<0.05<0.05<0.05<0.05
N3<0.05<0.05<0.05<0.05<0.05<0.05
N4<0.05<0.05<0.05<0.05<0.05<0.05
N5-RT<0.05<0.05<0.05<0.05<0.05<0.05
N5-MT<0.05>0.05<0.05<0.05<0.05<0.05
N6-bio-ph<0.05<0.05<0.05<0.05<0.05<0.05
N6-data-an<0.05<0.05<0.05<0.05<0.05<0.05
N6-dis-nn<0.05>0.05<0.05<0.05>0.05<0.05
N6-MN>0.05>0.05>0.05<0.05>0.05>0.05
N6-SI>0.05<0.05<0.05<0.05<0.05<0.05
Table 6. The results for different delay times (the baseline is S I R and U A U with 21 days delay)to which we compare two other delay periods. The value in each cell represents how much sooner or later (in case of negative values) the peak day was, or how many more or fewer (in the case of negative values) nodes became infected till peak day or till day 150.
Table 6. The results for different delay times (the baseline is S I R and U A U with 21 days delay)to which we compare two other delay periods. The value in each cell represents how much sooner or later (in case of negative values) the peak day was, or how many more or fewer (in the case of negative values) nodes became infected till peak day or till day 150.
Peak DayI + R at Peak DayI + R at 150 Day
Network14 days7 days14 days7 days14 days7 days
N1−1.25%1.80%0.00%−2.20%0.55%−2.03%
N24.41%1.88%−4.07%−6.41%−4.12%−4.34%
N31.09%2.98%1.44%0.74%1.28%0.67%
N4−1.70%−2.21%1.85%0.85%1.83%1.10%
N6-bio-ph0.08%−0.54%0.03%−4.76%−0.24%−2.65%
N6-data-an−0.04%0.62%0.12%−0.12%0.05%−0.44%
N6-dis-nn0.81%0.42%0.44%−3.27%0.34%−2.76%
N6-MN3.47%0.74%0.21%0.44%−0.43%−0.20%
N6-SI0.76%−0.30%−0.20%−1.31%−0.13%−0.86%
Table 7. The results of the p-value for Wilcoxon signed-rank test. We compare the results of S I R and U A U with 7 and 14 days’ delay to S I R and U A U with 21 days’ delay. Wilcoxon signed-rank test is a nonparametric counterpart of the paired t-test and is often used in situations when we cannot ensure normal distribution of samples [50,51].
Table 7. The results of the p-value for Wilcoxon signed-rank test. We compare the results of S I R and U A U with 7 and 14 days’ delay to S I R and U A U with 21 days’ delay. Wilcoxon signed-rank test is a nonparametric counterpart of the paired t-test and is often used in situations when we cannot ensure normal distribution of samples [50,51].
Peak DayI + R at Peak DayI + R at 150 Day
Network14 days7 days14 days7 days14 days7 days
N1>0.05>0.05>0.05>0.05>0.05<0.05
N2>0.05<0.05>0.05>0.05>0.05>0.05
N3>0.05>0.05>0.05>0.05>0.05>0.05
N4>0.05>0.05>0.05>0.05>0.05>0.05
N6-bio-ph>0.05>0.05<0.05>0.05>0.05<0.05
N6-data-an>0.05>0.05>0.05>0.05>0.05<0.05
N6-dis-nn>0.05>0.05<0.05>0.05>0.05<0.05
N6-MN>0.05<0.05>0.05>0.05>0.05>0.05
N6-SI>0.05>0.05>0.05<0.05>0.05<0.05
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Wątroba, P.; Bródka, P. Influence of Information Blocking on the Spread of Virus in Multilayer Networks. Entropy 2023, 25, 231. https://doi.org/10.3390/e25020231

AMA Style

Wątroba P, Bródka P. Influence of Information Blocking on the Spread of Virus in Multilayer Networks. Entropy. 2023; 25(2):231. https://doi.org/10.3390/e25020231

Chicago/Turabian Style

Wątroba, Paulina, and Piotr Bródka. 2023. "Influence of Information Blocking on the Spread of Virus in Multilayer Networks" Entropy 25, no. 2: 231. https://doi.org/10.3390/e25020231

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop