Skip to main content
  • Research Article
  • Open access
  • Published:

Comparing the performance of time series models with or without meteorological factors in predicting incident pulmonary tuberculosis in eastern China

Abstract

Background

Many studies have compared the performance of time series models in predicting pulmonary tuberculosis (PTB), but few have considered the role of meteorological factors in their prediction models. This study aims to explore whether incorporating meteorological factors can improve the performance of time series models in predicting PTB.

Methods

We collected the monthly reported number of PTB cases and records of six meteorological factors in three cities of China from 2005 to 2018. Based on this data, we constructed three time series models, including an autoregressive integrated moving average (ARIMA) model, the ARIMA with exogenous variables (ARIMAX) model, and a recurrent neural network (RNN) model. The ARIMAX and RNN models incorporated meteorological factors, while the ARIMA model did not. The mean absolute percentage error (MAPE) and root mean square error (RMSE) were used to evaluate the performance of the models in predicting PTB cases in 2018.

Results

Both the cross-correlation analysis and Spearman rank correlation test showed that PTB cases reported in the study areas were related to meteorological factors. The predictive performance of both the ARIMA and RNN models was improved after incorporating meteorological factors. The MAPEs of the ARIMA, ARIMAX, and RNN models were 12.54%, 11.96%, and 12.36% in Xuzhou, 15.57%, 11.16%, and 14.09% in Nantong, and 9.70%, 9.66%, and 12.50% in Wuxi, respectively. The RMSEs of the three models were 36.194, 33.956, and 34.785 in Xuzhou, 34.073, 25.884, and 31.828 in Nantong, and 19.545, 19.026, and 26.019 in Wuxi, respectively.

Conclusions

Our study revealed a possible link between PTB and meteorological factors. Taking meteorological factors into consideration increased the accuracy of time series models in predicting PTB, and the ARIMAX model was superior to the ARIMA and RNN models in study settings.

Background

Tuberculosis (TB) is a chronic communicable disease that severely threatens human health, ranking among the top ten causes of death worldwide. The World Health Organization (WHO) estimated that approximately 10 million people fell ill with TB around the world in 2019. Furthermore, there were an estimated 1.2 million TB deaths among HIV-negative people and 208 000 TB deaths among HIV-positive people [1]. To curb the TB epidemic, the WHO set a goal of reducing the morbidity and mortality of TB by 90% and 95%, respectively, between 2015 and 2035. Accurately predicting the trend of this epidemic can help foresee the possible peaks and provide a reference for the prevention and control of TB [2].

A time series is formed by recording the development process of a random event over time. Time series analysis plays a vital role in predicting trends by identifying the way in which health-related events change with time. The autoregressive integrated moving average (ARIMA) model is the most classic time series analysis model and has been widely applied to predict various infectious diseases, such as hepatitis B [3], hemorrhagic fever with renal syndrome [4], coronavirus disease 2019 [5], and hand, foot and mouth disease [6]. The ARIMA with exogenous variables (ARIMAX) model exhibits superior prediction performance by adding other event-related factors as input variables. Another commonly used time series analysis model is based on an artificial neural network (ANN), which is designed to simulate the way the human brain analyzes and processes information. The ANN has been applied to construct time series models to forecast human diseases [7, 8]. The recurrent neural network (RNN) is a specific ANN with the ability to transfer information across time steps, as it can remember previous information and apply it to the current output calculation. The ability to model temporal dependencies makes it particularly appropriate to analyze a time series, which consists of a sequence of points that are not independent [9, 10].

Time series analyses have been used to predict TB morbidity or mortality, but most were conducted in one city or one region and based on one or two models that did not incorporate meteorological factors [11, 12]. Our previous study has revealed that the incidence of TB exhibits seasonal fluctuations, indicating a potential relationship with meteorological factors [13]. Thus, in the current study, we performed a time series analysis in three cities of Jiangsu Province, China, and applied different models (ARIMA, ARIMAX, and RNN) to explore whether the inclusion of meteorological factors can improve the performance of prediction modeling.

Methods

Study areas

Jiangsu Province is located on the eastern coast of China, with an area of 107 200 square kilometers. It governed 13 cities and had a permanent population of 80.7 million at the end of 2019. We randomly selected one city from northern, central, and southern Jiangsu and finally included Xuzhou, Nantong, and Wuxi as the study sites. The geographical locations of the three cities in Jiangsu Province are shown in Fig. 1. The ranking of the gross domestic product (GDP) per capita within the province in 2019 was 9 for Xuzhou, 7 for Nantong, and 1 for Wuxi, and the population density in 2019 was 750.16 people/m2 for Xuzhou, 914.64 people/m2 for Nantong and 1424.43 people/m2 for Wuxi.

Fig. 1
figure 1

Geographical locations of the three cities in Jiangsu Province

Data collection

All newly diagnosed PTB cases in China are registered in an online surveillance system (https://10.249.6.18:8880/) operated by the Center for Disease Control and Prevention. The registry system is a particular virtual private network. For confidentiality, only authorized organizations can log in. We extracted the monthly reported number of pulmonary TB (PTB) cases in the study sites between 2005 and 2018. We also collected local meteorological factors at the same time from the China Meteorological Data Network (https://www.nmic.cn/). These meteorological factors included monthly average temperature (MAT, °C), monthly average atmospheric pressure (MAP, hPa), monthly average wind speed (MAS, m/s), monthly average relative humidity (MAH, %), monthly precipitation (MP, mm), and monthly sunshine time (MST, h).

Construction of the ARIMA model

As described in our previous study [13], we constructed a seasonal ARIMA model, which was expressed as ARIMA (p, d, q)(P, D, Q)s. The variables p, d, and q represent the autoregressive model order, the number of ordinary differences, and the moving-average model order, respectively. The variables P, D, and Q represent the seasonal autoregressive model order, the number of seasonal differences, and the seasonal moving-average model order, respectively. Variables represent the length of a periodic pattern (s = 12 in this study). The number of PTB cases predicted at time t (\({Y}_{t}\)) was determined by the formula:\(Y_{t} = \frac{{{\uptheta }_{q} \left( B \right){\Theta }_{Q} \left( {B^{s} } \right)a_{t} }}{{{\Phi }_{P} \left( {B^{s} } \right)\phi_{p} \left( B \right)\left( {1 - B} \right)^{d} \left( {1 - B^{s} } \right)^{D} }}\), where \({\uptheta }_{q}(B)\) is the operator of the moving-average model, \({\Theta }_{Q}({B}^{s})\) is the operator of the seasonal-moving average model, \({\phi }_{p}(B)\) is the operator of the autoregressive model, \({\Phi }_{P}({B}^{s})\) is the operator of the seasonal autoregressive model, \({(1-B)}^{d}\) is the component of the ordinary differences, \({(1-{B}^{s})}^{D}\) is the component of the seasonal differences, \({a}_{t}\) is white noise and \({Y}_{t}\) is the predicted variable [14, 15]. Based on the monthly number of PTBs, we constructed an ARIMA model for each city. First, we applied the ordinary differences and seasonal differences to make the series stationary. Second, by referring to the autocorrelation function (ACF) and partial autocorrelation function (PACF) plots of the stationary series, we initially identified the values of the parameters (p, q, P, and Q) to establish alternative ARIMA models. Third, we determined the optimal ARIMA model according to three criteria: (a) the normalized value of Bayesian information criterion (BIC; smaller values indicated better models); (b) the degree to which the residual series of the model was demonstrated to be white noise by the Ljung-Box test; (c) the presence of significant parameters according to the parameter estimation. Finally, we selected the optimal ARIMA model to predict PTB cases in 2018.

Construction of the ARIMAX model

The ARIMAX model adds exogenous variables based on the ARIMA model and can be described by the formula:\({Y}_{t}=\frac{{\uptheta }_{q}(B){\Theta }_{Q}({B}^{s}){a}_{t}}{{\Phi }_{P}({B}^{s}){\phi }_{p}(B){(1-B)}^{d}{(1-{B}^{s})}^{D}}+X\), where \(X\) represents the external regressor, which can be univariate or multivariate. The other parameters are consistent with the ARIMA model [14]. Based on the monthly number of PTB cases and six meteorological factors, we constructed an ARIMAX model for each city. First, we constructed the optimal ARIMA model for each meteorological factor and obtained the residual series of the optimal ARIMA models, ensuring that they were all white noise. Second, we used the cross-correlation function (CCF) to analyze the residual series of PTB cases and meteorological factors to evaluate the correlation between them at different lag times. Third, we included different combinations of significant meteorological factors as external variables into the optimal ARIMA model to construct alternative ARIMAX models. Finally, we determined the optimal ARIMAX model according to three criteria: (a) a normalized BIC value smaller than the optimal value; (b) the degree to which the residual series of the model was demonstrated to be white noise by the Ljung-Box test; (c) the performance of the model in predicting PTB cases in 2018.

Construction of the RNN model

The ANN usually consists of an input layer, a hidden layer, and an output layer. The layers of the traditional ANN are fully connected, but the neurons in each layer are not connected. The RNN is different from the ANN in that it adds connections between the neurons in the hidden layer (Fig. 2a). Figure 2b shows the unfolding diagram of the forward propagation of the RNN [16], where \({x}_{t}\) represents the input at time \(t\), \({h}_{t}\) represents the hidden state at time \(t\) and is modeled as \({h}_{t}=sigmoid(W*{h}_{t-1}+U*{x}_{t})\), \(W\) represents the weight of the input, \(U\) represents the weight of the input at the moment, \({y}_{t}\) represents the output at time \(t\), \({y}_{t}=softmax(V*{h}_{t})\), and \(V\) represents the weight of the output. Therefore, the input of the hidden layer of the RNN includes not only the output of the input layer but also the previous output of the hidden layer, granting the model memory. We divided the data into a training set, testing set, and predicting set. We trained each RNN model three times and compared their performance on the testing set to determine the optimal RNN model. For each RNN model, we set the learning rate to 0.05, 0.1, and 0.2 and the dimensions of the hidden layer to 3, 5, and 10, respectively, and identified the appropriate training epochs through an epoch-error plot. By comparing the performance of the model with the testing set, we determined the most suitable parameters for each RNN model. First, we normalized the original data to convert all values to intervals [0, 1], using the formula: \({\mathrm{X}}^{\prime}=\frac{X-{X}_{min}}{{X}_{max}-{X}_{min}}\), where \(\mathrm{X}\) is the original value, \({X}_{max}\) is the maximum value of the original data, \({X}_{min}\) is the minimum value of the original data, and \({\mathrm{X}}{^{\prime}}\) is the normalized value after conversion. Second, we used the number of PTB cases in the previous month and the previous two, three, six, and twelve months as sequential inputs of the training set and the number of PTB cases in the current month as the output of the training set to construct five different RNN models (RNN1–RNN5), which did not incorporate meteorological factors. We compared the performance of five RNN models on the testing set and selected the best model to incorporate meteorological factors into it. Third, we used the Spearman rank correlation test to evaluate the correlation between PTB cases in the current month and meteorological factors one, two, and three months prior. Fourth, we incorporated the significant meteorological factors into the best model of RNN1-RNN5 to construct another four RNN models (RNN6–RNN9). Finally, we compared the performance of nine RNN models on the testing set to determine the optimal model and applied it to predict PTB cases in 2018.

Fig. 2
figure 2

The recurrent neural network (RNN). a The structure diagram of the RNN; b The unfolding diagram of the forward propagation of the RNN. \({X}_{t}\): input at time \(t\); \({h}_{t}\): hidden state at time \(t\); \({y}_{t}\): output at time \(t\); \(W\): weight of the input; \(U\): weight of the input at the moment; \(V\): weight of the output

Evaluating the performance of the three models

Considering that the mean absolute percentage error (MAPE) and root mean square error (RMSE) have been widely used to compare the performance of time series models [3, 17], they were used here to evaluate the performance of the three models: \(\mathrm{MAPE}=\frac{1}{n}\sum_{i=1}^{n}\frac{\left|{X}_{i}-{\widehat{X}}_{i}\right|*100}{{X}_{i}}\) and \(\mathrm{RMSE}=\sqrt{\frac{1}{n}\sum_{i=1}^{n} {({X}_{i}-{\widehat{X}}_{i})}^{2}}\), where \({X}_{i}\) is the actual value at time \(i\), \({\widehat{X}}_{i}\) is the output value of the model at time \(i\) and \(n\) is the number of samples.

Statistical software

We used SPSS 25.0 (IBM Corp., Armonk, NY, USA) to construct the ARIMA and ARIMAX models and the package “rnn” in R 3.6.3 (https://www.r-project.org/) to construct the RNN model. The significance level was set at 0.05.

Results

Description of the PTB notification rate and meteorological factors

The annual PTB notification rates between 2005 and 2017 of Xuzhou, Nantong, and Wuxi was 56.41/100 000, 59.93/100 000, and 57.10/100 000, respectively. The range of annual notification rates for PTB was 31.54/100 000 to 78.96/100 000 in Xuzhou, 35.42/100 000 to 92.63/100 000 in Nantong, and 43.65/100 000 to 87.13/100 000 in Wuxi. The description of the monthly meteorological factors in the three cities between 2005 and 2017 is listed in Additional file 1: Table S1.

The ARIMA model

The monthly number of PTB cases showed a long-term downward trend and seasonal fluctuations, with a peak in March to April and a trough in December to January (in Xuzhou) or January to February (in Nantong and Wuxi) (Fig. 3). Therefore, we applied one ordinary difference and one seasonal difference to make the series stationary (d = D = 1). Then, we initially identified the parameters of the ARIMA model (p, q, P, and Q) to construct alternative models for each city according to the ACF and PACF plots of the stationary series (Additional file 1: Figure S1, a1–a3, and b1–b3). We determined the optimal ARIMA model to be ARIMA (1,1,1)(0,1,1)12 for Xuzhou and ARIMA (0,1,1)(0,1,1)12 for Nantong and Wuxi because (1) they had the smallest normalized BIC, (2) their residual series were demonstrated to be white noise, and (3) the parameters were all significant (P < 0.05) (Additional file 1: Table S2, c1–c3, and d1–d3 of Additional file 1: Figure S1). PTB cases in 2018 were predicted by the optimal ARIMA model and are listed in Table 1.

Fig. 3
figure 3

Monthly pulmonary tuberculosis cases in the three cities between 2005 and 2017

Table 1 The monthly number of pulmonary tuberculosis cases in the three cities in 2018 predicted by the ARIMA, ARIMAX, and RNN models

The ARIMAX model

The time series plots of the six meteorological factors in the three cities between 2005 and 2017 are shown in Additional file 1: Figure S2. The optimal ARIMA models for the MAT, MAP, MAS, MAH, MP and MST were ARIMA (0,0,0)(0,1,1)12, ARIMA (0,0,0)(0,1,1)12, ARIMA (0,1,1)(0,1,1)12, ARIMA (1,0,0)(2,1,0)12, ARIMA (0,0,0)(0,1,1)12, and ARIMA (0,1,1)(0,1,1)12 for Xuzhou, ARIMA (1,0,1)(0,1,1)12, ARIMA (0,0,1)(0,1,1)12, ARIMA (0,1,1)(1,1,0)12, ARIMA (1,1,1)(1,1,0)12, ARIMA (0,0,0)(0,1,1)12, and ARIMA (1,0,1)(0,1,1)12 for Nantong, and ARIMA (0,0,0)(2,1,0)12, ARIMA (0,0,1)(0,1,1)12, ARIMA (0,1,1)(0,1,1)12, ARIMA (0,1,2)(0,1,1)12, ARIMA (0,0,0)(0,1,1)12, and ARIMA (1,1,1)(0,1,1)12 for Wuxi, respectively. We then estimated the correlation between PTB and each meteorological factor at different lag times. The CCF plots showed that PTB was positively correlated with MAS (2-month lag), MAH (1-month lag) and MP (2-month lag) and negatively correlated with MST (1-month lag) in Xuzhou. PTB was positively correlated with MAT (0-month lag), MAP (1-month lag) and MAS (2-month lag) in Nantong and was positively correlated with MST (0-month lag) and negatively correlated with MAH (0-month lag) (P < 0.05) in Wuxi (Fig. 4). We incorporated different combinations of significant meteorological factors as external variables into the optimal ARIMA model to construct alternative ARIMAX models (Table 2). Finally, we determined the optimal ARIMAX model to be ARIMA (1,1,1)(0,1,1)12 with MP (2-month lag) for Xuzhou, ARIMA (0,1,1)(0,1,1)12 with MAP (1-month lag) for Nantong and ARIMA (0,1,1)(0,1,1)12 with MAH (0-month lag) for Wuxi. PTB cases in 2018 were predicted by the optimal ARIMAX model and are listed in Table 1.

Fig. 4
figure 4

Cross-correlation function plots of the residual series of pulmonary tuberculosis and meteorological factors. a: PTB and MAT; b PTB and MAP; c PTB and MAS; d PTB and MAH; e PTB and MP; f PTB and MST; 1: Xuzhou; 2: Nantong; 3: Wuxi. PTB: Pulmonary tuberculosis; MAT: Monthly average temperature; MAP: Monthly average atmospheric pressure; MAS: Monthly average wind speed; MAH: Monthly average relative humidity; MP: Monthly precipitation; MST: Monthly sunshine time

Table 2 Alternative ARIMAX models for the three cities

The RNN model

We compared the MAPE of each RNN model with different parameters using the testing set to identify the appropriate parameters. The RNN5 model had the smallest MAPE with the testing set in each city (Table 3). The number of PTB cases in the current month in Xuzhou was positively correlated with MAS one month prior (P < 0.01), with MAS two months prior (P < 0.01), and with MAS three months prior (P < 0.01) and negatively correlated with MST two months prior (P < 0.01), with MAT three months prior (P < 0.01), with MP three months prior (P < 0.05), and with MST three months prior (P < 0.01). The number of PTB cases in the current month in Nantong was negatively correlated with MAS one month prior (P < 0.05), MAH one month prior (P < 0.05), MAS two months prior (P < 0.01), MAH two months prior (P < 0.01), MAS three months prior (P < 0.01), and MAH three months prior (P < 0.05). The number of PTB cases in the current month in Wuxi was positively correlated with MAT one month prior (P < 0.01), MAS one month prior (P < 0.01), MST one month prior (P < 0.05), MAS two months prior (P < 0.01), and MAS three months prior (P < 0.01) and negatively correlated with MAP one month prior (P < 0.01), MAH one month prior (P < 0.05), MAT three months prior (P < 0.05), and MAH three months prior (P < 0.05) (Additional file 1: Table S3). Then, we constructed the RNN6-RNN9 models by incorporating significant meteorological factors into the RNN5 model. The detailed composition of the nine RNN models is listed in Additional file 1: Table S4. We determined the optimal RNN model to be RNN8 for Xuzhou and RNN7 for Nantong and Wuxi since they had the smallest MAPE with the testing set after three training cycles (Table 3). Additional file 1: Figure S3 shows the epoch-error plots of the optimal RNN models after three training cycles. The downward trend in the error of the models with the training set was no longer significant after reaching the set number of epochs, indicating that the training epochs were appropriate. Finally, we chose the RNN8 model after the first training in Xuzhou and the RNN7 model after the second training in Nantong and Wuxi (Table 3). PTB cases in 2018 were predicted by the optimal RNN model and are listed in Table 1.

Table 3 Alternative recurrent neural network models for the three cities

Evaluating the performance of three models

As shown in Table 4, the ARIMAX model is slightly superior to the ARIMA and RNN models in Xuzhou, significantly superior to the ARIMA and RNN models in Nantong, and slightly superior to the ARIMA and significantly superior to the RNN models in Wuxi. Generally, the ARIMAX model showed the best performance.

Table 4 Evaluation of the performance of the ARIMA, ARIMAX, and RNN models in predicting the monthly number of pulmonary tuberculosis cases in the three cities in 2018

Discussion

In this study, we explored the role of meteorological factors in predicting PTB in three cities of China by constructing ARIMA, ARIMAX, and RNN models. The prediction ability of the models was improved by adding meteorological factors. The ARIMAX model (ARIMA with meteorological factors) showed the best performance. To our knowledge, this is the first time series study to construct different models in different cities to explore the role of meteorological factors in predicting PTB.

Although the notification rate of TB has declined at an annual rate of 3% between 2005 and 2017 [11], approximately 866 000 new cases were identified in China in 2018, second only to India [1]. Accurately forecasting the future trend of the TB epidemic can help policymakers implement effective interventions and distribute healthcare resources appropriately. Previous studies have explored various models, such as ARIMA [11, 18], X12-ARIMA [18], and ARIMA-generalized regression neural network (GRNN), in predicting TB [11]. However, few models have considered seasonal variation characteristics, socioeconomic levels, and meteorological factors [12, 19, 20]. Therefore, we divided the study areas into three regions according to geographical location and economic level and then compared the performance of different models with or without adding meteorological factors in predicting PTB in the Chinese population.

The ARIMA model, also known as the Box-Jenkins model, can analyze various types of time series data and is a commonly used model in time series analysis [3,4,5,6]. Unlike the ARIMA model, which is a univariate time series model, the ARIMAX model can deal with multivariate time series data. It adds other variables related to the target series as input variables to improve the prediction accuracy. A time series study in Guangzhou, China, showed that an ARIMA model with imported cases and minimum temperature as input variables was superior to a single ARIMA model in forecasting dengue transmission [14]. Another time series study in Abidjan, Cote d’Ivoire, also indicated that including rainfall as an input variable can increase the accuracy of the ARIMA model in predicting influenza [21]. However, when we incorporated two or more meteorological factors into the ARIMA model, its prediction performance did not continuously increase, which may be attributed to the high collinearity between the meteorological factors.

Considering that both ARIMA and ARIMAX are linear regression models, we also applied the RNN model, which has a strong nonlinear fitting ability. It can recognize the relationship between variables without any restrictions and has memory. This means that the RNN model uses as input not only current data but also its long-term experience. When constructing an RNN model, some parameters need to be determined artificially. In addition, since the initial weights and thresholds are random when training the RNN model, even for the same training set, the output of the model with the testing set will not be precisely the same. Therefore, we trained each RNN model with different parameters and compositions three times and compared their performance when using the testing set to determine the optimal RNN model. Finally, we found that the prediction performance of the RNN model was improved after incorporating meteorological factors.

The possible link between PTB and meteorological factors may be attributable to the following reasons. First, the temperature can affect the indoor and outdoor activities of TB patients and other susceptible people. For example, during hot summers and cold winters, people tend to stay indoors, which will increase the probability of Mycobacterium tuberculosis transmission [22]. Second, high wind speeds can dilute the concentration of environmental M. tuberculosis, thereby reducing the risk of infection. Airflow usually occurs from high-pressure areas to low-pressure areas, so the correlation between PTB and atmospheric pressure may be related to wind speed, but further exploration is needed [23]. Third, high relative humidity and abundant precipitation can provide an appropriate living environment for M. tuberculosis [23, 24]. Continuous exposure to dry air may decrease the production of protective mucus on the respiratory tract surface, thereby weakening its resistance to the pathogen [25]. Fourth, the large amount of ultraviolet light provided by long-term sunshine not only restricts the growth of M. tuberculosis but also promotes the synthesis of vitamin D, which can protect people from TB to some extent [23].

The association between PTB and meteorological factors varied across regions [23], which may be partially attributed to socioeconomic differences or analytic methods. TB is a poverty-related infectious disease [1]. Differences in economic level may lead to an uneven distribution of socioeconomic factors that affect the risk of TB, such as food and nutrition security, living condition, community environment, and medical resources [20, 26]. The inconsistency between analytical methods may be due to their different requirements for the data. The Spearman rank correlation test has no special requirements for the distribution of variables and has a wide range of applications. However, if there is a long-term trend in both time series, the Spearman test will yield a biased correlation. The cross-correlation analysis can evaluate the correlation between time series at different lag times without the influence of long-term trends. In addition, the exposure–response relationship between TB and meteorological factors might be nonlinear. For example, as mentioned earlier, TB may benefit from extremely high or extremely low temperatures and relative humidity. Both the Spearman rank correlation test and the cross-correlation analysis can perform linear correlation analyses between time series but have limitations in quantifying nonlinear relationships. Moreover, considering that most PTB cases are transmitted in dense indoor places, the effects of outdoor meteorological factors may be limited, resulting in inconsistency.

Our study has several limitations. First, the ARIMA, ARIMAX, and RNN models are all short-term prediction models; continuous data collection to update the models is essential for maintaining their prediction performance. Second, we incorporated all combinations of significant meteorological factors into the ARIMA model to construct the ARIMAX model, but we only incorporated four combinations of meteorological factors into the RNN model. In addition, the construction of the RNN model was based on monthly data, which may be insufficient for the RNN to reflect its predictive value. As the performance of the RNN model in this study was inferior to that of the ARIMAX model, its prediction performance needs further exploration. Third, we qualitatively evaluated only the linear correlation between PTB and meteorological factors based on monthly data. Considering that this relationship may be nonlinear and possess the lag time, we intend to apply the distributed lag nonlinear model to quantitatively evaluate it based on weekly or daily data in future studies. Fourth, most PTB cases are typically transmitted in dense indoor places, while all meteorological data in this study were derived from outdoor measurements, and indoor microclimates were not considered.

Conclusions

The prediction performance of both the ARIMA and RNN models was improved after incorporating meteorological factors, and the ARIMAX model (ARIMA with meteorological factors) had the best performance, indicating a potential link between PTB and meteorological factors. Taking meteorological factors into consideration may increase the accuracy of time series models in predicting the trend of PTB.

Availability of data and materials

Please contact the author for the original data. The R codes can be found in Additional file 1: File S1.

Abbreviations

TB:

Tuberculosis

PTB:

Pulmonary tuberculosis

ARIMA:

Autoregressive integrated moving average

ARIMAX:

Autoregressive integrated moving average with exogenous variables

ANN:

Artificial neural network

RNN:

Recurrent neural network

MAPE:

Mean absolute percentage error

RMSE:

Root mean square error

MAT:

Monthly average temperature

MAP:

Monthly average atmospheric pressure

MAS:

Monthly average wind speed

MAH:

Monthly average relative humidity

MP:

Monthly precipitation

MST:

Monthly sunshine time

ACF:

Autocorrelation function

PACF:

Partial autocorrelation function

BIC:

Bayesian information criterion

CCF:

Cross-correlation function

References

  1. WHO. Global tuberculosis report 2020. https://www.who.int/tb/publications/global_report/en/. 2020. Accessed 18 Oct 2020.

  2. Liu Q, Li Z, Ji Y, Martinez L, Zia UH, Javaid A, et al. Forecasting the seasonality and trend of pulmonary tuberculosis in Jiangsu Province of China using advanced statistical time-series analyses. Infect Drug Resist. 2019;12:2311–22. https://0-doi-org.brum.beds.ac.uk/10.2147/IDR.S207809.

    Article  PubMed  PubMed Central  Google Scholar 

  3. Wang YW, Shen ZZ, Jiang Y. Comparison of ARIMA and GM(1,1) models for prediction of hepatitis B in China. PLoS One. 2018;13(9):e0201987. https://0-doi-org.brum.beds.ac.uk/10.1371/journal.pone.0201987.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  4. Liu Q, Liu X, Jiang B, Yang W. Forecasting incidence of hemorrhagic fever with renal syndrome in China using ARIMA model. BMC Infect Dis. 2011;11:218. https://0-doi-org.brum.beds.ac.uk/10.1186/1471-2334-11-218.

    Article  PubMed  PubMed Central  Google Scholar 

  5. Benvenuto D, Giovanetti M, Vassallo L, Angeletti S, Ciccozzi M. Application of the ARIMA model on the COVID-2019 epidemic dataset. Data Brief. 2020;29:105340. https://0-doi-org.brum.beds.ac.uk/10.1016/j.dib.2020.105340.

    Article  PubMed  PubMed Central  Google Scholar 

  6. Liu L, Luan RS, Yin F, Zhu XP, Lu Q. Predicting the incidence of hand, foot and mouth disease in Sichuan province, China using the ARIMA model. Epidemiol Infect. 2016;144(1):144–51. https://0-doi-org.brum.beds.ac.uk/10.1017/S0950268815001144.

    Article  CAS  PubMed  Google Scholar 

  7. Guan P, Huang DS, Zhou BS. Forecasting model for the incidence of hepatitis A based on artificial neural network. World J Gastroenterol. 2004;10(24):3579–82. https://0-doi-org.brum.beds.ac.uk/10.3748/wjg.v10.i24.3579.

    Article  PubMed  PubMed Central  Google Scholar 

  8. Baquero OS, Santana LMR, Chiaravalloti-Neto F. Dengue forecasting in Sao Paulo city with generalized additive models, artificial neural networks and seasonal autoregressive integrated moving average models. PLoS One. 2018;13(4):e0195065. https://0-doi-org.brum.beds.ac.uk/10.1371/journal.pone.0195065.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  9. Chen Y, Cheng Q, Cheng Y, Yang H, Yu H. Applications of recurrent neural networks in environmental factor forecasting: a review. Neural Comput. 2018;30(11):2855–81. https://0-doi-org.brum.beds.ac.uk/10.1162/neco_a_01134.

    Article  PubMed  Google Scholar 

  10. Kim ZM, Oh H, Kim HG, Lim CG, Oh KJ, Choi HJ. Modeling long-term human activeness using recurrent neural networks for biometric data. BMC Med Inform Decis Mak. 2017;17(Suppl 1):57. https://0-doi-org.brum.beds.ac.uk/10.1186/s12911-017-0453-1.

    Article  PubMed  PubMed Central  Google Scholar 

  11. Wang H, Tian CW, Wang WM, Luo XM. Time-series analysis of tuberculosis from 2005 to 2017 in China. Epidemiol Infect. 2018;146(8):935–9. https://0-doi-org.brum.beds.ac.uk/10.1017/S0950268818001115.

    Article  CAS  PubMed  Google Scholar 

  12. Kumar V, Singh A, Adhikary M, Daral S, Khokhar A, Singh S. Seasonality of tuberculosis in delhi, India: a time series analysis. Tuberc Res Treat. 2014;2014:514093. https://0-doi-org.brum.beds.ac.uk/10.1155/2014/514093.

    Article  PubMed  PubMed Central  Google Scholar 

  13. Li Z, Wang Z, Song H, Liu Q, He B, Shi P, et al. Application of a hybrid model in predicting the incidence of tuberculosis in a Chinese population. Infect Drug Resist. 2019;12:1011–20. https://0-doi-org.brum.beds.ac.uk/10.2147/IDR.S190418.

    Article  PubMed  PubMed Central  Google Scholar 

  14. Jing QL, Cheng Q, Marshall JM, Hu WB, Yang ZC, Lu JH. Imported cases and minimum temperature drive dengue transmission in Guangzhou, China: evidence from ARIMAX model. Epidemiol Infect. 2018;146(10):1226–35. https://0-doi-org.brum.beds.ac.uk/10.1017/S0950268818001176.

    Article  CAS  PubMed  Google Scholar 

  15. Gharbi M, Quenel P, Gustave J, Cassadou S, La Ruche G, Girdary L, et al. Time series analysis of dengue incidence in Guadeloupe, French West Indies: forecasting models using climate variables as predictors. BMC Infect Dis. 2011;11:166. https://0-doi-org.brum.beds.ac.uk/10.1186/1471-2334-11-166.

    Article  PubMed  PubMed Central  Google Scholar 

  16. LeCun Y, Bengio Y, Hinton G. Deep learning. Nature. 2015;521(7553):436–44. https://0-doi-org.brum.beds.ac.uk/10.1038/nature14539.

    Article  CAS  PubMed  Google Scholar 

  17. Akinbobola A, Omotosho JB. Predicting malaria occurrence in southwest and north central Nigeria using meteorological parameters. Int J Biometeorol. 2013;57(5):721–8. https://0-doi-org.brum.beds.ac.uk/10.1007/s00484-012-0599-6.

    Article  CAS  PubMed  Google Scholar 

  18. Liao Z, Zhang X, Zhang Y, Peng D. Seasonality and trend forecasting of tuberculosis incidence in Chongqing. China Interdiscip Sci. 2019;11(1):77–85. https://0-doi-org.brum.beds.ac.uk/10.1007/s12539-019-00318-x.

    Article  PubMed  Google Scholar 

  19. Wang KW, Deng C, Li JP, Zhang YY, Li XY, Wu MC. Hybrid methodology for tuberculosis incidence time-series forecasting based on ARIMA and a NAR neural network. Epidemiol Infect. 2017;145(6):1118–29. https://0-doi-org.brum.beds.ac.uk/10.1017/S0950268816003216.

    Article  CAS  Google Scholar 

  20. de Castro DB, de Seixas Maciel EMG, Sadahiro M, Pinto RC, de Albuquerque BC, Braga JU. Tuberculosis incidence inequalities and its social determinants in Manaus from 2007 to 2016. Int J Equity Health. 2018;17(1):187. https://0-doi-org.brum.beds.ac.uk/10.1186/s12939-018-0900-3.

    Article  PubMed  PubMed Central  Google Scholar 

  21. N’Gattia AK, Coulibaly D, Nzussouo NT, Kadjo HA, Cherif D, Traore Y, et al. Effects of climatological parameters in modeling and forecasting seasonal influenza transmission in Abidjan. Cote d’Ivoire BMC Public Health. 2016;16:972. https://0-doi-org.brum.beds.ac.uk/10.1186/s12889-016-3503-1.

    Article  CAS  PubMed  Google Scholar 

  22. Liao CM, Hsieh NH, Huang TL, Cheng YH, Lin YJ, Chio CP, et al. Assessing trends and predictors of tuberculosis in Taiwan. BMC Public Health. 2012;12:29. https://0-doi-org.brum.beds.ac.uk/10.1186/1471-2458-12-29.

    Article  PubMed  PubMed Central  Google Scholar 

  23. Zhang Y, Liu M, Wu SS, Jiang H, Zhang J, Wang S, et al. Spatial distribution of tuberculosis and its association with meteorological factors in mainland China. BMC Infect Dis. 2019;19(1):379. https://0-doi-org.brum.beds.ac.uk/10.1186/s12879-019-4008-1.

    Article  PubMed  PubMed Central  Google Scholar 

  24. Cao K, Yang K, Wang C, Guo J, Tao L, Liu Q, et al. Spatial-temporal epidemiology of tuberculosis in Mainland China: an analysis based on Bayesian Theory. Int J Environ Res Public Health. 2016. https://0-doi-org.brum.beds.ac.uk/10.3390/ijerph13050469.

    Article  PubMed  PubMed Central  Google Scholar 

  25. Kudo E, Song E, Yockey LJ, Rakib T, Wong PW, Homer RJ, et al. Low ambient humidity impairs barrier function and innate resistance against influenza infection. Proc Natl Acad Sci U S A. 2019;116(22):10905–10. https://0-doi-org.brum.beds.ac.uk/10.1073/pnas.1902840116.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  26. Castro DB, Pinto RC, Albuquerque BC, Sadahiro M, Braga JU. The socioeconomic factors and the indigenous component of tuberculosis in Amazonas. PLoS One. 2016;11(6):e0158574. https://0-doi-org.brum.beds.ac.uk/10.1371/journal.pone.0158574.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

Download references

Acknowledgements

Not applicable.

Funding

This study was funded by the National Natural Science Foundation of China (81973103), National Key R&D Program of China (2017YFC0907000), Qing Lan Project of Jiangsu Province (2019), and Priority Academic Program Development of Jiangsu Higher Education Institutions (PAPD). The funding agencies had no role in the study design, data collection, analysis, decision to publish, or preparation of the manuscript.

Author information

Authors and Affiliations

Authors

Contributions

ZL, HP, and JW conceived, initiated, and led the study. ZL, HP, QL, and HS collected the data. ZL, HP, QL, and JW analyzed the data with input from all the authors. ZL and JW prepared the manuscript. All authors reviewed and approved the manuscript.

Corresponding author

Correspondence to Jian-Ming Wang.

Ethics declarations

Ethics approval and consent to participate

Not applicable.

Consent for publication

Not applicable.

Competing interests

The authors declare no conflict of interest.

Additional information

Publisher's Note

Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Supplementary information

Additional file 1: Table S1.

Description of monthly meteorological factors in the three cities between 2005 and 2017. Table S2. Alternative ARIMA models for the three cities. Table S3. The Spearman rank correlation coefficients between the monthly number of PTB cases and meteorological factors in the three cities. Table S4. The detailed composition of the nine RNN models. Figure S1. ACF and PACF plots. Figure S2. Time series plots of the six meteorological factors in the three cities between 2005 and 2017. Figure S3. Epoch-error plots of the optimal RNN models of the three cities after three training cycles. File S1. R code.

Rights and permissions

Open Access This article is licensed under a Creative Commons Attribution 4.0 International License, which permits use, sharing, adaptation, distribution and reproduction in any medium or format, as long as you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons licence, and indicate if changes were made. The images or other third party material in this article are included in the article's Creative Commons licence, unless indicated otherwise in a credit line to the material. If material is not included in the article's Creative Commons licence and your intended use is not permitted by statutory regulation or exceeds the permitted use, you will need to obtain permission directly from the copyright holder. To view a copy of this licence, visit http://creativecommons.org/licenses/by/4.0/. The Creative Commons Public Domain Dedication waiver (http://creativecommons.org/publicdomain/zero/1.0/) applies to the data made available in this article, unless otherwise stated in a credit line to the data.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Li, ZQ., Pan, HQ., Liu, Q. et al. Comparing the performance of time series models with or without meteorological factors in predicting incident pulmonary tuberculosis in eastern China. Infect Dis Poverty 9, 151 (2020). https://0-doi-org.brum.beds.ac.uk/10.1186/s40249-020-00771-7

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://0-doi-org.brum.beds.ac.uk/10.1186/s40249-020-00771-7

Keywords