Literature DB >> 35196309

The research of ARIMA, GM(1,1), and LSTM models for prediction of TB cases in China.

Daren Zhao1, Huiwu Zhang1, Qing Cao2, Zhiyi Wang3, Sizhang He4, Minghua Zhou5, Ruihua Zhang6.   

Abstract

BACKGROUND AND
OBJECTIVE: Tuberculosis (Tuberculosis, TB) is a public health problem in China, which not only endangers the population's health but also affects economic and social development. It requires an accurate prediction analysis to help to make policymakers with early warning and provide effective precautionary measures. In this study, ARIMA, GM(1,1), and LSTM models were constructed and compared, respectively. The results showed that the LSTM was the optimal model, which can be achieved satisfactory performance for TB cases predictions in mainland China.
METHODS: The data of tuberculosis cases in mainland China were extracted from the National Health Commission of the People's Republic of China website. According to the TB data characteristics and the sample requirements, we created the ARIMA, GM(1,1), and LSTM models, which can make predictions for the prevalence trend of TB. The mean absolute error (MAE), root mean square error (RMSE), and mean absolute percentage error (MAPE) were applied to evaluate the effects of model fitting predicting accuracy.
RESULTS: There were 3,021,995 tuberculosis cases in mainland China from January 2018 to December 2020. And the overall TB cases in mainland China take on a downtrend trend. We established ARIMA, GM(1,1), and LSTM models, respectively. The optimal ARIMA model is the ARIMA (0,1,0) × (0,1,0)12. The equation for GM(1,1) model was X(k+1) = -10057053.55e(-0.01k) + 10153178.55 the Mean square deviation ratio C value was 0.49, and the Small probability of error P was 0.94. LSTM model consists of an input layer, a hidden layer and an output layer, the parameters of epochs, learning rating are 60, 0.01, respectively. The MAE, RMSE, and MAPE values of LSTM model were smaller than that of GM(1,1) and ARIMA models.
CONCLUSIONS: Our findings showed that the LSTM model was the optimal model, which has a higher accuracy performance than that of ARIMA and GM (1,1) models. Its prediction results can act as a predictive tool for TB prevention measures in mainland China.

Entities:  

Mesh:

Year:  2022        PMID: 35196309      PMCID: PMC8865644          DOI: 10.1371/journal.pone.0262734

Source DB:  PubMed          Journal:  PLoS One        ISSN: 1932-6203            Impact factor:   3.240


Introduction

Tuberculosis, an infectious disease caused by Mycobacterium tuberculosis, is still a major global public health problem [1]. According to the GLOBAL TUBERCULOSIS REPORT 2020 released by the World Health Organization, approximately 10 million people are reported to be infected with TB, among the HIV-negative people, with an estimated 1.2 million people died of TB, and among the HIV-positive people, 208,000 people died of TB [2]. It is classified as a class B infectious disease, and the morbidity and mortality of TB have always been among the top two in the Class A and B infectious diseases in mainland China currently. If not treated in time, long-term illness could lead to laying a huge economic burden for patients and exerting a stronger influence on social development. There are 30 high TB burden countries account for almost 90% of those who fall sick with TB each year [2]. China has the second largest burden of TB in the world with huge health and economic losses [3]. According to the data from the China Health Statistics Yearbook, the TB mortality rate of China shows an ascendant trend although the TB incidence has been declining for the past few years. Therefore, the prevention and control of TB is still the focus of current research. Meanwhile, a few TB patients have experienced interruptions to their treatment schedules because of the COVID-19 pandemic threatens. Consequently, it is important to realize the early warning in infectious disease surveillance. It is of great significance to create an accurate prediction model for the morbidity of TB and then predict the future epidemic situation, which can provide a basis for scientific guidance on its control and prevention [4]. There are several mathematical methods for infectious disease prediction at present. Through a literature review, the infectious disease prediction model is mainly classified into two categories [5, 6]: the traditional mathematical forecasting model and the machine-learning based forecasting models. The traditional mathematical forecasting models consist of Autoregressive Integrated Moving Average model (ARIMA) [7], Exponential Smoothing model [8], Regression forecast model [9], Grey Markov forecasting model [10], and GM (1,1) model [11] and so on, and the machine-learning based forecasting models, such as BP artificial neural network model [12], Multivariate Adaptive Regression Splines (MARS) [13], Support Vector Machine (SVM) [14], and Long Short-Term Memory (LSTM) [15], etc. However, different models are suitable for different data characteristics [8]. So there is no doubt that according to the data characteristics and the sample requirements to construct the optimized prediction model, which was a precondition for obtaining accurate prediction performance. Recent studies show that the traditional mathematical forecasting models have performed well in infectious disease prediction. Zheng et al. [4] revealed that ARIMA models are an important tool for infectious disease prediction, and prediction results can help set public health planning by the government in Xinjiang, China. Ilie et al. [16] demonstrated that ARIMA time-series models have been successfully applied in the overall prevalence of COVID-19 in Romania. Wang et al. [17] used ARIMA and GM(1,1) models to predict hepatitis B in China, and the ARIMA model achieved better results than GM(1,1) model. Guo et al. [18] used GM(1,1) and novel SMGM(1,1) models to predict dysentery and gonorrhea in China. Despite the traditional mathematical forecasting models have better ability in infectious disease prediction, these models can not extract nonlinear relationships in time series [15]. However, the machine-learning based forecasting models have good performance in handling nonlinear relationships in time series without any limitations [15]. Yet to date, no researchers have applied the ARIMA, GM(1,1), and LSTM models to predict TB cases in mainland China. Under such a background, the present researcher tried to use the ARIMA, GM(1,1), and LSTM models for prediction of TB cases in mainland China. The TB cases data were obtained from the National Health Commission of the People’s Republic of China website, based on the data characteristics and the sample requirements, we created the ARIMA, GM(1,1), and LSTM models, respectively. In order to achieve more accurate prediction results, three models were compared by MAE, RMSE and MAPE, thus, we find the optimized prediction model to predict the epidemic trend of TB cases from January to December 2021 in mainland China.

Methods

Data source

All data TB cases were taken from the National Health Commission of the People’s Republic of China (http://www.nhc.gov.cn/), and all TB cases had been laboratory confirmed. In China, TB is classified as a class B infectious disease, and the hospital physicians must report every confirmed TB case information to the local health authority within 24 hours by national Network report of infectious disease [4], the final report to the National Center for Disease Control and Prevention. The data of TB cases only include in mainland China. We collected monthly TB cases data from January 2018 to December 2020 with 36 samples in our study. The data can also be divided into a training set, a validation set, and a test set. The training set and the validation set were the same, that was made up of the TB cases from January 2018 to December 2020, which was used to build and compare the ARIMA, GM(1,1) and LSTM models respectively, and the test set constituted the TB cases from January to December in 2021, which was used to assess the performance of prediction results in the future trend of TB cases in mainland China.

Model descriptions

ARIMA model

ARIMA model was proposed by Box and Jenkins in the early 1970s, so it is also called Box-Jenkins model and Box-Jenkins method [19]. It is the most commonly used prediction techniques in the evaluation and monitoring epidemiological surveillance [20-26]. The ARIMA model consists of auto regressive (AR) model, moving average (MA) model, seasonal auto regressive integrated moving average (SARIMA) model and etc [17, 27]. If the data of research showed evidence of seasonal tendency, the seasonal auto regressive integrated moving average (SARIMA) model should be used [28]. In general, the ARIMA model can be explained as ARIMA (p,d,q),×(P,D,Q), where p represents the order of auto-regression, d represents the degree of trend difference, q represents the order of moving average, and the P represents the seasonal auto regression lag, D represents the degree of seasonal difference, Q represents the seasonal moving average, s represents the length of the cyclical pattern [29]. There are several steps to construct the ARIMA model, which mainly contains four steps: sequence stationary, model identification, estimation and diagnosis, and model prediction and evaluation. The first step is sequence stationary. If the sequence shows non-stationary time series, the stationary time series should be transformed by differenceing processes [30]. The original sequence diagram could help suggesting whether the sequence is stationary or not. In order to achieve the stationary time series, differences and Log transformation can be processed by statistical software. The second step is model identification. The preliminary judgment and estimation of ARIMA model parameters are found to be dependent on the auto-correlation function (ACF) and partial auto-correlation function (PACF) graphs. And then, the candidate ARIMA model parameters can be determined by both skills and experiences, observing the auto-correlation function (ACF) and partial auto-correlation function (PACF) graphs. The third step is estimation and diagnosis. The candidate ARIMA models evaluated by the diagnostic checking of residuals with Ljung-Box (Q) test [31], which requires the residual error must be random (significant level p>0.05). If the Q -statistics is less than 0.8, the tentative model is inadequate [4]. In other words, the model should be fitted again. Furthermore, the optimal model was determined by the lowest the Bayesian information criterion of Schwarz (BIC) values and its residual was white noise (significant level p>0.05). The forth step is model prediction and evaluation. The optimal model was applied to predict TB cases from January 2018 to December 2020. And the prediction power were evaluated by comparing the predicted values with actual values [17].

GM(1,1) model

GM(1,1) model was proposed by Deng J. L, and it is described a novel mathematical prediction system that can be used to process data which some information is known, unknown and/or incomplete [32]. The steps of the GM(1,1) model are [33-37]: Assuming that the original sequence shown as: Performing an accumulation to generate a new sequence: Solving adjacent neighbor means by the following formula: Establishing first-order linear differential equations by the following formula: Assuming that then identification a can be calculated by the following formula: The GM(1,1) model can be expressed as: where a is the development coefficient, b is the gray effect. Model test evaluated by the posterior error test: And S represents the standard deviation of the residual sequence, S represents the standard deviation of the original sequence and P represents the Small probability of error. The accuracy of the model is shown in Table 1, and the model applicable scope shown as Table 2.
Table 1

The accuracy of gray GM (1,1) model.

Prediction accuracy gradeMean square deviation ratio CSmall probability of error P
Level 1(Excellent)≤0.35≥0.95
Level 2 (Qualified)≤0.50≥0.80
Level 3 (Barely qualified)≤0.65≥0.70
Level 4 (Unqualified)>0.65<0.70
Table 2

The applicable scope of the GM (1,1) model.

Developing Coefficient aPrediction Length
-a≤0.3Medium- and long-term prediction
0.3<-a<0.5Short-term prediction
0.5<-a<1.0Modified model to predict
1.0<-aNot suitable for grey prediction model

LSTM model

LSTM, called Long Short-Term Memory, has been improved by the Recurrent Neural Network (RNN) [38]. It was first proposed by Hochreiter and Schmidhuber in 1997 and has received the widespread application in many fields [39, 40]. The LSTM unit includes an Input Gate, a Forget Gate, and an Output Gate (Fig 1) [41]. It selectively allows information to pass through Gate structure, so as to update or retain historical information. The LSTM model can be expressed as [42, 43]: Here, ft, it, and ot represent the Forget Gate, Input Gate and Output Gate, respectively. Besides, σ represents sigmoid function, Ct represents the cell state update value at time t, represents the candidate state value of the input cell at time t. Wf, Wi, WC represent the weight of Forget Gate, Input Gate and Output Gate.
Fig 1

Plot of the LSTM unit structure.

Performance measures

The fitting and prediction accuracy can be employed by the mean absolute error (MAE), root mean square error (RMSE) and mean absolute percentage error (MAPE) [22]. The smaller the error is, the better the fitting effect [19]. In this paper, MAE, RMSE, and MAPE are applicable to evaluating the fitting and prediction accuracy of the three models, respectively, which are expressed as: Where the is the predicted value, Xt is the actual value and n is the sequence sample size [19].

Data processing and analysis

The data of this study was recorded with EXCEL 2010, and the ARIMA was performed using SPSS23.0 software, and Matlab 2020b was adopted to construct the GM(1,1) and LSTM models. Significant level is 0.05.

Results

Trends of TB cases in mainland China

There were 3,021,995 TB cases in mainland China from January 2018 to December 2020. As is shown in Fig 2, the overall TB cases data in mainland China take on a downtrend trend. In a year, the monthly TB cases data presents lowest level in January and February, whereas March and April, in contrast, has the highest level. Simultaneously, it may be observed that the monthly TB cases data has roughly seasonal fluctuations.
Fig 2

Time series monthly reported cases of TB in mainland China from January 2018 to December 2020.

ARIMA model

In our study, the SARIMA was selected due to that the data of TB cases has roughly seasonal fluctuations. The basic optical requirement of the ARIMA model is stationary data. As is shown in Fig 3, the original sequence shows non-stationary time series, so the trend difference and the seasonal difference were processed in order to eliminate data instabilities. After a first-order difference and a first-order seasonal difference (Fig 4), the time series were stationary, thus the parameters d and D were 1, respectively. To confirm the estimation of ARIMA model parameters of q, p, Q, and P, the auto-correlation function (ACF) and partial auto-correlation function (PACF) graphs were performed.
Fig 3

Plot of time series of original sequence.

Fig 4

Plot of time series of after a first-order difference and a first-order seasonal difference.

Both ACF and PACF graphs showed that the sequence presented high seasonal characteristics with a circle of 12, indicating the parameter of s was 12 (s = 12). The ACF graph showed that after a first-order difference (Fig 5), the values of auto-correlation coefficients did not exceed ± 2 times the estimated standard deviation range, and the peak was at lag 0, which was initially identified as the parameters of q was 0, p was 0 or 1. Similarly, the PACF graph was represented after a first-order seasonal difference (Fig 6), the partial correlation coefficient did not exceed the range of ± 2 times the estimated standard deviation, and it is initially identified that P was 0, Q was 0, or 1.
Fig 5

Plot of ACF after a differenced TB cases time series.

Fig 6

Plot of PACF after a differenced TB cases time series.

Further, the candidate ARIMA models were based on both the preliminary parameters values and the modeling estimation and diagnosis, which were selected as ARIMA (0,1,0) × (0,1,1)12, ARIMA (0,1,0) × (0,1,0)12, ARIMA (1,1,0) × (0,1,0)12 and ARIMA (1,1,0) × (0,1,1)12. The results are shown in Table 3.
Table 3

Parameter estimation of candidate ARIMA models.

ARIMA ModesR2BICLjung-Box (Q) test
Q-Statisticsp-value
ARIMA (0,1,0) × (0,1,1)120.7317.9712.480.77
ARIMA (0,1,0) × (0,1,0)120.7317.7912.620.81
ARIMA (1,1,0) × (0,1,0)120.7717.829.600.92
ARIMA (1,1,0) × (0,1,1)120.7718.009.390.89
By the diagnostic checking of residuals with the Ljung-Box (Q) test, we find that the Q-statistics of four models were all bigger than 0.8 and the p-values were all bigger than 0.05 (Table 3), indicating that these models are all adequate and the white noise sequence. To obtain the optimal model, the lowest BIC values were observed in four models. As a result, the ARIMA (0,1,0) × (0,1,0)12 was the optimal model, whose BIC value was the lowest (17.79) and its residual was white noise sequence, the Q-statistics was 12.62 and p-value was 0.81 (Table 3).

GM(1,1) model

The results show that the parameters of model a was 0.01 and u were 99740, the equation for the GM(1,1) model as follows: X(k+1) = -10057053.55e(-0.01k)+10153178.55, the Mean square deviation ratio C value was 0.49, and the Small probability of error P was 0.94. According to the results in (Table 1), it can ensure that the GM(1,1) model we established is Level 2 (Qualified), and it can be adopted in extrapolated prediction. Besides, the GM(1,1) model parameter of a was 0.01, and -a≤0.3, which demonstrated the Medium- and long-term prediction can be predicted.

LSTM model

In this section, we build an LSTM model, which consists of three parts, that is, an input layer, a hidden layer, and an output layer. In the LSTM modeling process, the TB cases data from January 2018 to December 2020 were divide into two parts, 2/3 percent of which is the training set and the rest (1/3) is the test set. We set epochs, learning rating with 60, 0.01, respectively. The loss function uses mean_squared_error, and the optimizer uses Adam. The Look_back is set 12 to find the optimal situation of the current network structure. The results are shown in Table 4.
Table 4

The actual values and the prediction results of the three models.

Dateactual valuesARIMAGMLSTM
19-Feb73096696968738073620
19-Mar978661059968652697580
19-Apr1011918779685680100244
19-May961061032008484295929
19-Jun99555856468401396138
19-Jul933181032908319291464
19-Aug84304922128237985603
19-Sep80973783748157381252
19-Oct75123773518077675207
19-Nov73000781527998672188
19-Dec71631684967920471270
20-Jan67682770237843068097
20-Feb44933521817766345219
20-Mar73427697037690474241
20-Apr85684767527615286788
20-May83385805997540883530
20-Jun84952868347467186706
20-Jul83101787157394182831
20-Aug76423740877321872042
20-Sep75409730927250266545
20-Oct67843695597179460984
20-Nov69640657207109253988
20-Dec64097682717039753131

Model comparison

The only 23 values were compared with ARIMA, GM(1,1), and LSTM models, on account of its differencing and seasonal differencing of the ARIMA model, which caused the first 13 values to be lost in the validation set. In this section, the various statistical tools, such as MAE, RMSE, and MAPE, which used to evaluate the fitting and predicting accuracy. Both the actual values and the predicted values were put them into the formula (15), (16), (17), and then results of MAE, RMSE and MAPE were by calculation as shown in Table 5.
Table 5

The values of MAE and MAPE and RMSE of the three models.

ModelsMAEMAPERMSE
ARIMA (0,1,0) × (0,1,0)125638.430.070622599.46
GM (1,1)8805.390.121037452.98
LSTM2676.080.036816344.92
We could see that the MAE, RMSE, and MAPE of LSTM model values were smaller than that of GM(1,1) and ARIMA (0,1,0) × (0,1,0)12 model. Additionally, the Fig 7 showed that the predicted value obtained by LSTM can better fit the actual value change trend. Therefore, the LSTM model was the most optimal model, which was more suitable to predict the future trend of TB cases of the mainland in China.
Fig 7

Plot of comparison of predicted values and actual values of three models.

Prediction

The LSTM model was applied to predict the trend of TB cases in mainland China from January to December in 2021. Predictions results is shown in Table 6.
Table 6

Prediction of TB cases in mainland China from January to December in 2021.

DatePredicted valuesDatePredicted values
21-Jan6014821-Jul75565
21-Feb3739821-Aug68887
21-Mar6589221-Sep67873
21-Apr7814921-Oct60306
21-May7585021-Nov62103
21-Jun7741621-Dec56560

Discussion

Although TB can be treated effectively, the morbidity and mortality of TB have always been maintained a relative growth trend [4, 44]. It is still a major global public health problem, which poses a serious danger to human health and the development of the society and economy in the world. However, based on a large-scale population and with the rapid development of society and economy in China, the prevention and control of TB is still an important public issue and with difficult challenges. So it still regarded as an important topic in the field of public health in mainland China. Scientific prediction and analysis of the morbidity and mortality of TB can provide suggestions in public health planning and set the proper policy to adopt effective interventions for this infectious disease [45]. In the field of Disease Surveillance, prediction of the morbidity and mortality infection disease is one of the most important works with higher priorities in public health in China [32]. Upon the above research background, the purpose of this study is to explore the optimized prediction model to predict the epidemic trend of TB cases and propose its prevention and control in mainland China. Studies have shown that each type of infectious disease prediction model has distinct advantages and disadvantages [46]. It is therefore critical that according to the data characteristics and the sample requirements to create the most suitable prediction model for research objectives. ARIMA is applicable to time series with characteristics of seasonality and periodicity [47]. The GM(1,1) has no special requirements for research data and is also applied in small sample sizes with uncertain time series predictions [17]. While the LSTM model is more suitable for time series with missing values and where there may be a lag of unknown duration [42]. Yet, according to characteristics of the data the sample requirements to construct prediction models is also a precondition for obtaining accurate research results. In our study, TB cases data with 36 samples from January 2018 to December 2020 in mainland China presents characteristics of the seasonality and periodicity, which are fully meet the requirements of ARIMA, GM(1,1), and LSTM models. Therefore, in terms of prediction technique we selected is correct and reasonable. Further analysis, with the advantage of its structured modeling basis and acceptable forecasting performance, the ARIMA model is the most commonly used technique in time series prediction analysis [4]. Besides, the ARIMA model also can be taken various influencing factors of infection as well as the complicated interactions into consideration in the modeling process [47]. In this study, the seasonal auto regressive integrated moving average (SARIMA) model was applied to predict TB cases, due to the fact that the research data showed evidence of seasonal tendency. GM(1,1) model was proposed by Deng J. L in 1982, which is widely used in the field of population [48], economic [49], environment [50], power industry [51], medicine [11], etc. This theory is that a system can be defined with a color that represents the amount of clear information about that system [11]. If the information is entirely unknown, it is called a black system. If on the contrary, it is called a white system. Moreover, if some information is known, unknown and/or incomplete, it is called a grey system. In reality, every system can be viewed as a grey system because that its information is known, unknown and/or incomplete. Provided that there are four sets of data, the model can be fitted. So in this paper, the prediction of TB cases can be seen as a grey system, and the monthly TB cases data from January 2018 to December 2020 with 36 samples can be regarded as known information that seeks its changing laws to predict the future state of TB cases. LSTM model has been widely used to predict infectious disease incidence, such as HIV [15], hepatitis E [52], Dengue fever [53], hand, foot and mouth disease (HFMD) [54], COVID-19 [39], and so on. It is focused on resolving the issues of vanishing gradient [52]. LSTM model has a strong nonlinear mapping capability, which is applicable to process complex issues with long-term dependencies [55]. It can train satisfactory network models by learning from a given sample of data and is suitable for cases where sequence laws are very long time lags of unknown size [15]. Therefore, the LSTM model has a strong capability to address various prediction issues, especially infectious disease prediction. Model comparison results showed that the MAE, RMSE, and MAPE of LSTM model values were smaller than that of GM(1,1) and ARIMA models. We can deduce that the fitting and predicting performance of the LSTM model was better than that of the ARIMA and GM(1,1) models. The reasons are as follows: first, GM(1,1) and ARIMA models have their disadvantages, for example, they can not extract nonlinear relationships in time series. Second, unlike the other machine-learning based forecasting models, the LSTM model overcomes the shortcomings in vanishing gradient during the training process. Third, the LSTM model is more tolerant to the data and is less vulnerable to model misspecification issues than other time series prediction models. Meanwhile, compared with the GM(1,1) and ARIMA models, it is a more effective deep learning model for continuous data. Thus, the LSTM model has good performance in prediction for infectious disease. As a result, the LSTM model was applied to predict the TB cases in mainland China from January to December in 2021. The study showed that the predicted values of TB cases present fluctuating and the overall trend is decreasing. However, in practice, the morbidity of TB is the comprehensive effect of manifold causes. The COVID-19 pandemic could affect TB control programs worldwide due to the impairing TB diagnosis and treatment [56, 57], China is no exception. Moreover, although the prevention and control of the COVID-19 pandemic is more effective in China, it also can present great challenges for the medical service system and medical care capacity. Therefore, it must be noted that we still can not ignore the occurrence of an outbreak of TB cases in mainland China in the future. To the best of our knowledge, this is the first study to construct the ARIMA, GM(1,1), and LSTM models for the prediction of TB cases in mainland China at present. The results showed that the accuracy performance of the LSTM model was higher than that of ARIMA and GM (1,1) models, and the LSTM model can give a credible predictions for TB control and prevention. However, there are several limitations in this study. One of the limitations is that although the LSTM model has a strong nonlinear mapping capability, the social, cultural, economic, and other factors can not be taken into account in the modeling process [47]. Another limitation is that the prediction results of the LSTM model can act as predictive tools for TB control and prevention, but it should not be used as an exclusive policy-making reference frame due to unexpected emergencies, for example, the COVID-19 pandemic. Since COVID-19 occurred at the end of 2019 in China, missing reports on TB cases are possible to occur in 2020. It results in some inaccuracies in predictions of TB cases to some extent. Therefore, in further work, we will take the influencing factors of TB incidence into the prediction model and continually update data of TB cases so that we can achieve a more suitable and accurate model for its control and prediction.

Conclusion

In this study, we collected the TB cases from January 2018 to December 2020 in mainland China. Based on the data characteristics and the sample requirements, the ARIMA, GM(1,1), and LSTM models were constructed and compared. The fitting and predicting performance of the LSTM model was better than that of the ARIMA and GM (1,1) models. The results of this study can provide policy advice by the government in mainland China.

The monthly TB cases data from January 2018 to December 2020.

(DOC) Click here for additional data file. (XLS) Click here for additional data file.
  51 in total

1.  An optimized Nash nonlinear grey Bernoulli model based on particle swarm optimization and its application in prediction for the incidence of Hepatitis B in Xinjiang, China.

Authors:  Liping Zhang; Yanling Zheng; Kai Wang; Xueliang Zhang; Yujian Zheng
Journal:  Comput Biol Med       Date:  2014-02-20       Impact factor: 4.589

2.  Predicting the incidence of hand, foot and mouth disease in Sichuan province, China using the ARIMA model.

Authors:  L Liu; R S Luan; F Yin; X P Zhu; Q Lü
Journal:  Epidemiol Infect       Date:  2015-06-01       Impact factor: 4.434

3.  Time series analysis of human brucellosis in mainland China by using Elman and Jordan recurrent neural networks.

Authors:  Wei Wu; Shu-Yi An; Peng Guan; De-Sheng Huang; Bao-Sen Zhou
Journal:  BMC Infect Dis       Date:  2019-05-14       Impact factor: 3.090

4.  Forecasting the seasonality and trend of pulmonary tuberculosis in Jiangsu Province of China using advanced statistical time-series analyses.

Authors:  Qiao Liu; Zhongqi Li; Ye Ji; Leonardo Martinez; Ui Haq Zia; Arshad Javaid; Wei Lu; Jianming Wang
Journal:  Infect Drug Resist       Date:  2019-07-26       Impact factor: 4.003

5.  Forecasting the dynamics of cumulative COVID-19 cases (confirmed, recovered and deaths) for top-16 countries using statistical machine learning models: Auto-Regressive Integrated Moving Average (ARIMA) and Seasonal Auto-Regressive Integrated Moving Average (SARIMA).

Authors:  K E ArunKumar; Dinesh V Kalaga; Ch Mohan Sai Kumar; Govinda Chilkoor; Masahiro Kawaji; Timothy M Brenza
Journal:  Appl Soft Comput       Date:  2021-02-08       Impact factor: 6.725

6.  The analysis of GM (1, 1) grey model to predict the incidence trend of typhoid and paratyphoid fevers in Wuhan City, China.

Authors:  Xiaobing Yang; Jiaojiao Zou; Deguang Kong; Gaofeng Jiang
Journal:  Medicine (Baltimore)       Date:  2018-08       Impact factor: 1.817

7.  Application of the ARIMA model on the COVID-2019 epidemic dataset.

Authors:  Domenico Benvenuto; Marta Giovanetti; Lazzaro Vassallo; Silvia Angeletti; Massimo Ciccozzi
Journal:  Data Brief       Date:  2020-02-26

8.  Deep Flexible Sequential (DFS) Model for Air Pollution Forecasting.

Authors:  Kıymet Kaya; Şule Gündüz Öğüdücü
Journal:  Sci Rep       Date:  2020-02-25       Impact factor: 4.379

9.  Analysis and predication of tuberculosis registration rates in Henan Province, China: an exponential smoothing model study.

Authors:  Yan-Qiu Zhang; Xin-Xu Li; Wei-Bin Li; Jian-Guo Jiang; Guo-Long Zhang; Yan Zhuang; Ji-Ying Xu; Jie Shi; Ding-Yong Sun
Journal:  Infect Dis Poverty       Date:  2020-08-31       Impact factor: 4.520

10.  Forecasting the spread of the COVID-19 pandemic in Saudi Arabia using ARIMA prediction model under current public health interventions.

Authors:  Saleh I Alzahrani; Ibrahim A Aljamaan; Ebrahim A Al-Fakih
Journal:  J Infect Public Health       Date:  2020-06-08       Impact factor: 3.718

View more

北京卡尤迪生物科技股份有限公司 © 2022-2023.