1. Introduction
The novel coronavirus disease (COVID-19) first appeared in Wuhan city, and due to its high transmission rate, the virus has been rapidly spreading all over the world. On 8 March 2020, the WHO announced COVID-19 as a global pandemic [1]. As of 1 January 2021, there are over 100 million reported cases, and a death toll exceeding 2 million.
In the absence of a ready-to-use vaccine, and besides medical and biological research, mathematical models can play an important role in understanding and predicting disease transmission. Moreover, it helps to implement appropriate measures and efficient strategies to control the pandemic’s spread and mitigate its impact.
Mathematical epidemic models based on the SIR model [2] are widely used to study the spread of a disease in a population [3,4,5,6,7]. Recently, several mathematical models have been developed to study the transmission dynamics of COVID-19 [8,9,10,11]. However, these models suffer from various sources of uncertainties, due to the incomplete description of the biological processes governing the disease spread, and also due to some involved parameters being poorly known. One way to mitigate these uncertainties is to constrain epidemic forecasting models with available data. These data can be combined with the model output to improve its prediction and reduce uncertainties [12,13,14]. This process, known as data assimilation, sequentially adjusts the model state and parameters once data become available to keep the model as close as possible to the real track [15].
The ensemble Kalman filter (EnKF) is a popular data assimilation technique introduced by [16] to tackle large-scale, sequential, and non-linear problems. The EnKF is a Monte Carlo implementation of the traditional Kalman filter [17], operating in cycles of two steps: (i) A forecast step in which a set of state samples, or ensemble members, are integrated forward in time with the model, and (ii) an analysis step to update the forecasted members with available data based on the Bayes rule in a Gaussian framework [15,16]. Because of its affordable computational cost, robust performance, nonintrusive formulation, and ease of implementation, the EnKF have been successfully implemented in many geophysical applications, including weather forecasting [18,19,20], hydrology and reservoir applications [21,22,23,24,25,26], ocean modeling [27,28,29,30,31], and flood modeling [32,33,34].
In epidemiology, previous studies have used data assimilation in the context of both variational and Kalman filter methods [35,36,37,38]. The Reference [39] used the EnKF to estimate the parameters of a stochastic SEIR model. The Reference [40] applied a deterministic variant of the EnKF, the Ensemble Adjustment Kalman Filter (EAKF), in combination with a network of SEIR models, simulating different connected cities. The Reference [41] used an ensemble smoother with a multiple data assimilation (ESMDA) approach for parameter estimation in a SEIR model. The Reference [42] also implemented the ESMDA to effectively estimate the parameters of a more sophisticated SEIR model accounting for age-classes and compartments of the sick, hospitalized, and dead. The Reference [43] used an EnKF approach for parameter estimation and shot-term forecasts with a simple SIR model. The Reference [44] proposed an EnKF for estimating unmeasurable state variables and unknown parameters of a SIRV model, which takes into account the circulation of free coronavirus in the environment. In the context of variational data assimilation methods, the Reference [45] performed parameter estimation and predictions using a SIR model, while [46] proposed a modified SEIR model that distinguishes between symptomatic and asymptomatic, and conducted observation sensitivity experiments to identify suitable observing strategies. However, these studies did not consider the impact of vaccination on the pandemic spread.
This work therefore aims to study the impact of vaccination on the COVID-19 spread. An extended SEIR model comprising of seven compartments—susceptible, exposed, infectious, quarantined, recovered, deaths, and vaccinated—is then proposed. First, we conduct a mathematical analysis to illustrate the non-negativity, boundedness, epidemic equilibrium, existence, and uniqueness of the endemic equilibrium, and the basic reproduction number of the model. A Joint-EnKF is implemented for state-parameters estimation by assimilating COVID-19 data into the model. By considering uncertainties in all model states and poorly known parameters, our ensemble data assimilation approach computes updates of both state and parameter ensembles. The estimated set of model state and parameters is then used to assess the model prediction skill. The proposed approach is validated with the cases reported from the most-infected Gulf country, Saudi Arabia, showing a great ability to provide accurate and consistent forecasts up to two weeks. We finally investigate the effect of vaccination on the spread of the pandemic, showing a notable decrease in the number of cases.
The remainder of this paper is organized as follows. Section 2 presents the extended SEIR model and briefly describes the Joint-EnKF algorithm. Section 3 is devoted to the mathematical analysis of the model. The numerical results are presented and discussed in Section 4. Section 5 concludes the study, with a summary of the main results.
2. Model and Assimilation Scheme 2.1. Extended SEIR Model
We extend the SEIR model to seven compartments to simulate the epidemic of COVID-19. Seven state variables are considered within a population, that is,S(t),E(t),I(t),Q(t),R(t),D(t), andV(t) , denoting the number of susceptible, exposed (infected, but not yet infectious), infectious (not yet quarantined), quarantined (confirmed and infected), recovered, dead, and vaccinated cases, respectively. The disease transmission flow of the proposed model is sketched in Figure 1. The model is then governed by the following set of nonlinear ordinary differential equations:
dS(t)dt=Λ−βS(t)I(t)−αS(t)−μS(t),dE(t)dt=βS(t)I(t)−γE(t)+σβV(t)I(t)−μE(t),dI(t)dt=γE(t)−δI(t)−μI(t),dQ(t)dt=δI(t)−(1−κ)λQ(t)−κρQ(t)−μQ(t),dR(t)dt=(1−κ)λQ(t)−μR(t),dD(t)dt=κρQ(t),dV(t)dt=αS(t)−σβV(t)I(t)−μV(t),
with non-negative initial conditionsS(0)=S0,E(0)=E0,I(0)=I0,Q(0)=Q0,R(0)=R0,D(0)=D0, andV(0)=V0. The coefficientsΛ,β,α,μ,γ,σ,δ,κ,λ, andρrepresent the new births and new residents per unit of time, transmission rate divided by N, vaccination rate (rate of people who are vaccinated), natural death rate, average latent time, average quarantine time, mortality rate, average days until recovery, and average days until death, respectively.σis the vaccine inefficacy(0≤σ≤1). So1−σrepresents the vaccine efficacy. Ifσ=0, the vaccine offers100%protection against the disease.N=S+E+I+Q+R+D+V is the total population size. Finally, system (1) is solved using a fourth-order Runge–Kutta method.
2.2. Ensemble Kalman Filter (EnKF)
Consider the following nonlinear data assimilation problem:
xk+1=Mxk,θ+ηk+1,yk+1=Hxk+1+ϵk+1,
wherexkis the state vector of the model at timetk,M is the dynamical operator (system (1)) that integrates the model state from timetkto timetk+1,θis the parameters vector,yk+1is the observation vector (active, recovered, and death cases) at timetk+1,His the observation operator that projects the state space onto the observation space, andηk+1andϵk+1are model and observation noises assumed to follow Gaussian distributions with zero mean and covariancesQk+1andRk+1, respectively.
At every forecast step, we integrate the ensemble members with the dynamical model (1). The predicted state mean and the associated error covariance matrix are then estimated
x^k+1f=1Ne∑i=1Nexk+1f,i,
P^k+1f=1Ne−1∑i=1Nexk+1f,i−x^k+1fxk+1f,i−x^k+1fT=Xk+1f Xk+1fT,
whereNeis the number of ensemble members.
The Joint-EnKF consists of estimating the augmented state-parameters vectorzk+1=xk+1T,θTat each timetk+1given the observationyk+1. The prediction step of the Joint-EnKF becomes:
zk+1f=M˜zk,θ+ηk+1=Mxk,θ+ηk+1θ,
whereM˜ is the augmented nonlinear dynamic operator for the joint state-parameters. With similar computations as in (4), the joint state-parameters error covariance matrix for the augmented ensemble vectorszk+1f,iis given by
P^k+1f=P^xk+1 xk+1fP^xk+1 θk+1fP^θk+1 xk+1fP^θk+1 θk+1f=Xxk+1f Xxk+1fTXxk+1f Xθk+1fTXθk+1f Xxk+1fTXθk+1f Xθk+1fT,
whereXθdenotes the parameter ensemble perturbations. The updated joint state and parameters are then computed using the current observation ensembleyk+1i:
zk+1a,i=zk+1f,i+P^k+1f H˜T H˜P^k+1f H˜T+Rk+1−1yk+1i−H˜zk+1f,i,
whereH˜=H0is the augmented observational operator with the zero matrix.
3. Mathematical Analysis of the COVID-19 Model
In this section, we discuss the boundedness, non-negativity, epidemic equilibrium, endemic equilibrium, and basic reproduction number of the COVID-19 model (1).
3.1. Non-Negativity of the Model
Theorem 1.
IfS0≥0,E0≥0,I0≥0,Q0≥0,R0≥0,D0≥0, andV0≥0 , then the solutions of system (1) remain non-negative for allt>0.
Proof of Theorem 1.
From the first equation of system (1), we have:
dSdt≥−μS.
Integrating Equation (8), we get
S(t)≥S0 e−μt≥0.
Hence,S(t)remains non-negative for allt>0 . Similarly, using the remaining equations of system (1), we obtainE(t)≥0,I(t)≥0,Q(t)≥0,R(t)≥0,D(t)≥0, andV(t)≥0. Therefore, Theorem 1 is proved. □
3.2. Boundedness of the Model
Theorem 2.
All solutions of the proposed model with non-negative initial conditions are bounded andN(t)≤Λμfor allt>0.
Proof of Theorem 2.
Adding all the equations in the system (1), the growth rate of the total population can be written as
dNdt=dSdt+dEdt+dIdt+dQdt+dRdt+dDdt+dVdt.
From Equation (10), we have the following equation:
dNdt=Λ−μN.
Integrating both sides of Equation (11) gives the solution forN(t)as follows
N(t)=Λμ+N0−Λμe−μt.
Thus, whent→∞, we find that
N(t)≤Λμ.
Finally, Theorem 1 and Equation (13) give
0≤N(t)≤Λμ.
Thus,S(t),E(t),I(t),Q(t),R(t),D(t), andV(t)are bounded and Theorem 2 is proved. □
3.3. Epidemic Equilibrium and Basic Reproduction Number of the Model
The epidemic equilibriumX0 of system (1) is obtained by setting all the derivatives to zero withI=0, that yields to:
X0=Λμ+α,0,0,0,0,0,αΛμ(μ+α).
R0 is computed using the next-generation matrix concept [47]. LetX=(E,I)T . System (1) can be written as
X′=F(X)−W(X),
whereF(X)=βSI+σβIV,0TandW(X)=(μ+δ)E,−γE+(μ+δ)T. Their corresponding Jacobian matrices at the disease-free equilibrium are
F=0βS0+σβV000,W=μ+γ0−γμ+δ.
According to [47], the basic reproduction numberR0is the spectral radius of the next-generation matrixFW−1. That gives
R0=βγμ+γμ+δS0+σV0.
SubstitutingS0andV0 from Equation (15) into Equation (20) yields the following formula for the basic reproduction number of system (1):
R0=βγΛ(μ+ασ)μμ+γμ+δ(μ+α),
used to measure the transmission potential of a disease. It is the number of secondary cases or new infections produced by a single infectious individual in a completely susceptible population [47,48]. An epidemic is expected to increase exponentially ifR0>1, and to end ifR0<1 [47].
Theorem 3.
The disease-free equilibriumX0is locally asymptotically stable ifR0<1, and unstable ifR0>1.
Proof of Theorem 3.
System (1) can be written in a simplified form by eliminating the sixth equation for the death compartment (D). This is due to the fact that the state D only appears in the corresponding differential equation and has no significance on the overall system. The number of deaths can be determined fromD=N−S−E−I−Q−R−V . The Jacobian matrix of the reduced model (1) at the disease-free equilibrium is given by
JX0=−ϵ10−βS00000−ϵ2βS0+σV00000γ−ϵ300000δ−ϵ400000λ1−κ−μ0α0−σβV000−μ,
whereϵ1=−(α+μ),ϵ2=−(γ+μ),ϵ3=−(δ+μ), andϵ4=−(λ(1−κ)+κρ+μ).JX0hasλ1=−ϵ1<0,λ2=−ϵ4<0,λ3=λ4=−μ<0. The remaining two eigenvalues are
λ5=−12ϵ2+ϵ3+ϵ2−ϵ32+4ϵ2 ϵ3 R0,λ6=−12ϵ2+ϵ3−ϵ2−ϵ32+4ϵ2 ϵ3 R0.
whenR0<1, we haveλ5<0andλ6<0. Since all the eigenvalues are negative, the disease-free equilibriumX0is locally asymptotically stable. IfR0>1, we haveλ5<0andλ6>0, and the disease-free equilibriumX0 is locally asymptotically unstable [49]. □
3.4. Existence and Uniqueness of the Endemic Equilibrium
In this section, we investigate the existence and uniqueness of the endemic equilibrium whenR0>1. LetX*=(S*,E*,I*,Q*,D*,V*) be the endemic equilibrium of model (1). The endemic equilibrium is obtained by setting all the derivatives in model (1) to zero, giving
Λ−βS* I*−αS*−μS*=0,βS* I*−γE*+σβV* I*−μE*=0,γE*−δI*−μI*=0,δI*−(1−κ)λQ*−κρQ*−μQ*=0,(1−κ)λQ*−μR*=0,αS*−σβV* I*−μV*=0.
Solving the first, third, and fifth equations of (22) in terms ofI*gives
E*=ϵ3γI*,Q*=δϵ4I*,S*=ΛβI*+ϵ1,
whereϵ1=μ+α,ϵ3=μ+δ, andϵ4=μ+λ(1−κ)+κρ . Adding the second and sixth equation in (22) gives
V*=ΛβγI+Λαγ−ϵ2 ϵ3βI+ϵ1IμγβI+ϵ1.
Now substituting the expressions ofS*,E*, andV* in the second equation of (22), we get the following quadratic equation forI*:
a2 I*2+a1 I*+a0=0,,
where
a0=μϵ1 ϵ2 ϵ31−R0,a1=ϵ1 ϵ2 ϵ3+μβϵ2 ϵ3−Λβ2γσ,a2=βϵ2 ϵ3.
It is clear thata2is always positive anda0is negative whenR0>1. Therefore, there is a unique positive value forI*, and consequently, a unique endemic equilibriumX*whenR0>1.
4. Results and Discussion
The proposed modeling system was applied to forecast the COVID-19 pandemic in Saudi Arabia. Data are available from the Saudi Center for Diseases Prevention and Control [50]. These include the number of deaths, as well as recovered and confirmed cases. The total number of deaths, active cases, and recovered cases were assimilated daily, and model parameters were also updated using the Joint-EnKF.
4.1. Assimilation Settings
In this section, we cover the period before the vaccine becomes available. Therefore, state and parameters related to vaccination are excluded from the model at this stage. The state vector x to be estimated is then composed of six elements
x=SEIQRD,
and the parameters to be estimated become
θ=Λβμγδκλρ.
The augmented state vector to be estimated is then:
z=xTlogθT,
where the parameters are in a logarithmic sense in order to avoid negative values in the model.
We set the initial numbers of infected and exposed people toI(0)=E(0)=3, three times the number of accumulated positive testsQ0=1 provided by March 2nd [50]. The initial numbers of recovered, and death cases areR(0)=D(0)=0. The total population and the total number of susceptible cases areN(0)=34,218,000 andS(0)=N(0)−E(0)−I(0)−Q(0)−R(0)−D(0), respectively. We consider the following two periods: the first period concerns the period of the beginning of the pandemic when the intervention had not been applied using a basic reproduction number greater than one,R0=2.5, which givesβ1=8.58×10−9, while the second period corresponds to the period when the intervention was applied by the government until 30 June. During this period, the numbers of new cases are relatively constant. Therefore, we use a basic reproduction numberR0=1, which givesβ2=3.43×10−9. To reflect the uncertainty in the transmission rate, we use a standard deviation of25% . The initial values of the remaining parameters are listed in Table 1, with a standard deviation of10%. In addition, we assume the observation-error standard deviations to be5%of the data value.
In order to initialize the assimilation system, we perturb the initial state using a Gaussian noise as follows:
x0i=maxx01+η·σ,0i=1,2,⋯,Ne,
whereσ∼N(0,1)andηis set to10% . Similarly, the parameters’ ensemble is generated by perturbing the initial values, given in Table 1, using a log-normal distribution.
To evaluate the accuracy of the assimilation system solution, we compute the Relative Mean Absolute Error (RMAE), defined as follows:
RMAE=1n∑j=1n|y(j)−x(j)||y(j)|,
wherey(j)represents the observed value,x(j)is the model simulation, and n is the sample size of the observed data.
4.2. Sensitivity to Ensemble Size
We first study the sensitivity of the filter, to the ensemble size,Ne. Computing accurate state and parameter estimates with small ensembles is desirable to avoid an important increase in computational time. We run our assimilation system using seven ensemble sizes:Ne=10 , 20, 50, 100, 200, 500, and 1000. Figure 2 presents the performance of the EnKF in terms of RMAE for the different ensemble sizes. As expected, increasing the ensemble size reduces the discrepancy between the estimates and the data. A clear improvement over the case with 20 ensemble members is observed. However, increasing the ensemble size beyond 200 members does not notably enhance the performance of the filter, although it dramatically increases the computational cost.
Figure 3 summarizes the assimilation results for the active, recovered, and confirmed cases obtained by the EnKF using 200 ensemble numbers. All results show a good fit between the predicted and observed values, with generally minor differences. The values of the model parameters estimated by the EnKF during the assimilation process are sketched in Figure 4. The parameters do not appear to be dramatically different from the initial values, except for the reproduction number and the recovery time. We observe a sharp increase in the reproduction number between March 1st and 15th. This number remains relatively high, almostR0=4, during the pre-intervention period. During and after the intervention, the value ofR0remains close to 1. That suggests that the intervention was very fruitful in controlling the pandemic. The recovery time increases significantly during the first two months, peaking at16.1, and remains constant after that. We also see a slight decrease in the time until death to13.75. The other parameters show slight deviations from the proposed initial values.
4.3. Predictability Experiment
To assess the system relevance for making short-term predictions, we daily performed two-week forecasts, starting from 1st July until 17th December (the day where the vaccination campaign started in Saudi Arabia). The estimated state and parameters during the assimilation process were used to conduct these forecasts. The RMAE of the deaths, and recovered and confirmed cases were then computed and plotted in Figure 5. The model performed very well. The values of the RMAE for the forecasted recovered and confirmed cases are always less than5%, within the margin of the observation errors. Slightly higher RMAE are observed during the month of July for the death cases, reaching12%. However, the model achieves a lower RMAE in the next few months, with an average of3%.
Figure 6 shows the final predictions performed on 3rd December for the first two weeks of December. The predicted numbers of deaths, and recovered and confirmed cases are all in very good agreement with the data. While they perfectly match the data during the first 10 days, they tend to slightly underestimate or overestimate the observed values at the end of the second week. Overall, our numerical results demonstrate the capability of the proposed system in achieving an excellent two-week prediction skill.
4.4. Impact of Vaccination On 17 December, Saudi Arabia started a three-phase COVID-19 vaccination program, thus becoming the first Arab country to roll out the Pfizer-BioNTech vaccine. The first phase targets people aged 65 and above, as well as people most exposed to the disease. The second phase will include people aged over 50, as well as those with specific chronic diseases, such as asthma and diabetes. The rest of the population will get the vaccine at the third stage. However, the Ministry has identified those who should not get the vaccine. They are women who are pregnant or breastfeeding, women who plan on getting pregnant in the next two months, people who suffer from severe allergic reactions, and those who have been infected by the virus in the past 90 days.
As of 17 January 2021, nearly 295,000 people have been vaccinated against COVID-19, according to the Saudi Health Council [52]. That givesα=3×10−4. The Pfizer-BioNtech vaccine offers up to95% protection against Covid-19 after a second dose [53], which givesσ=0.05 . We start our numerical simulation on 17 December for a period of six months with and without vaccination. Numerical results are presented in Figure 7, whereα=0corresponds to the model output without vaccination. We notice that the current pace of vaccination does not show a significant decrease in the number of cases. We observe only a reduction of9.02%in the total confirmed cases, and7.47%in the total deaths. However, the vaccination rate is expected to increase in the upcoming weeks. Therefore, we consider three more different values ofα6×10−4,1.2×10−3,and2.4×10−3 . As we can see in Figure 7, intensifying the vaccination campaign starts to significantly decrease the number of cases. Forα=0.0006, we observe a reduction up to16.08%and13.47%for the total confirmed cases and deaths, respectively. Finally, a notable reduction is observed forα=0.0024. Results show a decline by38.67%and33.65%, respectively.
5. Conclusions This paper presented an extended SEIR model with seven stages of infection, including vaccination, to simulate and predict the development of the novel COVID-19 outbreak. Initially, a mathematical analysis was carried out to illustrate the non-negativity, boundedness, epidemic equilibrium, existence, and uniqueness of the endemic equilibrium, and basic reproduction number of the proposed model. To mitigate the imperfection of SEIR models and the poorly known parameters, we first applied a data assimilation framework based on a Joint-EnKF for state-parameters estimation in order to enhance the model forecast skill. We assimilated real data of the number of deaths, the number of recovered cases, and the number of active cases. In the second step, the updated state and parameters were used to perform predictions two weeks ahead in order to assess the relevance of the system of making short-term predictions of the COVID-19 pandemic. Finally, we investigated the impact of vaccination on the spread of the disease. The proposed methodology was validated with cases reported from Saudi Arabia. In the assimilation process, the estimated numbers of active, recovered, deaths, and confirmed cases were accurately predicted by the model, with generally minor differences. In the predictability experiments, the model provided encouraging results for short-term predictions, with a relatively small ensemble size. Moreover, model predictions can be updated weekly or every two weeks to accommodate short- and medium-term predictions. Results also show that intensifying the vaccination campaign significantly decreases the number of confirmed cases and deaths. The proposed model can serve as a tool for health authorities to plan, prepare, and take appropriate measures and decisions to control the pandemic.
Figure 3. Assimilated numbers of: (a) Active cases. (b) Recovered cases. (c) Confirmed cases.
Figure 4. Time series of the estimated model parameters using the Joint-EnKF with 200 ensemble members. Initial and converged values for each parameter are also displayed.
Figure 5. RMAE of the daily two-week forecasts, starting from July 1st until December 3rd.
Figure 6. Predicted numbers of: (a) Recovered cases. (b) Death cases. (c) Confirmed cases for the first two weeks of December.
Figure 7. Impact of vaccination rate on the total number of: (a) Active cases. (b) Recovered cases. (c) Death cases. (d) Confirmed cases.α=0corresponds to the model output without vaccination.
Parameter | Initial Value | Description | Reference |
---|---|---|---|
Λ | 2300 persons/day | New births and new residents | [51] |
β1 | 8.58×10−9day−1 | Transmission rate before intervention | Assumed |
β2 | 3.43×10−9day−1 | Transmission rate during and after intervention | Assumed |
α | 3.5×10−4day−1 | Vaccination rate | [52] |
μ | 3×10−5 persons/day | Natural death rate | [51] |
γ−1 | 5.5 days | Incubation period | [42] |
σ | 0.05 | Vaccine inefficacy | [53] |
δ−1 | 3.8 days | Infection time | [42] |
κ | 0.014 | Case fatality rate | [50] |
λ−1 | 10 days | Recovery time | [42] |
ρ−1 | 15 days | Time until death | [42] |
Author Contributions
Conceptualization, R.G.; methodology, R.G. and M.G.; software, R.G. and M.G.; validation, R.G. and M.G.; formal analysis, R.G. and S.H.; writing-original draft preparation, R.G. and S.H.; writing-review and editing, I.H.; supervision, I.H. All authors have read and agreed to the published version of the manuscript.
Funding
This research received no external funding.
Institutional Review Board Statement
Not applicable.
Informed Consent Statement
Not applicable.
Data Availability Statement
Not applicable.
Conflicts of Interest
The authors declare no conflict of interest.
1. World Health Organization (WHO). Coronavirus Disease (COVID-19) Outbreak Situation. Available online: https://www.who.int/emergencies/diseases/novel-coronavirus-2019 (accessed on 17 December 2020).
2. Kermack, W.O.; McKendrick, A.G. A contribution to the mathematical theory of epidemics. Proc. R. Soc. Lond. 1927, 115, 700-721.
3. Giraldo, J.O.; Palacio, D.H. Deterministic SIR (Susceptible-Infected-Removed) models applied to varicella outbreaks. Epidemiol. Infect. 2008, 136, 679-687.
4. Fung, I.C.H. Cholera transmission dynamic models for public health practitioners. Emerg. Themes Epidemiol. 2014, 11, 1-11.
5. Trawicki, M.B. Deterministic SEIRs epidemic model for modeling vital dynamics, vaccinations, and temporary immunity. Mathematics 2017, 5, 7.
6. Bjørnstad, O.N.; Shea, K.; Krzywinski, M.; Altman, N.S. The SEIRS model for infectious disease dynamics. Nat. Methods 2020, 17, 557-558.
7. Kumar, S.; Ahmadian, A.; Kumar, R.; Kumar, D.; Singh, J.; Baleanu, D.; Salimi, M. An efficient numerical method for fractional SIR epidemic model of infectious disease by using Bernstein wavelets. Mathematics 2020, 8, 558.
8. Cooper, I.; Mondal, A.; Antonopoulos, C.G. A SIR model assumption for the spread of COVID-19 in different communities. Chaos Solitons Fractals 2020, 139, 110057.
9. Bärwolff, G. Mathematical modeling and simulation of the COVID-19 pandemic. Systems 2020, 8, 24.
10. Ndaïrou, 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, 135, 109846.
11. Sarkar, K.; Khajanchi, S.; Nieto, J.J. Modeling and forecasting the COVID-19 pandemic in India. Chaos Solitons Fractals 2020, 139, 110049.
12. Ghil, M. Meteorological data assimilation for oceanographers. Part I: Description and theoretical framework. Dynam. Atmos. Ocean 1989, 13, 171-218.
13. Holland, W.R.; Malanotte-Rizzoli, P. Assimilation of altimeter data into an ocean circulation model: Space versus time resolution studies. J. Phys. Oceanogr. 1989, 19, 1507-1534.
14. Edwards, C.A.; Moore, A.M.; Hoteit, I.; Cornuelle, B.D. Regional ocean data assimilation. Ann. Rev. Mar. Sci. 2015, 7, 21-42.
15. Hoteit, I.; Pham, D.T.; Blum, J. A simplified reduced order Kalman filtering and application to altimetric data assimilation in Tropical Pacific. J. Mar. Syst. 2002, 36, 101-127.
16. Evensen, G. The ensemble Kalman filter: Theoretical formulation and practical implementation. Ocean Dyn. 2003, 53, 343-367.
17. Kalman, R.E. A new approach to linear filtering and prediction problems. J. Mar. Syst. 1960, 82, 35-45.
18. Altaf, M.; Butler, T.; Mayo, T.; Luo, X.; Dawson, C.; Heemink, A.; Hoteit, I. A comparison of ensemble Kalman filters for storm surge assimilation. Mon. Weather Rev. 2014, 142, 2899-2914.
19. Buehner, M.; McTaggart-Cowan, R.; Heilliette, S. An ensemble Kalman filter for numerical weather prediction based on variational data assimilation: VarEnKF. Mon. Weather Rev. 2017, 145, 617-635.
20. Raboudi, N.F.; Ait-El-Fquih, B.; Dawson, C.; Hoteit, I. Combining Hybrid and One-Step-Ahead Smoothing for Efficient Short-Range Storm Surge Forecasting with an Ensemble Kalman Filter. Mon. Weather Rev. 2019, 147, 3283-3300.
21. Reichle, R.H.; McLaughlin, D.B.; Entekhabi, D. Hydrologic data assimilation with the ensemble Kalman filter. Mon. Weather Rev. 2002, 130, 103-114.
22. Gharamti, M.; Kadoura, A.; Valstar, J.; Sun, S.; Hoteit, I. Constraining a compositional flow model with flow-chemical data using an ensemble-based Kalman filter. Water Resour. Res. 2014, 50, 2444-2467.
23. Gharamti, M.; Ait-El-Fquih, B.; Hoteit, I. An iterative ensemble Kalman filter with one-step-ahead smoothing for state-parameters estimation of contaminant transport models. J. Hydrol. 2015, 527, 442-457.
24. Ait-El-Fquih, B.; Gharamti, M.E.; Hoteit, I. A Bayesian consistent dual ensemble Kalman filter for state-parameter estimation in subsurface hydrology. Hydrol. Earth Syst. Sci. 2016, 20, 3289-3307.
25. Khaki, M.; Ait-El-Fquih, B.; Hoteit, I.; Forootan, E.; Awange, J.; Kuhn, M. A two-update ensemble Kalman filter for land hydrological data assimilation with an uncertain constraint. J. Hydrol. 2017, 555, 447-462.
26. Khaki, M.; Ait-El-Fquih, B.; Hoteit, I. Calibrating land hydrological models and enhancing their forecasting skills using an ensemble Kalman filter with one-step-ahead smoothing. J. Hydrol. 2020, 584, 124708.
27. Hoteit, I.; Hoar, T.; Gopalakrishnan, G.; Collins, N.; Anderson, J.; Cornuelle, B.; Köhl, A.; Heimbach, P. A MITgcm/DART ensemble analysis and prediction system with application to the Gulf of Mexico. Dynam. Atmos. Ocean 2013, 63, 1-23.
28. Triantafyllou, G.; Hoteit, I.; Luo, X.; Tsiaras, K.; Petihakis, G. Assessing a robust ensemble-based Kalman filter for efficient ecosystem data assimilation of the Cretan Sea. J. Mar. Syst. 2013, 125, 90-100.
29. Gharamti, M.; Tjiputra, J.; Bethke, I.; Samuelsen, A.; Skjelvan, I.; Bentsen, M.; Bertino, L. Ensemble data assimilation for ocean biogeochemical state and parameter estimation at different sites. Ocean Model. 2017, 112, 65-89.
30. Toye, H.; Kortas, S.; Zhan, P.; Hoteit, I. A fault-tolerant HPC scheduler extension for large and operational ensemble data assimilation: Application to the Red Sea. J. Comput. Sci. 2018, 27, 46-56.
31. Yu, L.; Fennel, K.; Bertino, L.; El Gharamti, M.; Thompson, K.R. Insights on multivariate updates of physical and biogeochemical ocean variables using an Ensemble Kalman Filter and an idealized model of upwelling. Ocean Model. 2018, 126, 13-28.
32. Neal, J.C.; Atkinson, P.M.; Hutton, C.W. Flood inundation model updating using an ensemble Kalman filter and spatially distributed measurements. J. Hydrol. 2007, 336, 401-415.
33. Kimura, N.; Hsu, M.H.; Tsai, M.Y.; Tsao, M.C.; Yu, S.L.; Tai, A. A river flash flood forecasting model coupled with ensemble Kalman filter. J. Flood Risk Manag. 2016, 9, 178-192.
34. Ziliani, M.G.; Ghostine, R.; Ait-El-Fquih, B.; McCabe, M.F.; Hoteit, I. Enhanced flood forecasting through ensemble data assimilation and joint state-parameter estimation. J. Hydrol. 2019, 577, 123924.
35. Bettencourt, L.M.; Ribeiro, R.M.; Chowell, G.; Lant, T.; Castillo-Chavez, C. Towards real time epidemiology: Data assimilation, modeling and anomaly detection of health surveillance data streams. In NSF Workshop on Intelligence and Security Informatics; Springer: Berlin, Germany, 2007; pp. 79-90.
36. Rhodes, C.; Hollingsworth, T.D. Variational data assimilation with epidemic models. J. Theor. Biol. 2009, 258, 591-602.
37. Gupta, H.; Verma, K.K.; Sharma, P. Using data assimilation technique and epidemic model to predict tb epidemic. Int. J. Comput. Appl. 2015, 128, 5.
38. Eksin, C.; Paarporn, K.; Weitz, J.S. Systematic biases in disease forecasting - the role of behavior change. Epidemics 2019, 27, 96-105.
39. Engbert, R.; Rabe, M.M.; Kliegl, R.; Reich, S. Sequential data assimilation of the stochastic SEIR epidemic model for regional COVID-19 dynamics. Bull. Math. Biol. 2021, 83, 1-16.
40. Li, R.; Pei, S.; Chen, B.; Song, Y.; Zhang, T.; Yang, W.; Shaman, J. Substantial undocumented infection facilitates the rapid dissemination of novel coronavirus (SARS-CoV-2). Science 2020, 368, 489-493.
41. Van Wees, J.D.; Osinga, S.; Van Der Kuip, M.; Tanck, M.W.; Tutu-van Furth, A. Forecasting hospitalization and ICU rates of the COVID-19 outbreak: An efficient SEIR model. Bull World Health Organ 2020.
42. Evensen, G.; Amezcua, J.; Bocquet, M.; Carrassi, A.; Farchi, A.; Fowler, A.; Houtekamer, P.; Jones, C.K.; de Moraes, R.; Pulido, M.; et al. An international assessment of the COVID-19 pandemic using ensemble data assimilation. medRxiv 2020.
43. Yang, Q.; Yi, C.; Vajdi, A.; Cohnstaedt, L.W.; Wu, H.; Guo, X.; Scoglio, C.M. Short-term forecasts and long-term mitigation evaluations for the COVID-19 epidemic in Hubei Province, China. Infect. Dis. Model. 2020, 5, 563-574.
44. Nkwayep, C.H.; Bowong, S.; Tewa, J.; Kurths, J. Short-term forecasts of the COVID-19 pandemic: Study case of Cameroon. Chaos Solitons Fractals 2020, 140, 110106.
45. Sesterhenn, J.L. Adjoint-based data assimilation of an epidemiology model for the covid-19 pandemic in 2020. arXiv 2020, arXiv:2003.13071.
46. Armstrong, E.; Runge, M.; Gerardin, J. Identifying the measurements required to estimate rates of COVID-19 transmission, infection, and detection, using variational data assimilation. Infect. Dis. Model. 2020, 6, 133-147.
47. Van den Driessche, P.; Watmough, J. Reproduction numbers and sub-threshold endemic equilibria for compartmental models of disease transmission. Math. Biosci. 2002, 180, 29-48.
48. Diekmann, O.; Heesterbeek, J.A.P.; Metz, J.A. On the definition and the computation of the basic reproduction ratio R0 in models for infectious diseases in heterogeneous populations. J. Math. Biol. 1990, 28, 365-382.
49. Martcheva, M. An Introduction to Mathematical Epidemiology; Springer: Berlin, Germany, 2015; Volume 61.
50. Saudi Center for Diseases Prevention and Control. Available online: https://covid19.cdc.gov.sa/daily-updates/ (accessed on 17 December 2020).
51. Saudi Ministry of Health. Available online: https://www.moh.gov.sa/en/Ministry/Statistics/Indicator/Pages/Indicator-1440.aspx (accessed on 17 December 2020).
52. Saudi Health Council. Available online: https://coronamap.sa (accessed on 19 January 2021).
53. Polack, F.P.; Thomas, S.J.; Kitchin, N.; Absalon, J.; Gurtman, A.; Lockhart, S.; Perez, J.L.; Pérez Marc, G.; Moreira, E.D.; Zerbini, C.; et al. Safety and efficacy of the BNT162b2 mRNA Covid-19 vaccine. N. Engl. J. Med. 2020, 383, 2603-2615.
Rabih Ghostine
1,*,
Mohamad Gharamti
2,
Sally Hassrouny
3 and
Ibrahim Hoteit
4
1Department of Mathematics, Kuwait College of Science and Technology, Doha 35001, Kuwait
2National Center for Atmospheric Research, Boulder, CO 80305, USA
3Department of Science, Kuwait College of Science and Technology, Doha 35001, Kuwait
4Applied Mathematics and Computational Science, King Abdullah University of Science and Technology, Thuwal 23955, Saudi Arabia
*Author to whom correspondence should be addressed.
You have requested "on-the-fly" machine translation of selected content from our databases. This functionality is provided solely for your convenience and is in no way intended to replace human translation. Show full disclaimer
Neither ProQuest nor its licensors make any representations or warranties with respect to the translations. The translations are automatically generated "AS IS" and "AS AVAILABLE" and are not retained in our systems. PROQUEST AND ITS LICENSORS SPECIFICALLY DISCLAIM ANY AND ALL EXPRESS OR IMPLIED WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES FOR AVAILABILITY, ACCURACY, TIMELINESS, COMPLETENESS, NON-INFRINGMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Your use of the translations is subject to all use restrictions contained in your Electronic Products License Agreement and by using the translation functionality you agree to forgo any and all claims against ProQuest or its licensors for your use of the translation functionality and any output derived there from. Hide full disclaimer
© 2021. This work is licensed under http://creativecommons.org/licenses/by/3.0/ (the “License”). Notwithstanding the ProQuest Terms and Conditions, you may use this content in accordance with the terms of the License.
Abstract
In this paper, an extended SEIR model with a vaccination compartment is proposed to simulate the novel coronavirus disease (COVID-19) spread in Saudi Arabia. The model considers seven stages of infection: susceptible (S), exposed (E), infectious (I), quarantined (Q), recovered (R), deaths (D), and vaccinated (V). Initially, a mathematical analysis is carried out to illustrate the non-negativity, boundedness, epidemic equilibrium, existence, and uniqueness of the endemic equilibrium, and the basic reproduction number of the proposed model. Such numerical models can be, however, subject to various sources of uncertainties, due to an imperfect description of the biological processes governing the disease spread, which may strongly limit their forecasting skills. A data assimilation method, mainly, the ensemble Kalman filter (EnKF), is then used to constrain the model outputs and its parameters with available data. We conduct joint state-parameters estimation experiments assimilating daily data into the proposed model using the EnKF in order to enhance the model’s forecasting skills. Starting from the estimated set of model parameters, we then conduct short-term predictions in order to assess the predicability range of the model. We apply the proposed assimilation system on real data sets from Saudi Arabia. The numerical results demonstrate the capability of the proposed model in achieving accurate prediction of the epidemic development up to two-week time scales. Finally, we investigate the effect of vaccination on the spread of the pandemic.
You have requested "on-the-fly" machine translation of selected content from our databases. This functionality is provided solely for your convenience and is in no way intended to replace human translation. Show full disclaimer
Neither ProQuest nor its licensors make any representations or warranties with respect to the translations. The translations are automatically generated "AS IS" and "AS AVAILABLE" and are not retained in our systems. PROQUEST AND ITS LICENSORS SPECIFICALLY DISCLAIM ANY AND ALL EXPRESS OR IMPLIED WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES FOR AVAILABILITY, ACCURACY, TIMELINESS, COMPLETENESS, NON-INFRINGMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Your use of the translations is subject to all use restrictions contained in your Electronic Products License Agreement and by using the translation functionality you agree to forgo any and all claims against ProQuest or its licensors for your use of the translation functionality and any output derived there from. Hide full disclaimer