| Literature DB >> 35854916 |
Lucas Rabelo de Araújo Morais1, Gecynalda Soares da Silva Gomes1.
Abstract
The use of models to predict disease cases is common in epidemiology and related areas, in the context of Covid-19, both ARIMA and Neural Network models can be applied for purposes of optimized resource management, so the aim of this study is to capture the linear and non-linear structures of daily Covid-19 cases in the world by using a hybrid forecasting model. In summary, the proposed hybrid system methodology consists of two steps. In the first step, an ARIMA model is used to analyze the linear part of the problem. In the second step, a neural network model is developed to model the residuals of the ARIMA model, which would be the non-linear part of it. The neural network model was superior to the ARIMA when considering the capture of weekly seasonality and in two weeks, the combination of models with the capture of seasonality in two weeks provided a mixed model with good error metrics, that allows actions to be premeditated with greater certainty, such as increasing the number of nurses in a location, or the acceleration of vaccination campaigns to diminish a possible increase in the number of cases.Entities:
Keywords: ARIMA; Covid-19; Forecasting; Hybrid model; MLP
Year: 2022 PMID: 35854916 PMCID: PMC9283122 DOI: 10.1016/j.asoc.2022.109315
Source DB: PubMed Journal: Appl Soft Comput ISSN: 1568-4946 Impact factor: 8.263
Error measures of the adjusted forecasting models.
| Forecast horizon | Short term(7 days) | Medium term(14 days) | Long term(28 days) | ||||||
|---|---|---|---|---|---|---|---|---|---|
| Models | MASE | SMAPE | R2 | MASE | SMAPE | R2 | MASE | SMAPE | R2 |
| Arima(2,1,2) | 0.8147 | 0.0666 | 0.3655 | 0.7893 | 0.0663 | 0.5368 | 1.3533 | 0.1553 | −0.1938 |
| Arima(2,0,3)(0,1,2)[7] | 0.6033 | 0.0508 | 0.7426 | 0.6122 | 0.0506 | 0.7061 | 1.4004 | 0.1640 | −0.2233 |
| Arima(2,0,4)(0,1,2)[14] | 0.5441 | 0.0453 | 0.7113 | 0.5179 | 0.0439 | 0.7593 | 1.2644 | 0.1467 | 0.0401 |
| MLP(1,5,1) | 1.2615 | 0.1073 | −0.1680 | 1.4714 | 0.1114 | −1.0805 | 1.6767 | 0.1609 | −1.0199 |
| MLP(7,5,1) | 0.4250 | 0.0355 | 0.8442 | 0.8180 | 0.0655 | 0.5554 | 1.5633 | 0.1887 | −0.3784 |
| MLP(14,5,1) | 0.3584 | 0.0302 | 0.8851 | 0.3181 | 0.0267 | 0.9098 | 1.0262 | 0.1182 | 0.2815 |
| MLP(14,5,1)Arima(2,0,4)(0,1,2)[14] | 0.2904 | 0.0236 | 0.9192 | 1.4191 | 0.1101 | −0.3109 | 0.5865 | 0.0710 | 0.7596 |
With the drift technique.
Fig. 1Moving average of daily cases of Covid-19 in the world.