Literature DB >> 29907102

Time series model for forecasting the number of new admission inpatients.

Lingling Zhou1, Ping Zhao1, Dongdong Wu1, Cheng Cheng1, Hao Huang2.   

Abstract

BACKGROUND: Hospital crowding is a rising problem, effective predicting and detecting managment can helpful to reduce crowding. Our team has successfully proposed a hybrid model combining both the autoregressive integrated moving average (ARIMA) and the nonlinear autoregressive neural network (NARNN) models in the schistosomiasis and hand, foot, and mouth disease forecasting study. In this paper, our aim is to explore the application of the hybrid ARIMA-NARNN model to track the trends of the new admission inpatients, which provides a methodological basis for reducing crowding.
METHODS: We used the single seasonal ARIMA (SARIMA), NARNN and the hybrid SARIMA-NARNN model to fit and forecast the monthly and daily number of new admission inpatients. The root mean square error (RMSE), mean absolute error (MAE) and mean absolute percentage error (MAPE) were used to compare the forecasting performance among the three models. The modeling time range of monthly data included was from January 2010 to June 2016, July to October 2016 as the corresponding testing data set. The daily modeling data set was from January 4 to September 4, 2016, while the testing time range included was from September 5 to October 2, 2016.
RESULTS: For the monthly data, the modeling RMSE and the testing RMSE, MAE and MAPE of SARIMA-NARNN model were less than those obtained from the single SARIMA or NARNN model, but the MAE and MAPE of modeling performance of SARIMA-NARNN model did not improve. For the daily data, all RMSE, MAE and MAPE of NARNN model were the lowest both in modeling stage and testing stage.
CONCLUSIONS: Hybrid model does not necessarily outperform its constituents' performances. It is worth attempting to explore the reliable model to forecast the number of new admission inpatients from different data.

Entities:  

Keywords:  Hybrid model; NARNN model; New admission inpatients; SARIMA model; Time series forecasting

Mesh:

Year:  2018        PMID: 29907102      PMCID: PMC6003180          DOI: 10.1186/s12911-018-0616-8

Source DB:  PubMed          Journal:  BMC Med Inform Decis Mak        ISSN: 1472-6947            Impact factor:   2.796


Background

With an increasing global population and economy, the demand for healthcare continues to rise. Hospital crowding has become a major problem faced by large hospitals. Hospital adverse events increase with crowding, and have further effects on patient satisfaction, quality of nursing, treatment, wait time, and length of stay [1-4]. A vast literature about overcrowding focus on the outpatient wards [1, 5] and emergence departments [4, 6]. Overcrowding appearing in the inpatient wards should also be paid attention to. When no inpatient beds are available to admit new inpatients, overcrowding would occur. Often, inpatient beds may be scarce as a result of too many patients with non-urgent medical conditions seeking healthcare. The prediction of admissions is one piece of larger equation in the using hospital census, patient acuity, disease burden, allocation of resources and general management to improve hospital performance and improve patient outcomes. Much of research on hospital management focuses on the emergence of demand predicting [7-10], forecasting of outpatient visits [11, 12], inpatients discharge [13], and patient volume [14]. However, little published research is available regarding predicting the number of new admission inpatients. Monitoring and forecasting for new admission inpatients are important processes in making feasibility decisions for hospital resource management, reducing crowding, and improving the quality of medical care delivered. Time series forecasting approaches have been adopted in other research fields, such as infectious disease [15-18], power and energy [19], finance and economy [20, 21], traffic [22], environment [23], and hydrology [24]. Among these approaches, for problems involving linear time series forecasting, the autoregressive integrated moving average (ARIMA) model is linear in that predictions of the future values are constrained to be linear functions of past observations. However, the prediction accuracy of ARIMA model is restricted due to its inability to capture the nonlinear relationships of time series in the real world. For nonlinear problems, the artificial neural network (ANN) has enhanced forecasting accuracy due to its intrinsic properties that can approximate any sort of arbitrary nonlinear function [25]. More recently, hybrid forecasting models that combine the ARIMA and ANN models to handle linear and nonlinear relationships that exist in time series data have been extensively applied in many fields with high predictive performance [16, 17, 19, 21, 26–28] . These previous studies remind us that the number of new admission inpatients as time series could also be predicted by hybrid models. Our team has successfully applied the hybrid model with ARIMA and the nonlinear autoregressive neural network (NARNN) to the field of infectious diseases, for example forecasting the prevalence of schistosomiasis in humans in Qianjiang City and Yangxin City, China [17, 28], and the incident cases of hand, foot, and mouth disease in Shenzhen, China [29]. Wu [16] also verified the feasibility of a hybrid ARIMA-NARNN model in forecasting the incidence of hemorrhagic fever with renal syndrome in Jiangsu Province, China. These literatures indicate combining both the ARIMA and NARNN models could improve the forecasting performance due to incorporate both the linear and nonlinear patterns found in the real world. In this paper, we will explore whether the ARIMA-NARNN hybrid model is reliable for forecasting the number of new admission inpatients to a large hospital. Our aim is to forecast the monthly and daily new admission inpatients using time series models. This will enable hospitals to provide more efficient and better quality care to their patients.

Methods

Data sources

Our hospital, as a member of the first batch of public tertiary hospitals in Chongqing, China, is a large-scale comprehensive medical institution involves in medical care, education and scientific research. By now our hospital opens with 2628 inpatient beds, and there are almost 2,000,000 outpatients, 100,000 emergency admissions and 100,000 discharges during a year. Like most other tertiary hospitals in China, we are faced with the growing challenge of overcrowding. Between 2010 and 2015, the amount of outpatient-emergency patients, new admissions and surgeries increased by 96.75, 37.59, 37.13%, respectively. Although the largest increase was observed in the number of outpatient-emergency patients, allocation of hospital resourcesis also greatly effected by admitted patients. Therefore, we chose to focus on new admissions in this study. To analyze the “day of the week” effect and the “month of the year” effect of new admission inpatients, we included data from two different time series: monthly data from January 2010 to October 2016 (82 months) and daily data from January 4 to October 2, 2016 (273 days). The data was obtained from the Hospital Information System (Additional file 1). The study was approved by the ethics committee of Daping Hospital of Third Military Medical University.

Methods

The SARIMA model construction

Taking into account the characteristics of seasonal fluctuation of new admission inpatients, the seasonal ARIMA (SARIMA) model was constructed. The SARIMA (p, d, q)(P, D, Q)s model is developed from the ARIMA model [15]. There are seven main parameters in the SARIMA model: the order of autoregressive (p) and seasonal autoregressive (P), the order of regular difference (d) and seasonal difference (D), and the order of moving average (q) and seasonal moving average (Q), and finally, the length of seasonal period(s). Stationarity is a necessary condition in building a SARIMA model and differencing is often used to stabilize the time series data. The main methods to check the stationarity of time series include the sequence trend diagram, autocorrelation function (ACF), partial autocorrelation function (PACF), augmented dickey-fuller (ADF) unit root test, phillips and perron (PP) test, nonparametric test and so on. In this study, the ACF, PACF plots, and ADF test were used to identify the stationarity of time series and the possible order of autoregression and moving average. The most suitable model was selected according to the akaike information criterion (AIC), schwarz bayesian criterion (SBC) and the Ljung-Box Q-test. Both monthly and daily seasonal periodicities were taken into account in this analysis. The two time series are nonstationary. Regular difference and seasonal difference are used to stabilize them. The new stationary series after difference are as the target sequence of the SARIMA model. Before the modeling process, the time series were split into two sets each: one (modeling data set) was used to develop the models and the other (testing data set) to test the model. The modeling monthly set included data from January 2010 to June 2016 (1/2010–6/2016), while data from July to October 2016 (7/2016–10/2016) was used as the corresponding testing data set. The modeling daily data set was from January 4 to September 4, 2016 (1/4/2016–9/4/2016), while the testing data was collected within 1 week from September 5 to September 11, 2016(9/5/2016–9/11/2016) and four-weeks from September 5 to October 2, 2016 (9/5/2016–10/2/2016). The SARIMA model was developed with SAS Software version 9.4.

The NARNN model construction

The NARNN model is capable of predicting a simple time series given past values of the same time series, y = f(y, y, ⋯, y). NARNN incorporates a default two-layer FFBP with a sigmoid transfer function in the hidden layer, a linear transfer function in the output layer. The output of the NARNN, y(t), is fed back to the input of the network (through delays). The configuration is showed in Fig. 1. The NARNN model was performed with the Neural Network Toolbox in MATLAB version 7.11(R2010b). The following steps describe how to build the NARNN model.
Fig. 1

The configuration of the NARNN. The NARNN consists of one output layer with 1 unit and one hidden layer with n units and D delays

The configuration of the NARNN. The NARNN consists of one output layer with 1 unit and one hidden layer with n units and D delays Step 1: Inputted the target series to generate a command-line script. Step 2: Used the default data division function type to divide the data randomly to three parts: the training subset (training the network), the validation subset (stopping training before over-fitting) and the testing subset (testing the network generalization). Set the ratios for training (80%), validation (10%), and testing (10%). Step 3: Adjusted the arguments feedback delays and hidden units by trial and error. Set the hidden units (10~ 18) and feedback delays (4~ 10) depending on our experience with the amount of data. In total of 63 architectures were tested to obtain the optimal model according to the error autocorrelation plot, the time series response plot, the MSE and the correlation coefficient (R). Step 4: According to the feedback delays, we inputted the targets of the closed loop network for multi-step-ahead prediction.

The hybrid SARIMA-NARNN model construction

The hybrid SARIMA-NARNN model was developed in two stages. In the SARIMA model stage, the main goal was to extract the linear relationships between the original data. The SARIMA model was then used to generate the residuals. In the NARNN model stage, the chief aim was to model the nonlinear relationships that exist in the residuals. The eventual combined forecasting values of the time series were the sum of predictions from SARIMA model and adjusted residuals from NARNN model: , where was the predicted value by the SARIMA-NARNN model at time t, denoted the predicted value by the SARIMA model at time t, and denoted the residuals predicted by the NARNN model.

Performance statistic index

The modeling errors and testing errors were used to compare the fitness and prediction performance of the SARIMA, NARNN and SARIMA-NARNN models. The three indices: root mean square error (RMSE), mean absolute error (MAE) and mean absolute percentage error (MAPE), were selected for evaluation of the errors. The formulas for calculation are defined as follows:

Results

SARIMA model analysis

The monthly time series achieved stationary state after regular difference of 1 order, followed by seasonal difference of 1 order and length of seasonal period of 12. The daily time series achieved stationary state after seasonal difference of 1order and length of seasonal period of 7 without regular difference. Fig. 2 a and d show the stationary monthly original time series (MOS) and daily original time series (DOS) after difference. The ACF and PACF plots of MOS and DOS after difference are displayed in Fig. 2 b, c, e, and f. Most of the correlations were at around zero within a 95% confidence interval, suggesting that the time series achieved stationarity. Results of ADF test of MOS and DOS after difference was considered are shown in Table 1. All the P-values were less than 0.05 supporting the absence of unit root. This provided further confirmation that the difference in the series was stationary.
Fig. 2

Trend and Correlation Analysis for different time series. a, b and c show the trend of new admission inpatients per month from January 2010 to June 2016, ACF and PACF plots of monthly original time series (MOS) respectively after one order of regular difference and one order of seasonal difference with the length of seasonal period 12. d, e and f show the trend of new admission inpatients per day from January 4 to September 4, 2016, ACF and PACF plots of daily original time series (DOS) respectively after one order of seasonal difference with the length of seasonal period 7

Table 1

Augmented dickey-fuller unit root (ADF) test of two time series

TypeLagMonthlyDaily
t P t P
Zero Mean0−14.60< 0.0001−9.56<.0001
1−8.15< 0.0001−7.55<.0001
Single Mean0−14.480.0001−9.54<.0001
1−8.090.0001−7.54<.0001
Trend0−14.37< 0.0001−9.52<.0001
1−8.02< 0.0001−7.52<.0001

Note: Monthly = monthly time series from January 2010 to June 2016

Daily = daily time series from January 4 to September 4,2016

Trend and Correlation Analysis for different time series. a, b and c show the trend of new admission inpatients per month from January 2010 to June 2016, ACF and PACF plots of monthly original time series (MOS) respectively after one order of regular difference and one order of seasonal difference with the length of seasonal period 12. d, e and f show the trend of new admission inpatients per day from January 4 to September 4, 2016, ACF and PACF plots of daily original time series (DOS) respectively after one order of seasonal difference with the length of seasonal period 7 Augmented dickey-fuller unit root (ADF) test of two time series Note: Monthly = monthly time series from January 2010 to June 2016 Daily = daily time series from January 4 to September 4,2016 Results of the parameter estimation are shown in Table 2. All of the estimated parameter values were statistically significant (P < 0.05). These results showed that using the model SARIMA(1,1,0)(0,1,1)12 with the smallest AIC (1049.72) and SBC (1054.07) for forecasting the monthly new admission inpatients and the model SARIMA(2,0,1)(0,1,1)7 (AIC = 1049.72, SBC = 1054.07) for daily predicting were appropriate.
Table 2

Parameter estimations of two time series from SARIMA model

Time seriesParameterEstimateStandard error t P Lag
MonthlyMA1,10.900.0811.54<.000112
AR1,1−0.500.11−4.52<.00011
DailyMA1,1−0.450.06−7.05<.00011
MA2,10.810.0421.32<.00017
AR1,10.230.073.340.00102
Parameter estimations of two time series from SARIMA model The autocorrelation of residuals is presented in Table 3. All the P-values were more than 0.05, showing that the residuals were all white noises, which indicated the information was extracted sufficiently.
Table 3

White noise check of residuals of two time series from SARIMA model

LagMonthlyDaily
Χ 2 P Χ 2 P
64.350.363.060.38
127.200.716.450.69
1811.040.819.800.83
2413.520.9213.140.90
White noise check of residuals of two time series from SARIMA model All predicted values are available in the Additional file 2. We then computed the monthly residual series (MRS) and daily residual series (DRS), which were subsequently applied as the target series of the NARNN model.

NARNN model analysis

The optimal NARNN models we applied to forecast the MOS, MRS, DOS and DRS are shown in Table 4: target series MOS with hidden units 11 and delays 8, MRS with hidden units 16 and delays 6, DOS with hidden units 13 and delays 10, and DRS with hidden units 14 and delays 7. All MSE of the training, validation, and testing subsets were relatively small, and all the R values were greater than 0.8.
Table 4

Optimum network parameters of different target series

Time seriesTarget seriesHidden unitsDelaysRMSE R
trainingvalidationtesting
MonthlyOS11853.74309.8280.890.92
RS166113.58187.02221.440.82
DailyOS131030.0736.0146.480.96
RS14733.9151.3541.900.87

Note: OS = original series, RS = residual series

Optimum network parameters of different target series Note: OS = original series, RS = residual series The error autocorrelation function plot of different target series are displayed in Fig. 3. The correlation coefficients for all the models, except for the one at zero lag, fell within the 95% confidence limits, demonstrating that the models were applicable. The time series response plots are displayed in Fig. 4, showing that the outputs were distributed evenly on both sides of the response curve and the errors were small in the training, testing, and validation subsets, indicating that the model reliably reflected the data. We observed that the predicted residuals from July to October 2016 were − 240.47, 35.31, − 132.87 and 189.98, respectively. In addition, the predicted residuals, from September 5 to October 2, 2016 were 3.86, 3.65, 7.93, 6.17, 5.50, 5.46, 10.44, 10.65, 11.41, 14.96, 14.14, 17.08, 18.08, 21.26, 23.60, 24.68, 29.83, 29.77, 35.42, 37.97, 41.36, 48.66, 47.95, 60.84, 58.58, 71.15, 79.63 and 71.89 respectively. The predicted monthly and daily new admission inpatients by NARNN model are presented in the Additional file 2.
Fig. 3

Error autocorrelation plots of different time series from NARNN model. The error autocorrelation was one of the evaluation indices in the modeling process. The red dotted line indicate 95% confidence intervals. MOS = monthly original time series, MRS = monthly residual series, DOS = daily original time series, DRS = daily residual series

Fig. 4

The time-series response plots of different time series from NARNN model. a, b, c and d show the inputs, targets, and errors versus time and also give which time points were selected for training, testing, and validation

Error autocorrelation plots of different time series from NARNN model. The error autocorrelation was one of the evaluation indices in the modeling process. The red dotted line indicate 95% confidence intervals. MOS = monthly original time series, MRS = monthly residual series, DOS = daily original time series, DRS = daily residual series The time-series response plots of different time series from NARNN model. a, b, c and d show the inputs, targets, and errors versus time and also give which time points were selected for training, testing, and validation

SARIMA-NARNN model analysis

The monthly and daily values predicted by the SARIMA-NARNN model are shown in the Additional file 2. The point-to-point comparison between original observations and predicted values from the SARIMA, NARNN and SARIMA-NARNN models are shown in Fig. 5 and Fig. 6. The curve of the original observations and predicted series from the SARIMA-NARNN model was closer than those from the SARIMA and NARNN models (Fig. 5 a, b and c), indicating that the hybrid model was well fitted to the data of monthly new admission inpatients. However, among the three models, the predicted curve from the NARNN model was the closest to the original curve (Fig. 6 a, b and c), indicating that the NARNN model was appropriate for forecasting the daily new admission inpatients.
Fig. 5

The change trend of the monthly number of new admission inpatients from three models. a, b and c show the observations and predicted values from the SARIMA model , NARNN model and SARIMA-NARNN model respectively

Fig. 6

The change trend of the daily number of new admission inpatients from three models. a, b and c show the observations and predicted values from the SARIMA model , NARNN model and SARIMA-NARNN model respectively

The change trend of the monthly number of new admission inpatients from three models. a, b and c show the observations and predicted values from the SARIMA model , NARNN model and SARIMA-NARNN model respectively The change trend of the daily number of new admission inpatients from three models. a, b and c show the observations and predicted values from the SARIMA model , NARNN model and SARIMA-NARNN model respectively

Comparing analysis

The differences in modeling errors and testing errors between the original observations and predicted values of monthly and daily new admission inpatients are presented in Table 5.
Table 5

Prediction performance results of three models

TimeModelModeling errorTesting error
seriesRMSEMAEMAPE*RMSEMAEMAPE*
MonthlySARIMA759.67573.756.81426.45410.974.56
NARNN448.04232.922.73886.39692.297.61
SARIMA-NARNN433.82299.223.48378.03327.753.64
DailySARIMA73.7342.0118.5037.29 a20.36 a4.91 a
87.01b51.11 b24.22 b
NARNN32.9723.499.4224.54 a14.12 a3.44 a
86.88 b49.24 b23.14 b
SARIMA-NARNN36.8625.5910.3735.82 a18.76 a5.15 a
98.24 b63.43 b33.90 b

*MAPE values should be multiplied by 10−2. athe testing error in one-week, bthe testing error in four-weeks

Prediction performance results of three models *MAPE values should be multiplied by 10−2. athe testing error in one-week, bthe testing error in four-weeks For the monthly data, the modeling RMSE and the testing RMSE, MAE and MAPE of the SARIMA-NARNN model were less than those obtained from the single SARIMA or NARNN model, but the MAE and MAPE were more than those obtained from NARNN model. For the daily data, we calculated the testing errors of one-week and four-weeks. The NARNN model was the best with the lowest RMSE, MAE and MAPE in modeling stage and testing stage, indicating that the NARNN model was well fitted to the data of daily new admission inpatients.

Discussion

To our knowledge, this study was the first to develop and apply the time series models in admission patients research, with the specific purpose of forecasting the number of new admission inpatients trends and guiding management strategies. We sought to construct a single SARIMA model, a single NARNN model, and a hybrid SARIMA-NARNN model based on the monthly and daily data of an entire hospital. The NARNN model and SARIMA-NARNN model were appropriate to forecast the number of new admission inpatients. But the results of forecasting performance were compared by using the RMSE, MAE, MAPE showing that the hybrid model does not necessarily achieved better prediction accuracy than either of the models used separately. As shown in Fig. 5, the original new admission inpatients fluctuated every year based on the monthly data. However, an upward trend was observed overall. The result of the SARIMA model analysis incorporated a 12-step seasonal differencing operation. The monthly time series analysis supports a “month of the year” effect. The lowest numbers were observed in January or February each year, presumably due to the Spring Festival holiday. The numbers reached the maximum in March 2010, 2012, 2015 and 2016, and greater numbers in March compared to other months were also observed in other years, a phenomenon that could potentially be attributed to long holiday and seasonal replacement. Based on these findings, we suggest that hospital management should strategize and assign medical resources accordingly. The modeling RMSE, MAE, MAPE of the SARIMA-NARNN model decreased by 42.89, 47.85, 48.86% and the corresponding testing error decreased by 11.35, 20.25, 19.99%, respectively as compared to using the SARIMA model alone. When compared to the NARNN model, the modeling RMSE of the SARIMA-NARNN model decreased by 3.12%, and the testing RMSE, MAE, MAPE decreased by 57.35, 52.66, 52.11%, respectively. Interestingly, the modeling MAE and MAPE of the SARIMA-NARNN model increased by 28.47 and 27.26%, respectively. As mentioned in the article [30, 31], the RMSE is not always a superior parameter over the MAE, a combination of metrics is often required to accurately evaluate model performance. However, all testing errors of the SARIMA-NARNN model were the lowest among the three models and overall, the predicted curves of the hybrid model was close to the original curves (Fig. 5 a, b and c). Therefore, we concluded that the hybrid model was the most appropriate for forecasting the monthly new admission inpatients. As shown in Fig. 6a, b and c, our analysis of daily data indicates an obvious “day of the week” effect. Maximum values were usually observed on Mondays, while the minimum values tended to fall on Saturdays or Sundays every week. Some fluctuations were found under the influence of various festivals. For examples, the lowest number was observed during the 7th to the 13th of February likely due to the Spring Festival holiday and the one-week maximum was observed on Tuesday (3th of May) probably because this was the first day after the May Day holiday. In addition, the maximum value was also found on Sunday (18th of September) potentially due to the Mid Autumn Festival holidays from Thursday to Saturday prior. Forecasting performance could be greatly influenced by these fluctuations. If the time series predictions were within the range of these holidays, extra cautions should be paid on interpreting prediction results. As compared to using the SARIMA model alone, the modeling RMSE, MAE, and MAPE of the NARNN model decreased by 55.28, 44.01, and 49.01% and the corresponding one-week and four-weeks testing errors dropped by 34.20, 30.65, 30.05 and 0.15%, 3.66, and 4.45%, respectively. When compared to the SARIMA-NARNN model, the modeling RMSE, MAE, MAPE of the NARNN model decreased by 10.54, 8.22 and 9.23%, respectively, while the corresponding one-week and four-weeks testing errors reduced by 31.50, 24.74, 33.33 and 11.56%, 22.37, 31.72%, respectively. We, therefore, concluded that the NARNN model was suitable for forecasting the daily new admission inpatients. According to the development trend of new admission inpatients, we can make some following suggestions for the hospital managers. Try to avoid the medical staff leave at the peak of admission; Carry out the repair work for the inpatient beds on Saturday or Sunday; Provide vacant beds by clinical departments with fewer admission inpatients to other departments with more admission inpatients. Set up some waiting beds for turnover in the whole hospital; Make an “emergence plan about overcrowding”- once overcrowding occur the “overcrowding beds” are opened. When the forecasting results indicate that the new admission inpatients are increasing, the plan is in a state of vigilance. Although the ARIMA model is one of the most mature time series forecasting methods, our study [17, 28] and other studies [32] have indicated that its forecasting performance for predicting real world cases is slightly lower than other models. Therefore, we do not recommend using the ARIMA model exclusively. The NARNN model is capable of successfully simulating some time series due to its dynamic property, high fault tolerance performance, and ability to capture nonlinear information [25, 33]. In practical data analysis, the NARNN model should be construct. In addition, our results were consistent with previous publication, which reported the comparative study of autoregressive neural network hybrids, showing that hybrid models are not always better and the model construction process should remain an important step despite the popularity of hybrid models [34]. The four-weeks testing errors were much greater than those of one-week, showing that the prediction accuracy was obviously reduced with the increase of forecasting time. It is the inherent disadvantages of the time series forecasting model-the forecasting ability to extrapolate is limited, the longer the forecasting time, the lower the prediction accuracy. Further studies are needed to develop synthetic approaches combining various types of models to improve the ability of forecasting the new admission inpatients from different data. From a clinical perspective, our research shows that it is benefit to monitor the change trend of admission inpatients by adding time series model to the hospital information system. When the predicted new admission inpatients are increasing, hospital managers can open more preparation beds or let doctors reduce the admissions. From a methodology perspective, our research shows that the time series model can be applied to study the development trend of admission inpatients. NARNN model was implemented based on the neural network time series tool of MATLAB which provided a graphical environment to make the design process of model easy. Although many researches have indicated hybrid models could improve the forecasting performance, our results do not support this point. Understanding how and which models could be implemented in which data requires hospital managers prudent choice.

Conclusions

In summary, the SARIMA-NARNN model for forecasting did not always provide better estimates than the single NARNN model. Our results show that combined models do not necessarily outperform the individual constituents. Therefore, it is worth attempting to explore different reliable models with high degree of accuracy for forecasting the number of new admission inpatients using different data. Original data. The table showed the original data including the number of daily (1/4/2016–2/10/2016) and monthly (1/2010–10/2016) new admission inpatients. (XLS 33 kb) Predicted values. The table showed the predicted monthly and daily new admission inpatients from three models. (XLS 54 kb)
  24 in total

1.  Multilayer perceptron neural network for flow prediction.

Authors:  P Araujo; G Astray; J A Ferrerio-Lage; J C Mejuto; J A Rodriguez-Suarez; B Soto
Journal:  J Environ Monit       Date:  2010-11-19

2.  Forecasting mortality of road traffic injuries in China using seasonal autoregressive integrated moving average model.

Authors:  Xujun Zhang; Yuanyuan Pang; Mengjing Cui; Lorann Stallones; Huiyun Xiang
Journal:  Ann Epidemiol       Date:  2014-10-31       Impact factor: 3.797

3.  Development of a hybrid model to predict construction and demolition waste: China as a case study.

Authors:  Yiliao Song; Yong Wang; Feng Liu; Yixin Zhang
Journal:  Waste Manag       Date:  2016-10-21       Impact factor: 7.145

4.  Introduction to neural networks.

Authors:  S S Cross; R F Harrison; R L Kennedy
Journal:  Lancet       Date:  1995-10-21       Impact factor: 79.321

5.  Association between waiting times and short term mortality and hospital admission after departure from emergency department: population based cohort study from Ontario, Canada.

Authors:  Astrid Guttmann; Michael J Schull; Marian J Vermeulen; Therese A Stukel
Journal:  BMJ       Date:  2011-06-01

6.  Comparison of Two Hybrid Models for Forecasting the Incidence of Hemorrhagic Fever with Renal Syndrome in Jiangsu Province, China.

Authors:  Wei Wu; Junqiao Guo; Shuyi An; Peng Guan; Yangwu Ren; Linzi Xia; Baosen Zhou
Journal:  PLoS One       Date:  2015-08-13       Impact factor: 3.240

7.  Analysis of significant factors for dengue fever incidence prediction.

Authors:  Padet Siriyasatien; Atchara Phumee; Phatsavee Ongruk; Katechan Jampachaisri; Kraisak Kesorn
Journal:  BMC Bioinformatics       Date:  2016-04-16       Impact factor: 3.169

8.  Patient experience with outpatient encounters at public hospitals in Shanghai: Examining different aspects of physician services and implications of overcrowding.

Authors:  Yuhua Bao; Guanrong Fan; Dongdong Zou; Tong Wang; Di Xue
Journal:  PLoS One       Date:  2017-02-16       Impact factor: 3.240

9.  Time series analysis of influenza incidence in Chinese provinces from 2004 to 2011.

Authors:  Xin Song; Jun Xiao; Jiang Deng; Qiong Kang; Yanyu Zhang; Jinbo Xu
Journal:  Medicine (Baltimore)       Date:  2016-06       Impact factor: 1.889

10.  Using a Hybrid Model to Forecast the Prevalence of Schistosomiasis in Humans.

Authors:  Lingling Zhou; Jing Xia; Lijing Yu; Ying Wang; Yun Shi; Shunxiang Cai; Shaofa Nie
Journal:  Int J Environ Res Public Health       Date:  2016-03-23       Impact factor: 3.390

View more
  18 in total

1.  Application of the ARIMA Model in Forecasting the Incidence of Tuberculosis in Anhui During COVID-19 Pandemic from 2021 to 2022.

Authors:  Shuangshuang Chen; Xinqiang Wang; Jiawen Zhao; Yongzhong Zhang; Xiaohong Kan
Journal:  Infect Drug Resist       Date:  2022-07-04       Impact factor: 4.177

2.  Analyzing historical and future acute neurosurgical demand using an AI-enabled predictive dashboard.

Authors:  Anand S Pandit; Arif H B Jalal; Ahmed K Toma; Parashkev Nachev
Journal:  Sci Rep       Date:  2022-05-09       Impact factor: 4.996

3.  Short-term forecasting of the COVID-19 outbreak in India.

Authors:  Sherry Mangla; Ashok Kumar Pathak; Mohd Arshad; Ubydul Haque
Journal:  Int Health       Date:  2021-06-05       Impact factor: 2.473

4.  Development and evaluation of a deep learning approach for modeling seasonality and trends in hand-foot-mouth disease incidence in mainland China.

Authors:  Yongbin Wang; Chunjie Xu; Shengkui Zhang; Li Yang; Zhende Wang; Ying Zhu; Juxiang Yuan
Journal:  Sci Rep       Date:  2019-05-29       Impact factor: 4.379

5.  Time series modeling of pertussis incidence in China from 2004 to 2018 with a novel wavelet based SARIMA-NAR hybrid model.

Authors:  Yongbin Wang; Chunjie Xu; Zhende Wang; Shengkui Zhang; Ying Zhu; Juxiang Yuan
Journal:  PLoS One       Date:  2018-12-26       Impact factor: 3.240

6.  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

7.  Predictive analysis of the number of human brucellosis cases in Xinjiang, China.

Authors:  Yanling Zheng; Liping Zhang; Chunxia Wang; Kai Wang; Gang Guo; Xueliang Zhang; Jing Wang
Journal:  Sci Rep       Date:  2021-06-01       Impact factor: 4.379

8.  Forecasting the Tuberculosis Incidence Using a Novel Ensemble Empirical Mode Decomposition-Based Data-Driven Hybrid Model in Tibet, China.

Authors:  Jizhen Li; Yuhong Li; Ming Ye; Sanqiao Yao; Chongchong Yu; Lei Wang; Weidong Wu; Yongbin Wang
Journal:  Infect Drug Resist       Date:  2021-05-25       Impact factor: 4.003

9.  Prediction of Daily Blood Sampling Room Visits Based on ARIMA and SES Model.

Authors:  Xinli Zhang; Yu Yu; Fei Xiong; Le Luo
Journal:  Comput Math Methods Med       Date:  2020-09-03       Impact factor: 2.238

10.  Seasonality and trend prediction of scarlet fever incidence in mainland China from 2004 to 2018 using a hybrid SARIMA-NARX model.

Authors:  Yongbin Wang; Chunjie Xu; Zhende Wang; Juxiang Yuan
Journal:  PeerJ       Date:  2019-01-17       Impact factor: 2.984

View more

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