[ProQuest: [...] denotes non US-ASCII text; see PDF]
Yannian Wang 1 and Fenfen Wei 1 and Changqing Sun 2 and Quanzhong Li 3
Academic Editor:Yoshifumi Saisho
1, School of Information Engineering, Zhengzhou University, Zhengzhou 450001, China
2, College of Public Health, Zhengzhou University, Zhengzhou 450001, China
3, Department of Endocrinology, Henan People's Hospital, Zhengzhou 450003, China
Received 4 February 2016; Revised 12 April 2016; Accepted 27 April 2016
This is an open access article distributed under the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.
1. Introduction
As one of the major diseases that harm human health, diabetes can lead to many complications, including atherosclerosis, blindness, renal failure, and feet disorders with risk of amputation [1, 2]. According to the WHO, there are nearly 347 million diabetics in the world. The clinical presentation of diabetes includes hyperglycemia and hypoglycemia. And the main purpose of the clinical treatment of diabetes is to keep good control of blood glucose concentration. If the future blood glucose concentration is predicted, doctors and patients can take some action in advance to reduce the harm to patients. Compared with fasting glucose, postprandial blood glucose is more harmful because it tends to fluctuate. The Guideline for Management of Postprandial Blood Glucose also emphasizes that controlling of postprandial blood glucose has extremely profound significance. In order to reduce the risk of complications [3] and carefully control blood glucose levels in advance, effective postprandial blood glucose prediction method should be studied and it can provide support for doctors and patients.
CGMS (Continuous Glucose Monitoring System) is a device that is placed on the patient and used to measure patient's blood glucose every 5 minutes. Based on the blood glucose data provided by CGMS, many kinds of prediction methods of blood glucose were proposed, such as adaptive blood glucose prediction model [4], AR (autoregressive) model [5], neural network prediction model [6], and SVM (support vector machine) model [7]. Peng et al. [4] applied Kalman filter to smooth the blood glucose data from the CGMS, using AR model to build up the blood glucose prediction model, and the result showed that the blood glucose changes can be dynamically captured and the future blood glucose can be predicted. Wang and An [5] also adopted the AR model in predicting blood glucose; the result showed that the prediction was accurate with simple calculation, but their research did not take into account the smoothness of the original data. Tresp et al. [6] utilized neural network algorithm to predict blood glucose and found that their model had good tracking ability. Georga et al. [7] employed SVM algorithm to predict blood glucose and found that it had good prediction effectiveness when it had a large amount of data. In terms of selecting or training model parameters, if the original data sequence is longer, their prediction results are reliable, but if the original data sequence is shorter, due to inadequate information and lack of significant regularity, their forecasting accuracy is low.
The grey GM (1, 1) model not only has simple principle, less samples, easy calculation, high forecasting accuracy, and easy inspection but also can preprocess the original data, obtain better smoothness, and predict more effectively. In this paper, an improved grey GM (1, 1) model was proposed to make predictions in 30 min in advance on 72 hours of blood glucose and 2 hours of postprandial blood glucose, respectively; the experiment was performed on the MATLAB and the results were compared with AR model.
2. Materials and Methods
Grey GM (1, 1) model has been widely applied in many fields, such as economy, science, and education [8]. Grey GM (1, 1) model is a kind of homogeneous exponential growth model based on the accumulation generation sequence and the least squares method. The growth trend of original data has great influence on the accuracy of prediction. If the original data sequence is smooth, the more close to the exponential growth it is, the higher prediction precision the model can produce. The improved grey prediction model preprocesses the original data to improve the smoothness of the data sequence and greatly improve the prediction precision and the predictive value of original data sequence was obtained through an inverse transformation.
2.1. The Blood Glucose Prediction Model Based on the Improved Grey GM (1, 1) Model
Suppose an original data sequence X(0) is as the following formula: [figure omitted; refer to PDF] where x(0) (i)>0, i=1,2,...,n. The steps of establishing the blood glucose prediction model based on the data sequence X(0) are as follows.
(1) As a logarithmic transformation on X(0) , mark y(0) (i)=ln[...]x(0) (i), i=1,2,...,n. The data sequence Y(0) can be processed as the following formula: [figure omitted; refer to PDF]
(2) Generate the accumulation generation sequence Y(1) by 1-AGO, as in the formula [figure omitted; refer to PDF] where y(1) (1)=y(0) (1), y(1) (k)=∑i=1ky(0) (i) (k=2,3,...,n).
(3) Through the first-order accumulative generation sequence Y(1) , GM (1, 1) model is established; a first-order differential equation can be gotten as the formula [figure omitted; refer to PDF] where a is the development coefficient and b is the control variable. Get the corresponding form of grey differential equation as the following formula: [figure omitted; refer to PDF]
(4) To solve the parameters a and b, parameters ∅=(a,b)T can be determined by the least square method as the formula [figure omitted; refer to PDF] where [figure omitted; refer to PDF]
(5) The known initial condition is y^(1) (1)=y(1) (1)=y(0) (1); put it into formula (6) and formula (5) to obtain the generated data sequence y^(1) as the following formula: [figure omitted; refer to PDF]
(6) The known initial condition is y^(1) (1)=y(1) (1)=y(0) (1), [figure omitted; refer to PDF] Put (8) into (9) and get the data sequence y^(0) as the formula [figure omitted; refer to PDF]
(7) The known inverse transformation is as formula [figure omitted; refer to PDF] Put (10) into (11) and get the forecast sequence of the original blood data sequence x^(0) as the formula [figure omitted; refer to PDF]
Put i=2,3,...,n into formula (12), the fitted values of original data can be gotten. When i>n, the predictive values of blood glucose can be gotten.
2.2. The Ways of Testing the Accuracy of the GM (1, 1) Model
The improved GM (1, 1) model must be strictly examined and meet some requirements before being predicted. Three ways were used to estimate the accuracy of the GM (1, 1) model: relative error size test, posterior deviation test, and correlation test.
(1) The Relative Error Size Test . The relative error size test is a kind of arithmetic test by intuitively comparing the data point by point, which observes whether the relative error meets the requirement by comparing the prediction data and the actual data of blood glucose. The relative error of GM (1, 1) model is [straight epsilon](i) as formula [figure omitted; refer to PDF] where [straight epsilon](i)=x(0) (i)-x^(0) (i), i=1,2,...,n. The average relative error of GM (1, 1) model is [straight epsilon]- as the following formula: [figure omitted; refer to PDF]
The accuracy of GM (1, 1) model is p° as the formula [figure omitted; refer to PDF]
General requirement is p° >80%.
(2) The Posterior Deviation Test . The posterior deviation test is of statistical method and makes inspection according to the probability distribution of residual. The indexes of the posterior variance ratio C and the posterior probability p are the two key indicators. The C should be as small as possible and p should be as large as possible. According to the size of the C and p, the precision of the model can be divided into four levels "superior, qualified, marginal, and disqualified" [9]. The level of model accuracy is max[...]{p,C}.
Calculate the a posteriori variance ratio C as formula [figure omitted; refer to PDF] where S12 =(1/n)∑i=1n(x(0) (i)-x-(0) )2 and S22 =(1/n)∑i=1n(e(i)-e-)2 .
Calculate the posterior probability p as formula [figure omitted; refer to PDF] where e-=(1/n)∑i=1n e(i).
(3) The Correlation Test . The correlation test is a kind of geometry inspection, used to investigate similarity of the predictive value curve and the actual value curve. In general, the closer the geometry is, the closer the change trend is and the greater the correlation is.
The correlation degree of the GM (1, 1) model is ξ as the formula [figure omitted; refer to PDF] where ξi is the correlation coefficient of X^(0) and X(0) as the following formula: [figure omitted; refer to PDF] where ρ∈[0,1] is the resolution ratio, ρ=0.5 [10].
General requirement is ξ>0.6 [10], and the greater the correlation is, the better the prediction is.
2.3. Model Evaluation Indicators
In order to evaluate forecast results, the present study applied three performance indicators: EGA (Clark Error Grid Analysis), MSE (Mean Square Error), and MAE (Mean Absolute Error).
The EGA [11, 12] is divided into A, B, C, D, and E regions. In region A, the prediction effect is the best, while in region E it is poor. The EGA is used to evaluate the accuracy and the precision of prediction method of blood glucose and provide guidance to doctors and patients. So far, the EGA has been accepted as one of the "gold standards" in evaluating the accuracy of predicting blood glucose.
The MSE is as the formula [figure omitted; refer to PDF]
The MAE is as the formula [figure omitted; refer to PDF]
3. Results
3.1. The Data
The data used in this study is obtained from the Henan Provincial People's Hospital, where nurses used CGMS to acquire the blood glucose in patients as original data sequence of experiment. CGMS receives a current signal every 10 seconds and averages and converts it into blood glucose values every 5 minutes. The CGMS can continuously work at least 72 hours and store 864 blood glucose values. One of the patients' blood glucose concentration of 2 hours after meal is shown in Figure 1(a), and one of the patients' blood glucose concentration of 72 hours is shown in Figure 1(b). 50 cases of blood glucose will be employed to verify the prediction model based on the GM (1, 1) model and compared with the AR model.
Figure 1: (a) Patient A: blood glucose levels of 2 hours after meal. The front 18 samples constituted the original blood glucose sequence. The following 6 samples are the prediction sequence. (b) Patient A: blood glucose levels of 72 hours. The front 200 samples constituted the original glucose sequence. The following 664 samples are the prediction sequence. (c) The prediction results of (b). The original blood glucose data are shown by the black curve. The improved GM (1, 1) prediction values are shown by the red curve. (d) The prediction results of (b). The original blood glucose data are shown by the black curve. The AR model prediction values are shown by the red curve.
(a) [figure omitted; refer to PDF]
(b) [figure omitted; refer to PDF]
(c) [figure omitted; refer to PDF]
(d) [figure omitted; refer to PDF]
3.2. Prediction Result of Figure 1(b)
The front 200 samples' data of Figure 1(b) is employed to establish the GM (1, 1) model for forecasting the following 664 blood glucose levels. Firstly, put the 200 samples (n=200) into formula (1) as original data sequence X(0) . Secondly, calculate as above the methods of the blood glucose prediction model. Then, test the accuracy of the model and do experiment which was conducted based on MATLAB. Finally, show the continuous prediction results in Figure 1(c). The prediction results of AR model are shown in Figure 1(d). By calculating, the result of MSE of Figure 1(c) is 1.0306 and MAE is 0.3307. The result of MSE of Figure 1(d) is 1.4356 and MAE is 0.5379. The results of EGA of Figure 1(c) are shown in Figure 2, and it is clear that the majority of the error points (91.72%) lie in zone A and the remaining 8.22% in zone B.
Figure 2: Clark Error Grid Analysis result. The result is calculated according to the original blood glucose data and the improved GM (1, 1) prediction values in Figure 1(c). In this figure, the 91.72% of the error points lie in zone A and the remaining 8.22% in zone B.
[figure omitted; refer to PDF]
3.3. Prediction Result of Figure 1(a)
The front 18 samples data of Figure 1(a) are employed to establish the GM (1, 1) model for forecasting the following 6 blood glucose levels. Firstly, put the 18 samples (n=18) into formula (1) as original data sequence X(0) . Secondly, by calculating as above the methods of blood glucose prediction model, we rewrote formula (12) of blood glucose prediction model as the following formula: [figure omitted; refer to PDF]
Then, to test the accuracy of formula (22), experiment was conducted based on MATLAB. The results are p° =97.5%, C=0.17, p=1, and ξ=0.92.
Finally, formula (22) of prediction model based on GM (1, 1) fulfilled the requirements; the prediction values and the errors of blood glucose are shown in Table 1. That is, x^(0) (19)=11.9, x^(0) (20)=12.4, x^(0) (21)=12.9, x^(0) (22)=13.4, x^(0) (23)=14.0, and x^(0) (24)=14.5.
Table 1: The prediction results of Figure 1(a).
Sample points | The real value | The prediction value | MSE | MAE |
19 | 12.9 | 11.9 | 0.9786 | 0.1631 |
20 | 13.1 | 12.4 | ||
21 | 12.9 | 12.9 | ||
22 | 12.7 | 13.4 | ||
23 | 12.5 | 14.0 | ||
24 | 12.4 | 14.5 |
MSE: mean square error; MAE: mean absolute error; the real value (mmol/L); the prediction value (mmol/L).
As shown in Figure 2, the improved grey GM (1, 1) model can be used for predicting exactly blood glucose. According to Table 1, the postprandial blood glucose prediction result of patient A, whether in MSE or MAE, is more ideal than the continuous 72 hrs predictions.
3.4. The Prediction Result of 50 Patients
We repeated experiments with 50 cases' data of the blood glucoses like patient A. The statistical errors of 50 cases are shown in Table 2.
Table 2: The statistical errors of 50 cases.
| 2 hrs after meal error | 72 hrs error | ||
MSE | MAE | MSE | MAE | |
AR model | 1.8294 | 0.6549 | 5.6410 | 0.5211 |
GM (1, 1) model | 0.9786 | 0.1631 | 5.4847 | 0.5145 |
MSE: mean square error; MAE: mean absolute error.
As shown in Table 2, an improved grey GM (1, 1) model is applied to predict blood glucose with a small amount of data, and in particular in terms of improved smoothness it can get higher prediction accuracy than AR model, so is the prediction result of the 2 hrs after meal. This means that the improved grey GM (1, 1) model performs well not only 72 hrs of continuous prediction but also 2 hrs after the meal. In order to obtain more accurate prediction of postprandial blood glucose and provide support to doctors and patients, the improved grey GM (1, 1) model is simpler and more reliable in comparison with the AR prediction model and it only needs the historical data provided by CGMS [13, 14].
4. Discussion
In this paper, the improved grey prediction model in terms of smoothness is used to predict blood glucose of type 2 diabetes patients and the blood glucose for nearly 72 hrs and 2 hrs after meal, respectively, is predicted. The prediction result was compared with AR model. The results showed that the improved grey GM (1, 1) model has outperformed the AR model in predicting blood glucose, especially 2 hrs after meal.
In order to value the error in every stage clearly, a series of experiments was performed at three stages: 3 hrs after meal, 4 hrs after meal, and 6 hrs at night. The statistical errors in three stages of 50 cases are shown in Table 3. The error of 6 hrs at night is bigger than the error of 4 hrs after meal, and the error of 4 hrs after meal is bigger than the error of 3 hrs after meal. Additionally, as shown in Table 3, the error of 3 hrs after meal is bigger than the error of 2 hrs after meal. But the difference between the error of 6 hrs at night and the error of 2 hrs after meal is obviously bigger than the difference between the error of other stages and the error of 2 hrs after meal. This means that the prediction result of the improved grey GM (1, 1) model is worse than the AR model in the stage of 6 hrs at night. That is, the GM (1, 1) model has a more accurate predication result for the original sequences with wide fluctuation range than the ones with small fluctuation range. This disadvantage will be improved in the future research. Compared with the linear AR model, the GM (1, 1) model is better especially when the blood glucose levels suddenly rise or drop. Because the grey GM (1, 1) model is a kind of homogeneous exponential growth model, its predicting values may show the error of exponential at some sample points, but it can be resolved by correcting predicting value using real value in the GM (1, 1) model.
Table 3: The statistical errors in stages of 50 cases.
| 3 hrs after meal error | 4 hrs after meal error | 6 hrs at night error | |||
MSE | MAE | MSE | MAE | MSE | MAE | |
AR model | 2.7709 | 1.4644 | 3.6996 | 1.4543 | 3.1302 | 1.1134 |
GM (1, 1) model | 1.1558 | 0.7697 | 2.149 | 0.8335 | 5.2131 | 2.5436 |
MSE: mean square error; MAE: mean absolute error.
In a word, the method for predicting postprandial blood glucose based on the improved gray prediction model can be developed to help doctors and patients and in the future may help to develop an artificial pancreas, which adapts to the future changing of patient's blood glucose levels and gives better insulin outcomes as a result.
Acknowledgments
Thanks are due to the Zhengzhou Science and Technology Research Program (Grant no. 131PPTGG409-8), the Henan Medical Science and Technology Research Program (Grant no. 201403009), and the Henan Science and Technology Research Program (Grant nos. 152102210250 and 162102310600) for financial support.
[1] Z. Ding, S. Liu, X. Wang, Y. Dai, M. Khaidakov, X. Deng, Y. Fan, D. Xiang, J. L. Mehta, "LOX-1, mtDNA damage, and NLRP3 inflammasome activation in macrophages: implications in atherogenesis," Cardiovascular Research , vol. 103, no. 4, pp. 619-628, 2014.
[2] S. M. Twigg, J. Wong, "The imperative to prevent diabetes complications: a broadening spectrum and an increasing burden despite improved outcomes," Medical Journal of Australia , vol. 202, no. 6, pp. 300-304, 2015.
[3] H.-Y. Huang, M. Korivi, H.-T. Yang, C.-C. Huang, Y.-Y. Chaing, Y.-C. Tsai, "Effect of Pleurotus tuber-regium polysaccharides supplementation on the progression of diabetes complications in obese-diabetic rats," Chinese Journal of Physiology , vol. 57, no. 4, pp. 198-208, 2014.
[4] R.-C. Peng, W.-R. Yan, X.-L. Zhou, N.-L. Zhang, W.-H. Lin, Y.-T. Zhang, "Time-frequency analysis of heart rate variability during the cold pressor test using a time-varying autoregressive model," Physiological Measurement , vol. 36, no. 3, pp. 441-452, 2015.
[5] Y. Wang, B. An, "The research least squares based on AR model of glucose prediction," Advanced Materials Research , vol. 10, no. 971-973, pp. 284-287, 2014.
[6] V. Tresp, T. Briegel, J. Moody, "Neural-network models for the blood glucose metabolism of a diabetic," IEEE Transactions on Neural Networks , vol. 10, no. 5, pp. 1204-1213, 1999.
[7] E. I. Georga, V. C. Protopappas, D. Ardigò, M. Marina, I. Zavaroni, D. Polyzos, D. I. Fotiadis, "Multivariate prediction of subcutaneous glucose concentration in type 1 diabetes patients based on support vector regression," IEEE Journal of Biomedical and Health Informatics , vol. 17, no. 1, pp. 71-81, 2013.
[8] W. E. Mahmod, K. Watanabe, "Modified Grey Model and its application to groundwater flow analysis with limited hydrogeological data: a case study of the Nubian Sandstone, Kharga Oasis, Egypt," Environmental Monitoring and Assessment , vol. 186, no. 2, pp. 1063-1081, 2014.
[9] T.-Y. Pai, K.-L. Lin, J.-L. Shie, T.-C. Chang, B.-Y. Chen, "Predicting the co-melting temperatures of municipal solid waste incinerator fly ash and sewage sludge ash using grey model and neural network," Waste Management and Research , vol. 29, no. 3, pp. 284-293, 2011.
[10] C.-C. Lee, T.-J. Wan, C.-Y. Kuo, C.-Y. Chung, "Modified grey model for estimating traffic tunnel air quality," Environmental Monitoring and Assessment , vol. 132, no. 1-3, pp. 351-364, 2007.
[11] W. L. Clarke, D. Cox, L. A. Gonder-Frederick, W. Carter, S. L. Pohl, "Evaluating clinical accuracy of systems for self-monitoring of blood glucose," Diabetes Care , vol. 10, no. 5, pp. 622-628, 1987.
[12] D. Stöckl, K. Dewitte, C. Fierens, L. M. Thienpont, "Evaluating clinical accuracy of systems for self-monitoring of blood glucose by error grid analysis: comment on constructing the 'upper A-line'," Diabetes Care , vol. 23, no. 11, pp. 1711-1712, 2000.
[13] A. Gani, A. V. Gribok, Y. Lu, W. K. Ward, R. A. Vigersky, J. Reifman, "Universal glucose models for predicting subcutaneous glucose concentration in humans," IEEE Transactions on Information Technology in Biomedicine , vol. 14, no. 1, pp. 157-165, 2010.
[14] S. H. Golden, T. Sapir, "Methods for insulin delivery and glucose monitoring in diabetes: summary of a comparative effectiveness review," Journal of Managed Care Pharmacy , vol. 18, no. 6, pp. S1-S17, 2012.
You have requested "on-the-fly" machine translation of selected content from our databases. This functionality is provided solely for your convenience and is in no way intended to replace human translation. Show full disclaimer
Neither ProQuest nor its licensors make any representations or warranties with respect to the translations. The translations are automatically generated "AS IS" and "AS AVAILABLE" and are not retained in our systems. PROQUEST AND ITS LICENSORS SPECIFICALLY DISCLAIM ANY AND ALL EXPRESS OR IMPLIED WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES FOR AVAILABILITY, ACCURACY, TIMELINESS, COMPLETENESS, NON-INFRINGMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Your use of the translations is subject to all use restrictions contained in your Electronic Products License Agreement and by using the translation functionality you agree to forgo any and all claims against ProQuest or its licensors for your use of the translation functionality and any output derived there from. Hide full disclaimer
Copyright © 2016 Yannian Wang et al. This is an open access article distributed under the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.
Abstract
Diabetes may result in some complications and increase the risk of many serious health problems. The purpose of clinical treatment is to carefully manage the blood glucose concentration. If the blood glucose concentration is predicted, treatments can be taken in advance to reduce the harm to patients. For this purpose, an improved grey GM (1, 1) model is applied to predict blood glucose with a small amount of data, and especially in terms of improved smoothness it can get higher prediction accuracy. The original data of blood glucose of type 2 diabetes is acquired by CGMS. Then the prediction model is established. Finally, 50 cases of blood glucose from the Henan Province People's Hospital are predicted in 5, 10, 15, 20, 25, and 30 minutes, respectively, in advance to verify the prediction model. The prediction result of blood glucose is evaluated by the EGA, MSE, and MAE. Particularly, the prediction results of postprandial blood glucose are presented and analyzed. The result shows that the improved grey GM (1, 1) model has excellent performance in postprandial blood glucose prediction.
You have requested "on-the-fly" machine translation of selected content from our databases. This functionality is provided solely for your convenience and is in no way intended to replace human translation. Show full disclaimer
Neither ProQuest nor its licensors make any representations or warranties with respect to the translations. The translations are automatically generated "AS IS" and "AS AVAILABLE" and are not retained in our systems. PROQUEST AND ITS LICENSORS SPECIFICALLY DISCLAIM ANY AND ALL EXPRESS OR IMPLIED WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES FOR AVAILABILITY, ACCURACY, TIMELINESS, COMPLETENESS, NON-INFRINGMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Your use of the translations is subject to all use restrictions contained in your Electronic Products License Agreement and by using the translation functionality you agree to forgo any and all claims against ProQuest or its licensors for your use of the translation functionality and any output derived there from. Hide full disclaimer