Next Article in Journal
Dimensional Lifting through the Generalized Gram–Schmidt Process
Previous Article in Journal
A Symmetric Plaintext-Related Color Image Encryption System Based on Bit Permutation
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

TRSWA-BP Neural Network for Dynamic Wind Power Forecasting Based on Entropy Evaluation

1
School of Mechanical, Electronic and Control Engineering, Beijing Jiaotong University, Beijing 100044, China
2
Department of Physics, Tangshan Normal University, Tangshan 063000, China
3
School of Electrical and Electronic Engineering, The University of Manchester, Manchester M13 9PL, UK
*
Author to whom correspondence should be addressed.
Submission received: 13 March 2018 / Revised: 5 April 2018 / Accepted: 10 April 2018 / Published: 13 April 2018

Abstract

:
The performance evaluation of wind power forecasting under commercially operating circumstances is critical to a wide range of decision-making situations, yet difficult because of its stochastic nature. This paper firstly introduces a novel TRSWA-BP neural network, of which learning process is based on an efficiency tabu, real-coded, small-world optimization algorithm (TRSWA). In order to deal with the strong volatility and stochastic behavior of the wind power sequence, three forecasting models of the TRSWA-BP are presented, which are combined with EMD (empirical mode decomposition), PSR (phase space reconstruction), and EMD-based PSR. The error sequences of the above methods are then proved to have non-Gaussian properties, and a novel criterion of normalized Renyi’s quadratic entropy (NRQE) is proposed, which can evaluate their dynamic predicted accuracy. Finally, illustrative predictions of the next 1, 4, 6, and 24 h time-scales are examined by historical wind power data, under different evaluations. From the results, we can observe that not only do the proposed models effectively revise the error due to the fluctuation and multi-fractal property of wind power, but also that the NRQE can reserve its feasible assessment upon the stochastic predicted error.

1. Introduction

It is indicated that wind power possesses multifractal properties [1]. As empirical mode decomposition (EMD) can effectively deal with the problems caused by intermittent and non-stationary data [2], it has been applied to the forecasting of wind power in recent years. On the other hand, the artificial neural network combined with EMD is firstly introduced to be a reliable predictor of wind speed [3]. In order to solve the nonlinear fluctuations of the forecasting of wind power over a desired time interval, the models of EMD combined with either chaos theory or wavelet neural network have been successively brought forward [4,5]. Furthermore, a real-time prediction for wind power, based on EMD and entropy, is presented [6]. Indeed, studies have shown that the methods added to EMD have superior prediction accuracy, compared with the original methods.
Meanwhile, phase space reconstruction (PSR) has been utilized in many areas [7,8,9] since Takens proposed delay reconstruction [10]. Wolf calculated the maximum Lyapunov index of time series and first identified the existence of chaotic behavior of wind power sequences, which lay a theoretical foundation for PSR applicable to wind power sequences [11]. After this, studies of wind power forecasting based on chaotic characteristic and PSR have attracted greater attention [12]. For example, the maximum Lyapunov index of wind power sequence, on the basis of PSR, is calculated to resolve the problem of wind power short-term forecasting [13]. The chaotic characteristics of wind power parameters, from the angle of PSR optimal computation, are qualitatively analyzed, and the super short-term power prediction method is given [14]. In this context, PSR is considered a useful method to reconstruct the phase space of a dynamic system from observable variables [15,16].
However, wind power time series have a robust volatility, which can be regarded as the superposition of multiple, and aperiodic, components of disparate frequency [17]. The parametric sequence of the forecasting can be decomposed into a set of mode components which are mutually non-coupled by EMD. The component consists of chaotic variables, which affected by factors such as temperature, wind speed, air density, and humidity, etc. Therefore, the characteristic attributes of each component cannot be fully restored until PSR is completed.
Moreover, traditional error criteria based on least squares only considers second-order statistics signals, ignoring the real existence of non-Gaussian processes in the fluctuation of wind power forecasting. In this context, entropy is an effective method for analysing non-Gaussian information. For instance, by minimizing the (h, φ)-entropy of the performance index, a minimum tracking error entropy control algorithm is obtained, in order to characterize the randomness of the closed-loop system [18]. Shannon entropy is introduced to study the position and momentum of the infinite circular well [19]. The Fisher information and Shannon entropy were calculated for three position-dependent mass oscillators [20]. An entropy-based evaluation was effectively applied to medical decision support systems [21]. Consequently, the entropy expression of the forecasting error should be investigated in order to effectively evaluate the influence of non-Gaussian disturbances on the forecasting of wind power.
In view of the aforementioned analysis, this paper is organized as follows. In Section 2, a novel TRSWA-BP is constructed, where the weight of BP is trained by an efficient tabu, real-coded, small-world algorithm (TRSWA) [22]. Inspired by the chaotic behaviour of wind power sequences, the TRSWA-BP based on EMD, PSR, and EMD-based PSR are subsequently presented, in order to conquer the strong volatility and fluctuation. In Section 3, a criterion of normalized Renyi’s quadratic entropy (NRQE) is proposed, which is further designed for measuring the stochastic error in uncertain wind power forecasting, and its superiority and applicability is illustrated in detail. Section 4 examines several experimental predictions, consisting of finding solutions to different time-scales upon the data from an actual wind farm. The results demonstrate the acceptable accuracy and training times of the models, as well as the efficiency of the NRQE as a dynamic evaluation in the uncertain forecasting of wind power. Finally, our conclusions, and some possible paths for future research, are given in Section 5.

2. Modeling for TRSWA-BP Combined with EMD and PSR

2.1. Construction of the TRSWA-BP

2.1.1. Optimized Weight Iteration Calculation Based on the TRSWA

Considering the optimization problem of minf(x) (xX), the neighborhood is defined as l, and the Logistic chaotic map is used to generate an initial feasible solution to xX at first. Then, according to the local short-distance connection search probability, based on a kind of n-dimension spherical surface, the short-distance connection or non-neighborhood random long-distance connection is generated inward the small-world network neighborhood l, and a movement sX that can improve the current solution x is generated. Furthermore, in order to avoid falling into local optimum and recycle, a tabu list is constructed, which is used to store the Ts movements that have just been made (Ts is the length of the tabu list). Meanwhile, it is forbidden to use the movements in the tabu list during the next loop, to avoid going back to the chosen solutions. Searching is repeated until the optimal solution is found, or the stopping criterion is attained.
Suppose that a feasible solution x is a (n + 1)-dimensional vector, x = [x1, x2, …, xn+1], and the movements of the current solution s = [s1, s2, …, sn+1] are generated by Equation (1), where the phase angle αi is produced by Equation (2). The radius r of the nodes in the neighborhood is generated by Equation (3), and the radius rnon of the nodes in the non-neighborhood is generated by Equation (4). R is half of the interval range, and rand is a random number in the interval of [0, 1].
{ s 1 = x 1 + r cos ( α 1 ) s 2 = x 2 + r sin ( α 1 ) cos ( α 2 ) s 3 = x 3 + r sin ( α 1 ) sin ( α 2 ) cos ( α 3 ) s n = x n + r sin ( α 1 ) sin ( α n 1 ) cos ( α n ) s n + 1 = x n + 1 + r sin ( α 1 ) sin ( α n 1 ) sin ( α n )
α i = 2 π × r a n d ( i = 1 , , n )
r = l r a n d
r n o n = l + ( R l ) × r a n d
The steps of the TRSWA are described as follows.
  • Initialization is required at this stage, where the input data, including population size Dim, the maximum iteration Kmax, the temporary local network size ni, the search probability of local short-range connection Ps, the size of node neighborhood radius Rs and the maximum stored number of tabu list Ts, are defined. Furthermore, set the number of the current iterations as k = 1.
  • Generate M (M > Dim) real-coded nodes by the Logistic chaotic map randomly, and calculate the fitness value of the objective function for each node. Find Dim optimal nodes among them as the initial population of node set for the TRSWA.
  • Store the searched nodes in the tabu list.
  • For each node of each generation in the node set of Dim population, there are ni searches of short-distance and random long-distance. Generate a random number Tm. If Tm < Ps, perform a local short-distance search, otherwise carry out a random long-distance search. Results are compared with the saved nodes in tabu list. If the results are in the list, search again. Calculate the updated objective function and find out the optimal node set.
  • Generate a new node set, and calculate its objective function. The new node set is compared with the optimal one that has been generated in step (4), and then finds out the optimal set of the nodes. Record its location and the value of optimal fitness.
  • Check the convergence criteria. If it is satisfied, end calculation. Otherwise, let k = k + 1 and return to step 3.

2.1.2. Modeling Process of the TRSWA-BP

As the TRSWA exhibits a good convergence and is a fast calculation algorithm [22], we apply it to calculate the optimized weights, in order to construct a novel BP neural network (denoted as TRSWA-BP). The BP neural network here is introduced to be a prototype model because it is similar to the multi-layered structure of a small-world BP neural network (SWBP), which has a high quality in the predictions [23]. The specific steps are as follows.
  • Determine the number of input and output nodes and the number of hidden layers and nodes in each hidden layer for the TRSWA-BP. Fix the set of training samples, and suppose k = 1.
  • Set parameters for the BP, such as learning rate η and inertia coefficient α.
  • Build an objective function through the training set, and the optimal weights of the BP are trained by the TRSWA.
  • Set k = k + 1. Remove the earliest set from training samples, and add a newly acquired set into it. Repeat steps 3 and 4 until the termination condition is satisfied, and a TRSWA-BP with the best weights is established.

2.2. TRSWA-BP Combined with EMD

EMD usually uses one kind of data sequence in wind power predictions [24,25]. We will concern five input sequences, such as data of wind speed, wind direction, wind power, temperature, and NWP wind speed, to be decomposed by EMD. The decomposed random components are used as the inputs into TRSWA-BP, to predict wind power P. The steps of the TRSWA-BP and EMD are described as follows.
  • Select data sequences, of which the length is N, including wind speed v(ti), wind direction d(ti), wind power p(ti), temperature tep(ti), and NWP wind speed denoted by vNWP(ti), i = 1, 2, …, N. Set k = 1.
  • v(t), d(t), p(t), tep(t), and vNWP(t) are respectively decomposed by EMD first, whose principle is in the order of frequency from high to low. The intrinsic modal function (IMF) of nv, nd, np, nt, and nNWP layers, as well as a residual component r(·), are attained. They are denoted as IMF(v)1, …, IMF(v)nv, r(v), IMF(d)1, …, IMF(d)nd, r(d), IMF(p)1, …, IMF(p)np, r(p), IMF(t)1, …, IMF(t)nt, rt(t), and IMF(NWP)1, …, IMF(NWP)nNWP, r(NWP).
  • As the number of nv, nd, np, nt, and nNWP may be unequal due to the decomposition, the minimum number nmin of them is taken as the number of the unified IMF layers of the five sequences.
  • If nv > nmin in the data sequence of wind speed v(t), add all the IMF(v) behind the nminth layer together with IMF(v)nmin, to form a new IMF(v)nmin, which means that IMF(v)nmin = IMF(v)nmin + IMF(v)(nmin+1) + … + IMF(v)nv, (nv = 1, 2, 3, ..., nmin, …, nv). The other four sequences are treated the same way, except one (or those) when n* = nmin. Finally, the new unified sequences are obtained according to the decomposed layers. They are IMF(v)1, IMF(d)1, IMF(p)1, IMF(t)1, IMF(NWP)1; IMF(v)2, IMF(d)2, IMF(p)2, IMF(t)2, IMF(NWP)2; …, IMF(v)’nmin, IMF(d)’nmin, IMF(p)’nmin, IMF(t)’nmin, IMF(NWP)’nmin; and r(v), r(d), r(p), rt(t), r(NWP).
  • Use the first N − 1 data of each layer’s new unified sequence, to train several forecasting models of TRSWA-BP, respectively. The best weights are obtained by the TRSWA (See Section 2.1.2), which are employed to predict the forecasted wind power P of each decomposed layer. They are denoted by P1, P2, P3, …, Pnmin, and Pr.
  • To compose the predictions of each layer, we obtain the fitting wind power at the k moment, which is given by Pk = P1 + P2 + … + Pnmin + Pr.
  • Set k = k + 1. A set of newly predicted wind power P is used as a known value to the training set, while the earliest set of data sequences is removed. Check whether it reaches the termination condition. If not, return to step (2), otherwise stop calculation.

2.3. TRSWA-BP Combined with PSR

First of all, the single-variable time series {x(ti), i = 1, 2, …, N}, of which the sampling interval is τ, is conducted to the m-dimension vector by time delay:
X ( t i ) = ( x ( t i ) , x ( t i + τ ) , , x ( t i + ( m 1 ) τ ) )
where i = 1, 2, …, M, m is the embedding dimension, τ is the time delay, X(ti) is the phase point of m-dimension phase space, M is the number of phase point, and M = N − (m − 1)τ.
Equation (5) describes the evolution trajectory of the system in the phase space. The m and τ play decisive roles on PSR, and their relationship is germane to the time window τw of reconstructed phase space, which satisfies τw = (m − 1)τ. The method of C-C [26] is chosen to determine m and τ in this section.
The steps of TRSWA-BP and PSR for forecasting are described as follows.
  • Select the same five sequences as step 1 in Section 2.2.
  • Determine the m and τ of the above sequences through the C-C method.
  • The sequences of v(ti), d(ti), p(ti), tep(ti), and vNWP(ti) are reconstructed, respectively, based on Equation (5), into the following sequences:
    { v ( t i ) , v ( t i + τ 1 ) , , v ( t i + ( m 1 1 ) τ 1 ) }
    { d ( t i ) , d ( t i + τ 2 ) , , d ( t i + ( m 2 1 ) τ 2 ) }
    { p ( t i ) , p ( t i + τ 3 ) , , p ( t i + ( m 3 1 ) τ 3 ) }
    { t e p ( t i ) , t e p ( t i + τ 4 ) , , t e p ( t i + ( m 4 1 ) τ 4 ) }
    { v N W P ( t i ) , v N W P ( t i + τ 5 ) , , v N W P ( t i + ( m 5 1 ) τ 5 ) }
Take the five sequences as inputs of TRSWA-BP for forecasting, and obtain the predicted wind power at the k moment.
4.
Set k = k + 1. Add the new actual value into the time series and replace the earliest one to form scrolling sequences over time. Repeat steps 2 to 5 until the termination condition is satisfied.

2.4. TRSWA-BP Combined with EMD-Based PSR

As stated above, it may improve the accuracy theoretically when adding EMD or PSR processes into the prediction of TRSWA-BP. However, as for the IMF and residual component decomposed by EMD, the change of a variable in the dynamic system is related to its interaction with other variables. Consequently, it is possible to perform PSR after EMD. Figure 1 is the structure of the TRSWA-BP and EMD-based PSR that combines TRSWA-BP with these two methods, when taking the five sequences as inputs.

3. Entropy Evaluation for Error Sequence on Non-Gaussian Property

3.1. Non-Gaussian Property of Wind Power Error Sequence

The signal whose probability density function (PDF) is a non-normal distribution is collectively called the non-Gaussian signal. The non-Gaussian signal is usually described by skewness (S) and kurtosis (K) in engineering. Skewness measures the degree of random signals deviating from the symmetrical distribution signals. Signals with non-zero skewness must follow an asymmetric distribution. Kurtosis indicates the approximate state when the statistical frequency approaches the center of the distribution. Generally, the skewness and kurtosis of Gaussian random processes are zero, but at least one of them is not zero for non-Gaussian random process.
In this section, suppose that yr is the measured output of wind power, while yf is its forecasted value, and assume that the estimated error e = yryf is a random variable. Based on forecasting by the model of TRSWA-BP, we give the PDF trend of estimated error sequence in Figure 2. We calculate the skewness and kurtosis of the error to give S = −0.5011 and K = 1.6722, hence both are non-zero. It is therefore demonstrated that the error sequence of wind power has non-Gaussian properties.
Generally, the PDF of the forecasted error is directly related to the prediction model. The NMAE and NRMSE are recognized as the evaluation criteria suitable for Gaussian distributions [27], which cannot fully reflect the randomness characteristic in wind power forecasting systems. The work we will concern ourselves with next is to develop the effective criteria for evaluating the influence of the non-Gaussian disturbances in wind power.

3.2. Evaluation Criterion Based on Normalized Renyi’s Quadratic Entropy

Entropy is a natural extension beyond mean square error because it is a function of PDF, which can provide a much more comprehensive description of the system as a measure of uncertainty, when compared with the variance. One of the most important problems for minimum entropy expression is the formulation of the system’s PDF. The entropy in the non-Gaussian case includes all higher-order information of random variables. Fortunately, Renyi’s quadratic entropy (RQE) is an effective method for the expression of non-Gaussian systems. Upon conclusion of Section 3.1, the error sequence of wind power presents the dynamic transitional changes at discrete data points {ei, i = 1, 2, …, N}. Consequently, a discrete form of fd(e) is adopted as Equation (6) [28], and its discretized Renyi’s quadratic entropy is derived as Equation (7).
f d ( e ) = 1 N i = 1 N G Σ ( e e i )
H d ( e ) = log ( V d ( e ) ) , V d ( e ) = f d 2 ( e ) d e = ( 1 N i = 1 N G Σ ( e e i ) ) 2 d e = 1 N 2 ( i = 1 N j = 1 N G Σ ( e e i ) G Σ ( e e j ) ) d e = 1 N 2 i N j N G Σ ( e e i ) G Σ ( e e j ) d e
where GΣ(·) is defined as Equation (8).
G Σ ( e e i ) = ( 2 π ) n 2 ( det ) 1 2 × exp { 1 2 ( e e i ) T 1 ( e e i ) }
Renyi’s quadratic entropy Hd(e) is a monotone decreasing function of fd(e) [29], and the smaller the error e is, the larger the fd(e) should be. Nevertheless, for a PDF obtained by the discretized RQE, Equation (7) cannot fully reflect the error e because it contains two different values with one indicator. Figure 3 gives an example of this. If there are two different errors eA and eB, located in the positive and negative axes of e separately, with the same fd(e) in Figure 3a, we can only obtain the identical indicator Hd(eA) = Hd(eB) from Figure 3b. This means that the RQE is not a one-by-one correspondence between the error and its indicator, which will reduce the credibility of the RQE as an effective criterion, as it cannot accurately reflect the true situation of the dynamic error.
Accordingly, a new error evaluation criterion is built here as Equation (9), which is denoted as normalized Renyi’s quadratic entropy (NRQE) in the paper.
H NRQE ( e ) = log 1 N i = 1 N e i f d 2 ( e )
where the dynamic error ei (i = 1, 2, …, N) is added to RQE to avoid confusing the indicators, N is the number of samples, and 1/N is used to balance the normalization of HNRQE(e).
The following example will especially illustrate the superiority and applicability of the NRQE. Suppose that there are two prediction systems (forecasting methods 1 and 2 in Figure 4) that have the same absolute value of the errors, but one is positive while the other is negative. Their PDFs are obtained by fitting the discrete errors, as shown in Figure 4.
By taking the PDFs of the two systems into Equation (9), the calculation of their NRQEs as the evaluation criterion are −20.4 and 20.4, respectively, which can effectively distinguish their positive and negative deviation. However, the NMAEs and NRMSEs are both 8.7% and 11.5% in the same predictions, respectively, which cannot show the accurate deviations. In summary, the proposed NRQE can objectively reflect the dynamic errors that appear in uncertain predictions, and it will be introduced into a real evaluation system of the forecasted wind power in a wind farm.

4. Simulation and Analysis

4.1. Prediction and Evaluation Based on the TRSWA-BP

Data sequences from a wind farm in January 2015 are selected, in which the length N of training samples is 288, and that of forecasting is 150. The TRSWA-BP under 1, 4, 6, and 24 h time-scale forecasting is compared with the continuous method, ARMA, support vector machine (SVM), and BP. In the predictions, the input data is used by the continuous method and ARMA is only the wind power, and that concerned by SVM, BP, and TRSWA-BP are five sequences as mentioned in Section 2.2. The optimal parameters of TRSWA-BP are tested as follows: 5 inputs; 1 hidden layer with 13 nodes; 1 output; learning rate η = 0.2; and inertia coefficient α = 0.05. Meanwhile, evaluations used by the normalized mean absolute error (NMAE), normalized root mean square error (NRMSE), and NRQE are adopted to value the precision of the predictions, which can be formulated as Equations (10) and (11).
N M A E = 1 P ¯ 1 N i = 1 N | P P i |
N R M S E = 1 P ¯ 1 N i = 1 N ( P P i ) 2
where P, Pi represent the actual and predicted power values, while the overbar indicates the mean over the sampling points.
Table 1 gives comparisons by the result of average running 20 times in order to avoid random errors.
As shown in Table 1, the NMAEs, NRMSEs, and NRQEs of the SVM, BP, and TRSWA-BP are significantly lower than those of the continuous method and ARMA. Upon evaluation of the SVM, BP, and TRSWA-BP, the precisions of NMAE and NRMSE are very close, hence it is difficult to determine which is superior. For instance, when the time scale is up to 24 h, the NMAEs of SVM, BP, and the TRSWA-BP are 14.872%, 11.324%, and 10.175%, respectively. However, their NRQEs are 88.303, 82.335, and 64.807. Obviously, the TRSWA-BP is a good model in desired horizons based on the evaluation of the NRQE.
We further verify the necessity of NRQE in 1–10 h upon 4-h-ahead predictions, once an hour. The PDFs of predicted errors, based on the TRSWA-BP, are dynamic, transitionally change along the time zone, and their distributions are non-Gaussian, as shown in Figure 5. It clearly expresses that the above criteria of NMAE and NRMSE, calculated by the static errors within a limited timescale, are not appropriate for the dynamic error functions. However, NRQE is much more suitable for its evaluation of stochastic wind power.
A series of similar PDF curves, based on the BP model, are shown in Figure 6, which is under the same test conditions. It can be seen that the shapes of the two PDFs exhibit different characteristics at some particular instants. For example, at the 6 h instant, Figure 7a demonstrates that the PDF of the BP error becomes narrower and sharper, while the TRSWA-BP becomes fatter and smoother. At the 8 h instant in Figure 7b, the opposite phenomenon occurs. Therefore, a combined prediction of wind power can be suggested, based on the uncertainty evaluation of the NRQE.

4.2. Prediction Precision Based on the TRSWA-BP Combined with EMD & PSR

The models of TRSWA-BP combined with EMD, PSR, and EMD-based PSR are tested for the predictions, of which the time-scales are 1 h, 4 h, 6 h, and 24 h. Only the TRSWA-BP and EMD employs wind power as one input, while other models employ five inputs. In addition, comparisons of the predicted precisions among different models are shown in Table 2.
As shown in Table 1 and Table 2, the NMAE, NRMSE, and NRQE of TRSWA-BP and EMD have better performance than those of TRSWA-BP and TRSWA-BP and EMD (one input). Specifically, when the time scale is one h, the difference of NRQE is 11.352 between TRSWA-BP and EMD (2.439), and TRSWA-BP and EMD (one input) (13.791), and this difference increases as the time scale grows. Therefore, it is necessary to use more data sequences as EMD inputs.
When we make a choice for five-input sequences, the TRSWA-BP combined with EMD or PSR in Table 2 can significantly improve accuracy, when compared with the TRSWA-BP in Table 1, which is based on three evaluation criteria. However, the precision is not easily distinguishable from the rate of NMAEs and NRMSEs between the models compared. The evaluation criteria of the NRQEs that reflect the true situation of dynamic errors is more feasible upon the models.

4.3. Training Times

For empirically comparing the convergence rate, five-input sequences are used to train the four proposed networks, based on the NRQEs. The results are plotted in Figure 8.
From Figure 8, it can be seen that as the expected NRQEs reduce, the training times of the four networks increase rapidly. When the training times vary from 40 to 70, the errors of the networks tend to gradually stabilize, in which TRSWA-BP has a minimum number of trainings at 23, and TRSWA-BP and EMD-based PSR has a minimum steady-state error, but experienced the longest trainings.
In summary, from these figures we can observe that: (1) The basic model of TRSWA-BP is a fast convergence algorithm in desired horizons; (2) The accuracy of the predictions combined with EMD, PSR, and EMD-based PSR are acceptable, and can effectively revise the error due to the fluctuation property of wind power; (3) The model of TRSWA-BP and EMD-based PSR gives the greatest accuracy with more training times; and (4) The NRQE illustrates its comprehensive evaluation of the transitionally changed errors that appear in uncertain predictions, which can be applied to the future minimum tracking error control for the closed-loop system, with a random disturbance that is shown in Figure 9.

5. Conclusions

A TRSWA-BP model is proposed in this paper, which has a competitive accuracy when compared with the continuous method, ARMA, SVM, and BP in short-term forecasting of wind power. Considering the strong intermittency and multifractal properties of wind power, TRSWA-BP combined with EMD and PSR is further established to weaken the influence of volatility. Although EMD and PSR are not the best choices when solving online modeling problems, the training times in expected errors are still in an acceptable frame.
Under detailed analysis of the non-Gaussian disturbances in stochastic wind power, a novel evaluation criterion of normalized Renyi’s quadratic entropy (NRQE) is proved to be effective in assessing the uncertain and dynamic predicted error. The NRQE can distinguish positive and negative deviations, and is much more favorable for combined forecasting. It is evidenced that the NRQE is a good candidate criterion on error evaluation, and ready for further minimum tracking for the use of stochastic error in wind power control.
Further research should focus on the following: (1) Experimental effectiveness is verified with more data and models from different wind farms; (2) concern and evaluate brief structures in models, and give them good practice to keep the code concise; and (3) based on the criterion of NRQE, a variety of forecasting methods is optimized to establish a decision support system.

Acknowledgments

This work is funded by National Natural Science Foundation of China (50776005) and supported by China Scholarship Council when the first author was a visiting scholar at the fourth author’s research group with the University of Manchester in 2015. These are gratefully acknowledged.

Author Contributions

Shuangxin Wang conceived the optimization algorithm and novel criterion for the dynamic wind power prediction; Xin Zhao designed the criterion and performed the simulation and experiments; Shuangxin Wang and Meng Li contributed to paper writing and the revision process; Hong Wang contributed to the application of entropy theory and English proofreading.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Calif, R.; Schmitt, F.G.; Huang, Y. Multifractal description of wind power fluctuations using arbitrary order hilbert spectral analysis. Phys. A Stat. Mech. Appl. 2013, 392, 4106–4120. [Google Scholar] [CrossRef]
  2. Huang, N.E.; Shen, Z.; Long, S.R. The empirical mode decomposition and the Hilbert spectrum for nonlinear and non-stationary time series analysis. Proc. R. Soc. A 1998, 454, 903–995. [Google Scholar] [CrossRef]
  3. Yu, Y.L.; Li, W.; Sheng, D.R.; Chen, J.H. A hybrid short-term load forecasting method based on improved ensemble empirical mode decomposition and back propagation neural network. J. Zhejiang Univ. Sci. A 2016, 17, 101–114. [Google Scholar] [CrossRef]
  4. Yu, W.; Wang, M.; Feng, J. An adaptive denoising algorithm for chaotic signals based on complete ensemble empirical mode decomposition. Int. J. Inf. Commun. Technol. 2017, 11, 564–575. [Google Scholar] [CrossRef]
  5. Wang, S.; Zhang, N.; Wu, L.; Wang, Y. Wind speed forecasting based on the hybrid ensemble empirical mode decomposition and GA-BP neural network method. Renew. Energy 2016, 94, 629–636. [Google Scholar] [CrossRef]
  6. Sun, W.; Wang, Y. Short-term wind speed forecasting based on fast ensemble empirical mode decomposition, phase space reconstruction, sample entropy and improved back-propagation neural network. Energy Convers. Manag. 2018, 157, 1–12. [Google Scholar] [CrossRef]
  7. Wang, D.Y.; Luo, H.Y.; Grunder, O.; Lin, Y.B. Multi-step ahead wind speed forecasting using an improved wavelet neural network combining variational mode decomposition and phase space reconstruction. Renew. Energy 2017, 113, 1345–1358. [Google Scholar] [CrossRef]
  8. Koulaouzidis, G.; Das, S.; Cappiello, G.; Mazomenos, E.B.; Maharatna, K.; Morgan, J. A novel approach for the diagnosis of ventricular tachycardia based on phase space reconstruction of ECG. Int. J. Cardiol. 2014, 172, 31–33. [Google Scholar] [CrossRef] [PubMed]
  9. Niu, M.; Gan, K.; Sun, S.; Li, F. Application of decomposition-ensemble learning paradigm with phase space reconstruction for day-ahead PM2.5 concentration forecasting. J. Environ. Manag. 2017, 196, 110–118. [Google Scholar] [CrossRef] [PubMed]
  10. Takens, F. Detecting strange attractors in turbulence. In Lecture Notes Mathematics; Springer: Berlin, Germany, 1981; Volume 898, pp. 366–381. [Google Scholar]
  11. Wolf, A.; Swift, J.B.; Swinney, H.L.; Vastano, J.A. Determining Lypunov exponents from a time series. Phys. D Nonlinear Phenom. 1985, 16, 285–317. [Google Scholar] [CrossRef]
  12. Guo, Z.; Chi, D.; Wu, J.; Zhang, W. A new wind speed forecasting strategy based on the chaotic time series modelling technique and the Apriori algorithm. Energy Convers. Manag. 2014, 84, 140–151. [Google Scholar] [CrossRef]
  13. Zhang, Y.; Lu, J.; Meng, Y. Wind power short-term forecasting based on empirical mode decomposition and chaotic phase space reconstruction. Autom. Electr. Power Syst. 2012, 36, 24–28. [Google Scholar]
  14. Gao, Y.; Xu, A.; Zhao, Y.; Liu, B.; Zhang, L.; Dong, L. Ultra-short-term wind power prediction based on chaos phase space reconstruction and NWP. Int. J. Control Autom. 2015, 8, 325–336. [Google Scholar] [CrossRef]
  15. Han, L.; Romero, C.E.; Yao, Z. Wind power forecasting based on principle component phase space reconstruction. Renew. Energy 2015, 81, 737–744. [Google Scholar] [CrossRef]
  16. Wang, C.; Zhang, H.; Fan, W.; Fan, X. A new wind power prediction method based on chaotic theory and Bernstein Neural Network. Energy 2016, 117, 259–271. [Google Scholar] [CrossRef]
  17. Safari, N.; Chung, C.Y.; Price, G.C.D. A Novel Multi-Step Short-Term Wind Power Prediction Framework Based on Chaotic Time Series Analysis and Singular Spectrum Analysis. IEEE Trans. Power Syst. 2017, 33, 590–601. [Google Scholar] [CrossRef]
  18. Ren, M.F.; Zhang, J.H.; Wang, H. Minimized tracking error randomness control for nonlinear multivariate and non-Gaussian systems using the generalized density evolution equation. IEEE Trans. Autom. Control 2014, 59, 2486–2490. [Google Scholar] [CrossRef]
  19. Song, X.; Sun, G.; Dong, S. Shannon information entropy for an infinite circular well. Phys. Lett. A 2015, 379, 1402–1408. [Google Scholar] [CrossRef]
  20. Macedo, D.X.; Guedes, I. Fisher information and Shannon entropy of position-dependent mass oscillators. Phys. A 2015, 434, 211–219. [Google Scholar] [CrossRef]
  21. Hempelmann, C.F.; Sakoglu, U.; Gurupur, V.P.; Jampana, S. An entropy-based evaluation method for knowledge bases of medical information systems. Expert Syst. Appl. 2016, 46, 262–273. [Google Scholar] [CrossRef]
  22. Zhao, X.; Wang, S.X. Convergence analysis of the tabu-based real-coded small-world optimization algorithm. Eng. Optim. 2014, 46, 465–486. [Google Scholar] [CrossRef]
  23. Wang, S.X.; Li, M.; Zhao, L.; Jin, C. Short-term wind power prediction based on improved small-world neural network. Neural Comput. Appl. 2018, 29, 1–13. [Google Scholar] [CrossRef]
  24. Naik, J.; Satapathy, P.; Dash, P.K. Short-term wind speed and wind power prediction using hybrid empirical mode decomposition and kernel ridge regression. Appl. Soft Comput. 2017, 8, 1–22. [Google Scholar] [CrossRef]
  25. Wang, J.; Zhang, W.; Li, Y.; Wang, J.; Dang, Z. Forecasting wind speed using empirical mode decomposition and Elman neural network. Appl. Soft Comput. 2014, 23, 452–459. [Google Scholar] [CrossRef]
  26. Kim, H.S.; Eykholt, R.; Salas, J.D. Nonlinear dynamics, delay times, and embedding windows. Phys. D 1999, 127, 48–60. [Google Scholar] [CrossRef]
  27. Yang, M.; Dong, J.C. Real-time prediction error analysis of wind power based on mixed Gaussian distribution model. Acta Energiae Sol. Sin. 2016, 37, 1594–1602. [Google Scholar]
  28. Liu, Y.; Wang, H.; Hou, C.H. UKF based nonlinear filtering using minimum entropy criterion. IEEE Trans. Signal Process. 2013, 61, 4988–4999. [Google Scholar] [CrossRef]
  29. Liu, Y.; Wang, H.; Guo, L. Observer-based feedback controller design for a class of stochastic systems with non-Gaussian variables. IEEE Trans. Autom. Control 2015, 60, 1445–1450. [Google Scholar] [CrossRef]
Figure 1. Five-input structure of the TRSWA-BP and empirical mode decomposition (EMD)-based phase space reconstruction (PSR).
Figure 1. Five-input structure of the TRSWA-BP and empirical mode decomposition (EMD)-based phase space reconstruction (PSR).
Entropy 20 00283 g001
Figure 2. Probability density function (PDF) with non-Gaussian property of the forecasted power error.
Figure 2. Probability density function (PDF) with non-Gaussian property of the forecasted power error.
Entropy 20 00283 g002
Figure 3. PDF calculations of the same Hd(e) based on different errors eA and eB in a non-Gaussian distribution. (a) A PDF distribution obtained by the discretized Renyi’s quadratic entropy (RQE); (b) Hd(e) is a monotone decreasing of fd(e).
Figure 3. PDF calculations of the same Hd(e) based on different errors eA and eB in a non-Gaussian distribution. (a) A PDF distribution obtained by the discretized Renyi’s quadratic entropy (RQE); (b) Hd(e) is a monotone decreasing of fd(e).
Entropy 20 00283 g003
Figure 4. PDFs of the same positive and negative errors.
Figure 4. PDFs of the same positive and negative errors.
Entropy 20 00283 g004
Figure 5. PDFs of the 10 h predicted errors, based on the model of TRSWA-BP.
Figure 5. PDFs of the 10 h predicted errors, based on the model of TRSWA-BP.
Entropy 20 00283 g005
Figure 6. PDFs of the 10 h predicted errors, based on the model of BP.
Figure 6. PDFs of the 10 h predicted errors, based on the model of BP.
Entropy 20 00283 g006
Figure 7. PDFs of the particular instant errors, based on two prediction methods. (a) At the 6 h instant; (b) at the 8 h instant.
Figure 7. PDFs of the particular instant errors, based on two prediction methods. (a) At the 6 h instant; (b) at the 8 h instant.
Entropy 20 00283 g007
Figure 8. Expected NRQEs of the proposed networks.
Figure 8. Expected NRQEs of the proposed networks.
Entropy 20 00283 g008
Figure 9. Wind power control or dispatching system with NRQE evaluation.
Figure 9. Wind power control or dispatching system with NRQE evaluation.
Entropy 20 00283 g009
Table 1. Comparison of predicted precision based on different models.
Table 1. Comparison of predicted precision based on different models.
Predictable Time Scales1 h4 h6 h24 h
Continuous methodNMAE7.929%15.384%16.998%20.579%
NRMSE9.784%19.718%24.136%24.712%
NRQE17.96799.572108.77110.963
ARMANMAE7.117%15.244%18.729%23.411%
NRMSE10.258%20.012%23.881%27.160%
NRQE17.84594.533104.686123.148
SVMNMAE6.090%9.108%11.153%14.872%
NRMSE9.488%10.359%15.025%18.431%
NRQE14.33325.95938.6588.303
BPNMAE5.533%7.515%9.110%11.324%
NRMSE9.817%12.599%14.890%17.471%
NRQE7.54525.99746.32382.335
TRSWA-BPNMAE5.218%6.782%8.080%10.175%
NRMSE8.144%10.779%14.033%17.029%
NRQE5.94520.44238.42264.807
Table 2. Predictions based on three evaluation criteria.
Table 2. Predictions based on three evaluation criteria.
Forecasting Time Scales1 h4 h6 h24 h
TRSWA-BP and EMD (one input)NMAE7.487%9.891%11.716%13.245%
NRMSE8.363%10.264%13.464%15.758%
NRQE13.79140.34754.76391.077
TRSWA-BP and EMDNMAE6.122%8.325%9.898%11.652%
NRMSE7.248%10.029%12.425%14.780%
NRQE2.43917.96723.89058.461
TRSWA-BP and PSRNMAE6.311%7.359%8.870%10.543%
NRMSE7.524%9.855%12.220%13.668%
NRQE5.14418.85523.59256.922
TRSWA-BP and EMD-based PSRNMAE5.257%6.818%8.131%9.755%
NRMSE7.245%8.920%10.488%13.177%
NRQE1.5226.37822.66756.480

Share and Cite

MDPI and ACS Style

Wang, S.; Zhao, X.; Li, M.; Wang, H. TRSWA-BP Neural Network for Dynamic Wind Power Forecasting Based on Entropy Evaluation. Entropy 2018, 20, 283. https://0-doi-org.brum.beds.ac.uk/10.3390/e20040283

AMA Style

Wang S, Zhao X, Li M, Wang H. TRSWA-BP Neural Network for Dynamic Wind Power Forecasting Based on Entropy Evaluation. Entropy. 2018; 20(4):283. https://0-doi-org.brum.beds.ac.uk/10.3390/e20040283

Chicago/Turabian Style

Wang, Shuangxin, Xin Zhao, Meng Li, and Hong Wang. 2018. "TRSWA-BP Neural Network for Dynamic Wind Power Forecasting Based on Entropy Evaluation" Entropy 20, no. 4: 283. https://0-doi-org.brum.beds.ac.uk/10.3390/e20040283

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop