Next Article in Journal
Characteristic Analysis of Torrefied Pellets: Determining Optimal Torrefaction Conditions for Agri-Byproduct
Previous Article in Journal
Collective Renewable Energy Prosumers and the Promises of the Energy Union: Taking Stock
Previous Article in Special Issue
A Comprehensive Analysis of Windings Electrical and Mechanical Faults Using a High-Frequency Model
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Prediction Model for Dissolved Gas Concentration in Transformer Oil Based on Modified Grey Wolf Optimizer and LSSVM with Grey Relational Analysis and Empirical Mode Decomposition

1
Intelligent Power Equipment Technology Research Center, Wuhan University, Wuhan 430072, China
2
College of Power Mechanical Engineering, Wuhan University, Wuhan 430072, China
3
NARI Group Corporation (State Grid Electric Power Research Institute), Nanjing 211106, China
4
Wuhan NARI Limited Company of State Grid Electric Power Research Institute, Wuhan 430074, China
*
Author to whom correspondence should be addressed.
Energies 2020, 13(2), 422; https://doi.org/10.3390/en13020422
Submission received: 29 November 2019 / Revised: 26 December 2019 / Accepted: 8 January 2020 / Published: 15 January 2020
(This article belongs to the Special Issue Power Transformer Condition Assessment)

Abstract

:
Oil-immersed transformer is one of the most important components in the power system. The dissolved gas concentration prediction in oil is vital for early incipient fault detection of transformer. In this paper, a model for predicting the dissolved gas concentration in power transformer based on the modified grey wolf optimizer and least squares support vector machine (MGWO-LSSVM) with grey relational analysis (GRA) and empirical mode decomposition (EMD) is proposed, in which the influence of transformer load, oil temperature and ambient temperature on gas concentration is taken into consideration. Firstly, GRA is used to analyze the correlation between dissolved gas concentration and transformer load, oil temperature and ambient temperature, and the optimal feature set affecting gas concentration is extracted and selected as the input of the prediction model. Then, EMD is used to decompose the non-stationary series data of dissolved gas concentration into stationary subsequences with different scales. Finally, the MGWO-LSSVM is used to predict each subsequence, and the prediction values of all subsequences are combined to get the final result. DGA samples from two transformers are used to verify the proposed method, which shows high prediction accuracy, stronger generalization ability and robustness by comparing with LSSVM, particle swarm optimization (PSO)-LSSVM, GWO-LSSVM, MGWO-LSSVM, EMD-PSO-LSSVM, EMD-GWO-LSSVM, EMD-MGWO-LSSVM, GRA-EMD-PSO-LSSVM and GRA-EMD-GWO-LSSVM.

1. Introduction

The transformer is the core equipment of power system and its running state is closely related to the reliability and stability of power grid. The catastrophic failure of the transformer will lead to a power failure accident, and the power system will be damaged, which will bring huge economic loss and social harm. Therefore, it is very important to detect potential faults in transformer. Dissolved gas analysis (DGA) is widely used in transformer internal latent fault diagnosis. A failure of a power transformer usually results in degradation of the insulation, leading to the release of gases dissolved in oil. The composition of dissolved gas is closely related to the abnormal state inside the transformer. The fault-related characteristic gases mainly include hydrogen (H2), methane (CH4), acetylene (C2H2), ethylene (C2H4), ethane (C2H6), carbon monoxide (CO) and carbon dioxide (CO2). In the case of electrical or thermal failure, the concentration of gases varies gradually and regularly over time. By analyzing the change trend of the dissolved gas concentration, the operating state of the transformer can be obtained to determine the fault type, and the potential risks of the transformer can be detected in time to predict the development trend of the latent faults of the transformer, so as to avoid the occurrence of serious events and minimize the loss. Therefore, it is of great significance to study the prediction method of dissolved gas concentration and the prediction results can provide a basis for transformer state evaluation and fault prediction.
Recently, various artificial intelligence techniques have been used to develop time series prediction models and achieved good results, such as artificial neural network (ANN) [1], grey model (GM) [2], support vector machine (SVM) [3,4,5] and least squares support vector machine (LSSVM) [6,7]. However, these methods have some drawbacks. For example, training speed of ANN is slow, and it is easy to fall into local minimum, and a large number of training samples are needed in the training. GM (1,1) can reveal the development law of things with a small amount of incomplete information, but only consider the development and change of a certain gas, and lack of comprehensive consideration of a variety of gases.
In addition, many scholars put forward many improved prediction models, which can be applied to the prediction of dissolved gas in power transformer oil. Lu et al. used the Gaussian process regression (GPR) to predict the dissolved gas concentration, in which the grey relational coefficients of gas concentration were analyzed by using grey relational analysis, and then the performance of the model was improved [8]. By using improved fruit fly optimization algorithm (FFOA) to select the smooth factor, Lin et al. proposed a combined prediction model based on kernel principal component analysis (KPCA) and generalized regression neural network (GRNN) to predict gas concentration, obtaining better data fitting and more accurate prediction [9]. Zheng et al. proposed an improved particle swarm optimization algorithm combined with LSSVM based on wavelet technology to predict the dissolved gas concentration. The comparison results showed that the mean absolute percentage error (MAPE) of this method was significantly better than the other four methods [10]. Pereira, F.H. et al. proposed a nonlinear autoregressive neural network model combined with discrete wavelet transform to predict the concentration of dissolved gas, which shows better prediction results compared with the current prediction models and the commonly used time series techniques [11]. Lin et al. proposed a transformer operation state prediction method based on long short-term memory and deep belief network (LSTM_DBN), which predicted the dissolved gas concentration by developing a long short term memory (LSTM) model [12]. On the basis of radial basis function neural network (RBFNN), back propagation neural network (BPNN), LSSVM of two different kernel functions and grey model, Liu et al. proposed a combined prediction model based on cross entropy, in which the weight coefficient of each algorithm is determined by cross entropy theory, and analyzed its application [13]. Peimankar, et al. proposed an integrated time series prediction algorithm based on evolutionary multi-objective optimization algorithm for predicting dissolved gas concentration in power transformers, which has higher accuracy and reliability [14].
Although the intelligent prediction method mentioned above improves the accuracy of the prediction model, there is still room for improvement. Moreover, the possible influence of transformer load, operating oil temperature, ambient temperature and other variables on gas concentration is not considered in the prediction methods. Therefore, the practical application of these algorithms is limited. At present, the commonly used intelligent optimization algorithms, including genetic algorithm (GA), particle swarm optimization (PSO), differential evolution (DE), etc., have achieved good results in parameter optimization of LSSVM. The grey wolf optimizer (GWO) is a novel swarm intelligence optimization algorithm proposed by Mirjalili et al. in 2014 [15], which shows good performance in strong convergence, few parameters and easy implementation compared with GA, PSO and DE, and has attracted the attention of many scholars [16,17,18]. Due to the slow convergence rate of GWO in the late stage, it is easy to fall into the local optimization. The modified grey wolf optimizer (MGWO) proposed in this paper adjusts the exploration and exploitation of the algorithm and assigns more weight to the most suitable grey wolf, so as to find the optimal new position of grey wolf in the iterative process. The MGWO is applied to the parameter optimization of LSSVM. In the prediction model, the influence of the transformer oil temperature, load and ambient temperature on the concentration of dissolved gas is taken into consideration. Firstly, grey relational analysis (GRA) is used to evaluate the correlation between gas concentration and transformer load, oil temperature and ambient temperature to extract the main factors influencing the gas concentration as the input of the model. Then the non-stationary series DGA data is decomposed into subsequences with different scales by using empirical mode decomposition (EMD). Finally, the MGWO-LSSVM model is used to predict subsequences of each gas to get the final concentration of dissolved gas and the validity and superiority of the model are verified.
This paper is organized as follows: In Section 2, the basic theory of the GRA-EMD-MGWO-LSSVM model is introduced. The GRA-EMD-MGWO-LSSVM model is proposed in Section 3. In Section 4, the performance of GRA-EMD-MGWO-LSSVM model is verified by comparing with other models and Section 5 provides the conclusion of the work and discussion of potential future work.

2. Related Theory

2.1. Grey Relational Analysis

Grey relational analysis (GRA) is an analysis method based on grey system theory [19]. Its basic idea is to evaluate the correlation degree between various factors according to the similarity degree of the geometric shape of the change curve of each factor. By quantitative analysis of the development trend of the dynamic process, the method compares the geometric relations of the relevant statistical data of time series and calculates the grey relational degree of each factor. The concrete steps of GRA are as follows:
Step 1
Let the reference time series X 0 = { X 0 ( k ) | k = 1 , 2 , 3 , , n } , the comparison sequence X i = { X i ( k ) | k = 1 , 2 , , n ; i = 1 , 2 , , m } . The original data is dimensionless processed according to Formula (5):
x i ( k ) = X i ( k ) X i ( 1 ) ,   k = 1 , 2 , , n ; i = 1 , 2 , , m
Step 2
Calculate the grey relational coefficient. Grey relational coefficient is calculated as follows:
ξ i ( k ) = min i   min k | x 0 ( k ) x i ( k ) | + ρ   max i   max k | x 0 ( k ) x i ( k ) | | x 0 ( k ) x i ( k ) | + ρ   max i   max k | x 0 ( k ) x i ( k ) |
where ξ i ( k ) is the grey relational coefficient x 0 ( k ) and x i ( k ) , which reflects the close degree of two sequences at some point.Constant ρ is the resolution coefficient and its value range is ( 0 , 1 ) , while a smaller ρ indicating greater discrimination. To increase the difference between correlation coefficients, ρ   = 0.5 is usually taken.
Step 3
Calculate the grey relational degree. By integrating the grey relational coefficients of all points, the grey correlation degree of X i and X 0 can be calculated as follows:
r i = 1 n k = 1 n ξ i ( k ) , k = 1 , 2 , , n ; i = 1 , 2 , , m
  r i reflects the degree of correlation between X i and X 0 A larger r i means higher correlation degree, closer relationship and closer development trend and rate.
Step 4
Grey relational degree ranking. The grey relational degree of influencing factor sequence to the system behavior characteristic sequence is ranked from large to small.
Since there is no definite qualitative and quantitative description between dissolved gas concentration, oil temperature, transformer load and ambient temperature, and there is uncertainty in the mutual restriction relationship among all gases, the grey relational degree is used to measure the affinity among all factors, and obtains the main factors that influence each dissolved gas concentration.

2.2. Empirical Mode Decomposition

Empirical mode decomposition (EMD) [20,21,22] is a signal decomposition method based on local characteristics of signals, which absorbs the advantage of multi-resolution of wavelet transform and overcomes the difficulty of choosing wavelet basis and determining decomposition scale in wavelet transform, so it is more suitable for nonlinear non-stationary signal analysis and is an adaptive signal decomposition method. The EMD assumes that any complex signal is composed of simple intrinsic mode functions (IMF), and each IMF is mutually independent. This EMD can decompose different scales or trends in time series data into its component step by step, and a series of data sequences with the same characteristics of the scale are produced, by which the non-stationary nonlinear data is transformed into a smooth linear data. Compared with the original data sequence, the sequence after decomposition is with greater regularity, which is of great help on identifying hidden relationship and can improve the prediction accuracy [23,24,25]. The steps of EMD for a given time series are as follows:
Step 1: Determine the upper envelope e u p ( t )     and the lower envelope e l o w ( t )     from the local maximum and local minimum of time series data x ( t ) , and calculate the mean envelope m 1 ( t ) :
m 1 ( t ) = e u p ( t ) + e l o w ( t ) 2
Step 2: Subtract m 1 ( t ) from x ( t ) to get h 1 ( t ) , and consider h 1 ( t ) as a new signal x ( t ) , repeat Step 1, by k times of screening, until h 1 ( t ) = x ( t ) m 1 ( t ) meets IMF conditions, then c 1 ( t ) is the first IMF component of the time series, as shown in (2), it contains the shortest periodic component in the original sequence.
c 1 ( t ) = x ( t ) m 1 ( t )
Step 3: After separating the first IMF component from the time series x ( t ) , the remaining component r 1 ( t ) of x ( t ) can be obtained as follows:
r 1 ( t ) = x ( t ) c 1 ( t )
Step 4: Take r 1 ( t ) as a new time series and repeat Step 1 3 to obtain a series of qualified IMF components c i ( t ) and residual r n ( t ) . Then, the original time series x ( t ) can be described by IMF components and residual component as follows:
x ( t ) = n = 1 n c i ( t ) + r n ( t )
From Step 1 to Step 4, the original time series can be decomposed into sub-sequences of different frequencies, namely IMF and residual r . Then, the trend prediction of each subsequence is carried out, and the prediction results of the subsequence are superimposed to obtain the prediction results of the original sequence.

2.3. Grey Wolf Optimizer

2.3.1. Standard Grey Wolf Optimization

The grey wolf optimizer (GWO) [14] is a novel swarm intelligence algorithm inspired by predation behavior of grey wolves by Mirjalili et al., which mimics hunting behavior and social leadership of grey wolves in nature and uses four types of grey wolves to simulate social hierarchy.
The three wolves with the best fitness are alpha ( α ), beta ( β ) and delta ( δ ), while the remaining wolves are omega ( ω ). GWO algorithm realizes the global optimization by imitating the predation behavior of grey wolves such as encircling, hunting and attacking. The optimization process is mainly guided by the three best solutions ( α , β , and δ ) in each generation of the population.
The mathematical model of the behavior of grey wolves encircling their prey is as follows:
D = C · X p ( t ) X ( t ) ,
  X ( t + 1 ) = X p ( t ) A · D ,  
  A = 2 a · r 1 a ,  
  C = 2 r 2 ,  
where: t is the number of current iterations; A and C are coefficient vectors;   X p represents the position vector of prey; X ( t ) represents the position vector of the current grey wolf. In the whole iteration, a is the convergence factor, which decreases linearly from 2 to 0; r 1 and r 2 are random vectors in (0,1).
Assuming that α , β , and δ are capable of identifying potential prey positions, the three best wolves in the current population are retained during each iteration and the positions of other search agents are updated based on their positions. The mathematical model of this behavior can be expressed as follows:
D α = C 1 · X α X ,   D β = C 2 · X β X , D δ = C 3 · X δ X ,
where: X α , X β , and X δ represents the current position of α , β , and δ wolf respectively; X is the current location of the ω wolf and D α , D β and D δ represents the distance between the current candidate and the three optimal wolves respectively. C 1 , C 2 and C 3 are random vectors.
The vector positions of the prey can be determined based on the α , β and δ positions using the following equations:
X 1 = X α A 1 · D α ,   X 2 = X β A 2 · D β , X 3 = X δ A 3 · D δ ,
( t + 1 ) = X 1 + X 2 + X 3 3  
where: X 1 , X 2 , and X 3 represents the current position of the prey determined α , β , and δ wolf respectively; X ( t + 1 ) is the final location of the prey determined based on the X 1 , X 2 , and X 3 .

2.3.2. Modified Grey Wolf Optimization

Although GWO algorithm shows its advantages in many fields, it is easy to fall into the local optimum and the calculation speed and the accuracy is a little low, which limit the application of the algorithm. Therefore, this paper improved the original grey wolf optimization algorithm as follows.
In the process of grey wolf population approaching the target, the position updating Equation (14) shows the equal importance of α , β , δ , ignoring the different characteristics of the three wolves, and the proportion of the leading position and the optimal solution of grey wolf is not well reflected in Equation (14). Considering that the contribution of each grey wolf is different, different weights are given to individual grey wolf of different social hierarchy [26]. The position update Equation (15) was adopted:
X ( t + 1 ) = 3 X 1 + 2 X 2 + X 3 6
In the optimization algorithm, excess exploration of search space may result in lower probability of getting trapped in local optima, while too much exploitation is related to less randomness and the algorithm may not reach the global optimum. Hence, a balance between exploration and exploitation should be maintained during the iterations. In the original GWO, the value of a decreases linearly from 2 to 0 during the iteration, and the updated equation is as follows:
a = 2 ( 1 t M a x I t e r )
where M a x I t e r represents the maximum number of iterations, and t is the current number of iterations. The update equation makes half the iteration for exploration and the other half for exploitation. In this paper, Formula (17) was used for the attenuation of a in the iterative process, and the value of a was reduced from 2 to 0 [27]:
a = 2 ( 1 t 2 M a x I t e r 2 )
The decay function in Formula (17) made the number of iterations used for exploration and exploitation are 70% and 30% respectively. In this way, more iterations were used for exploration, while fewer iterations were used for exploitation, so as to achieve better performance than the original GWO algorithm [27]. The pseudo-code of the MGWO (Algorithm 1) is presented in the following form.
Algorithm 1. MGWO pseudo-code
(1)
Initialize the positions of grey wolf population Xi (i = 1, 2, 3…, n) randomly.
(2)
Initialize a, A, C.
(3)
Find α, β, and δ as the first three best solutions based on their fitness values.
t = 0.
whiletMaxIter do
foreach Wolfi pack do
  Update current wolf’s position according to Equation (15).
end
-
Update a as in Equation (17).
-
Update A, and C as in Equations (10) and (11).
-
Evaluate the positions of individual wolves.
-
Update α, β, and δ positions as the first best three solutions in the current population.
-
t = t + 1.
end
(4)
Select the optimal grey wolf position.

2.4. Least Square Support Vector Machine

SVM [28] is a machine learning technology based on the structural risk minimization principle, which has shown excellent learning performance and generalization ability in the fields of regression analysis, pattern recognition, fault diagnosis and time series trend prediction. LSSVM is an extension of standard SVM. LSSVM algorithm replaces the inequality constraint in traditional SVM with equality constraint and replaces the relaxation variable in SVM with the square of training error, thus transforming the quadratic programming problem into the equality constraint problem of linear equations, which obtains faster solution speed and stronger real-time performance. The mathematical model of least squares support vector machine is as follows [7]:
Given training data set D = { ( x i ,   y i ) | i = 1 , 2 , 3 , , N } ,   x i R n , y i R . The optimal decision function is constructed in the feature space as follows:
y ( x ) = ω T φ ( x i ) + b ,
where ω is the weight vector and   b is the deviation. Use the structural risk minimization (SRM) principle to calculate the parameters ω and b by the minimization Formula (19):
min ω , b , ξ J ( ω , ξ ) = 1 2 ω 2 + γ i = 1 N ξ i 2 ,
Equation (19) satisfies the equation constraint:
y i = ω T φ ( x i ) + b + ξ i , i = 1 , 2 , 3 , , N ,
In Equation (19), ω 2 controls the complexity of the model, γ i = 1 N ξ i 2 is error control function, γ is the regularization parameter and ξ i is fitting error of the sample i . By introducing Lagrange multiplier α > 0 , the unconstrained optimization problem can be obtained as follows:
L ( ω , b , ξ , α ) = J ( ω , ξ ) i = 1 N α i { ω T φ ( x i ) + b + ξ i y i } ,
According to KKT (Karush-Kuhn-Tucker) optimal conditions, take the partial derivative of ω , b , ξ i and α i through L respectively and make them all zero, finally the LSSVM model is obtained:
y ( x ) = i = 1 N α i K ( x , x i ) + b ,
where K ( x , x i ) is the kernel function. Due to the non-linear relationship among the dissolved gas concentrations in transformer oil, the radial basis kernel function (RBF) suitable for solving nonlinear problems and with fewer nuclear parameters is selected as the kernel function.
K ( x , x i ) = exp ( x x 2 2 2 σ 2 ) ,
where σ 2 is the kernel parameter.
In this paper, the MGWO was adopted to optimize LSSVM model parameters γ and σ to improve the prediction accuracy of the model. The steps of MGWO-LSSVM model for time series prediction were as follows:
Step 1
Normalize the sample data and change the original data linearly to the interval (-1.1), and use it as the training data set.
Step 2
Select different parameters for the training data to conduct experiments and generate training tables with different parameters. In this step, the parameters of each set of decomposed IMF sequence prediction models should be optimized.
Step 3
Select the appropriate optimal parameters according to the training error and the comprehensive performance of different parameters from the training result.
Step 4
The training model is generated after learning the training data by using the selected parameters, and then the prediction data is used as input to test the prediction results. If the prediction results do not meet with the prediction accuracy requirements, then return to Step 3 and re-select the parameters for learning, while the prediction results conform to the prediction accuracy, proceeding to Step 5.
Step 5
After the parameters are determined, using the data sequence for prediction, and finally conduct error analysis.

3. Prediction Model Based on GRA-EMD-MGWO-LSSVM

The time series data of dissolved gas concentration in transformer oil have strong nonlinearity and non-stationary. In view of the prominent advantages of EMD technology in non-stationary data processing, this paper proposed a prediction model for dissolved gas concentration that integrated grey relational analysis, empirical mode decomposition and modified grey wolf optimized least squares support vector machine. The prediction steps were as follows:
Step 1
Sample collection: The DGA data were collected, including the sampling time, oil temperature, load, ambient temperature and gas concentration. The gas concentration, oil temperature, load and ambient temperature were listed as the comparison sequence, and the gas concentration to be predicted as the reference sequence.
Step 2
Grey relational analysis: The initial value transformation was performed on the original data according to Formula (1), the grey relational coefficient was calculated according to Formula (2), and grey relational degree is calculated according to Formula (3). According to the grey incidence matrix, the main influencing factors of each gas concentration were screened out, and the factors with weak relational degree were eliminated.
Step 3
EMD processing: The EMD method was used to decompose the time series data of dissolved gas concentration and obtain c i ( t ) and residual r n ( t ) of each IMF component.
Step 4
MGWO-LSSVM model prediction: LSSVM regression model was established for each IMF component c i ( t ) and r n ( t ) to obtain the predicted values of each decomposition sequence, and MGWO was used to select optimal parameters.
Step 5
The predicted values of each component were superimposed to obtain the predicted values of gas concentration.
Step 6
Verification of prediction results: compared with actual data, calculated error index and conducted error analysis.
The prediction model proposed in this paper based on MGWO-LSSVM combined with EMD and GRA was shown in Figure 1. It consists of four main parts. Firstly, GRA was used to conduct correlation analysis of the original DGA data. Secondly, EMD was used to decompose the DGA data to get the IMF components of each gas concentration. Thirdly, MGWO was used to optimize LSSVM model to predict the trend of each IMF components and finally, the prediction result was being evaluated.
In order to verify the prediction accuracy of the model, the average absolute percentage error (MAPE) η M A P E , root mean square error (RMSE) η R M S E and maximum average absolute percentage error η m a x to evaluate the predictive results of the proposed algorithm [29,30], it is defined as:
η M A P E = 1 n i = 1 n | y i y i ^ | y i × 100 % , i = 1 , 2 , , n ,
  η R M S E = 1 n i = 1 n ( y i y i ^ ) 2 , i = 1 , 2 , , n ,  
  η m a x = m a x ( | y i y i ^ | y i ) , i = 1 , 2 , , n ,  
where y i is the actual value; y i ^ is the predicted value and n is the number of samples. m a x means to calculate the maximum relative error of | y i y i ^ | y i . A large average relative error means a low prediction accuracy.

4. Case Study and Analysis

In this paper, the prediction model based on GRA-EMD-MGWO-LSSVM was implemented by the MATLAB simulation platform (R2018b, MathWorks, Natick, Massachusetts, USA) on an 8-core Lenovo laptop (T470P, Lenovo, Beijing, China) with 8 GB memory and 2.8 GHz clock, running Windows 10 enterprise operating system (64-bit). In addition, two examples were given to test and verify the model.

4.1. Prediction Example 1

In this part, the DGA data were from a transformer with a voltage of 750 kV in State Grid Corporation of China. The equipment model was BKD-120000/800. Since 9 January 2012, the workers took DGA samples every three days with the oil temperature, load and ambient temperature recorded.

4.1.1. Sample Collection

The DGA data of the transformer during 9 January 2012 and 3 July 2012 are shown in Table 1, where A1-A11 represents H2 (μL/L), CH4 (μL/L), C2H6 (μL/L), C2H2 (μL/L), C2H4 (μL/L), CO (μL/L), CO2 (μL/L), total hydrocarbon (μL/L), oil temperature (°C), load (MW) and ambient temperature (°C), respectively.

4.1.2. Grey Relational Analysis

The grey relational analysis results of the DGA data are shown in Table 2 and the grey relational degree of each factor ranged from 0.46 to 0.93. It can be seen from Table 2 that:
(1)
There was a strong correlation between the load and gas concentration of H2 and CO and a less stronger correlation between load and CH4, C2H2, C2H4, CO2, and total hydrocarbon. The correlation between load and the gas concentration of C2H6 was weak.
(2)
The correlation between oil temperature and each gas concentration was strong and the grey relational degree ranged from 0.65 to 0.85.
(3)
The grey relational degree of ambient temperature and gas concentration was between 0.65 and 0.86, indicating that there was a strong correlation between ambient temperature and each gas.
(4)
The grey relational degree between oil temperature and ambient temperature was 0.85, which indicates that the ambient temperature was positively correlated with the oil temperature range.
(5)
The grey relational degree of the total hydrocarbon and the hydrocarbon gases was between 0.77 and 0.93, which verified that there was a strong correlation between the hydrocarbon gases and total hydrocarbon while the total hydrocarbon concentration was the sum of the four gas concentrations.

4.1.3. Empirical Mode Decomposition

EMD was performed on the time series data of dissolved gas concentration in Table 1 and the EMD results of H2, CH4, C2H6, C2H2, C2H4, CO, CO2 and total hydrocarbon are shown in the Figure 2, respectively. As can be seen from the Figure 2a, the original H2 nonlinear sequence was decomposed into three less volatile time series components IMF (IMFl-IMF3) and one residual component. Then the IMFs and the residual were predicted by the MGWO-LSSVM model, respectively.

4.1.4. Results and Discussion

The factors with grey relational degree greater than 0.50 were taken as the main factors to establish the MGWO-LSSVM prediction model. H2 was taken as an example and the IMFs and residual of H2 and transformer load, oil temperature and ambient temperature were used as the input of the model. The data from 9 January 2012 to 13 June 2012 were usedas the training set, and 17 June 2012 to 3 July 2012 as the test set. The prediction results of H2 by GRA-EMD-MGWO-LSSVM model are shown in Figure 3.
In order to verify the validity of the proposed model, the prediction model was compared with several models. The comparison results were shown in Table 3 and Table 4. For the prediction models in Table 3, only the dissolved gas concentration data were used as the input without processing by EMD. In Table 4, the dissolved gas concentration data processed by EMD were used as the input of EMD-PSO-LSSVM, EMD-GWO-LSSVM and EMD-MGWO-LSSVM, respectively, while for GRA-EMD-PSO-LSSVM, GRA-EMD-GWO-LSSVM and GRA-EMD-MGWO-LSSVM, the transformer load, oil temperature, ambient temperature and the EMD processing results were used as the input.
It can be seen from Table 3 and Table 4 that:
(1)
Compared with LSSVM, PSO-LSSVM and GWO-LSSVM, the MGWO-LSSVM model obtained higher prediction accuracy and showed good effectiveness.
(2)
Compared with PSO-LSSVM, GWO-LSSVM and MGWO-LSSVM, after the processing step by EMD, EMD-PSO-LSSVM, EMD-GWO-LSSVM and EMD-MGWO-LSSVM shows better performance in prediction, respectively. The EMD method could decompose the concentration time series of dissolved gas in oil to produce a series of stationary data sequences with the same scale, which reduced the influence of nonlinearity and non-stationary of dissolved gas concentration data on the prediction results and improved the accuracy of prediction model.
(3)
By using GRA to conduct a correlation analysis of dissolved gas concentration and transformer load, oil temperature, ambient temperature and the mutual influencing factors of gas concentration were extracted and irrelevant information were reduced, which could improve the prediction accuracy
(4)
Compared with other prediction models, the GRA-EMD-MGWO-LSSVM model proposed in this paper achieved higher prediction accuracy.

4.2. Prediction Example 2

In this part, the raw DGA data were collected from the main transformer of a 750 kV substation of State Grid Corporation of China to verify the proposed model in this paper. The transformer was put into operation in April 2010 and the equipment model was ODFPS-700000/750GY. Since April 21, 2011, trace amounts of acetylene appeared in the transformer and the data of gas concentration, oil temperature, load and ambient temperature were recorded by the workers in the follow-up test once every day.

4.2.1. Sample Collection

Table 5 shows the data of the transformer during April 22, 2011 and May 18, 2011, where A1–A11 represents H2 (μL/L), CH4 (μL/L), C2H6 (μL/L), C2H2 (μL/L), C2H4 (μL/L), CO (μL/L), CO2 (μL/L), total hydrocarbon (μL/L), oil temperature (°C), load (MW) and ambient temperature (°C), respectively.

4.2.2. Grey Relational Analysis

The grey relational degree of each factors were calculated according to GRA, as shown in Table 6 and the grey relational degree ranged from 0.43 to 0.82. It can be seen from Table 6 that
(1)
The grey relational degree of load and the gas concentration was between 0.43 and 0.62, indicating that there was a strong correlation between the load and gas concentration of CH4, C2H2, C2H4 and CO2, while the correlation between load and H2, C2H6 was weak.
(2)
The grey relational degree between oil temperature and each gas concentration was between 0.58 and 0.69, which indicates that oil temperature had strong correlation with each gas concentration.
(3)
The grey relational degree of ambient temperature and gas concentration was between 0.64 and 0.70, indicating that there was also a strong correlation between ambient temperature and gas concentration.
(4)
The grey relational degree between oil temperature and ambient temperature was 0.78, which indicates that the ambient temperature was positively correlated with the oil temperature range. Lower ambient temperature was conducive to heat dissipation, resulting in lower oil temperature.
(5)
The grey relational degree of the total hydrocarbon and the hydrocarbon gases was between 0.68 and 0.82, which verified that there was a strong correlation between the hydrocarbon gases and total hydrocarbon while the total hydrocarbon concentration was the sum of the four gas concentrations.

4.2.3. Empirical Mode Decomposition

The EMD results of H2, CH4, C2H6, C2H2, C2H4, CO, CO2 and total hydrocarbon are shown in the Figure 4, respectively. The original H2 nonlinear sequence was decomposed into two less volatile time series components IMF (IMF1–IMF2) and one residual component shown in Figure 4a.

4.2.4. Results and Discussion

The IMFs and the residual of each gas were predicted by the MGWO-LSSVM model, respectively. The data from June 7, 2010 to February 7, 2012 were used as the training set, and February 20, 2012 to July 17, 2012 as the test set. The prediction result of H2 by the GRA-EMD-MGWO-LSSVM model is shown in Figure 5.
The prediction results of different prediction models were compared with the proposed model in this paper, as shown in Table 7 and Table 8.
It can be seen from Table 7 and Table 8 that:
(1)
The MGWO-LSSVM model had higher prediction accuracy, which verified the effectiveness of MGWO algorithm.
(2)
The prediction models with EMD method showed higher prediction accuracy, which was consistent with the results shown in Table 5.
(3)
The prediction models with GRA method also showed better performance, which was consistent with the results shown in Table 5.
(4)
Compared with other prediction models, the GRA-EMD-MGWO-LSSVM model proposed in this paper achieved higher prediction accuracy.

5. Conclusions

This paper presented a dissolved gas concentration prediction model based on GRA-EMD- MGWO-LSSVM for oil-immersed transformer oil. Firstly, the original time series data of dissolved gas concentration in the original oil were analyzed by the grey relational analysis method to extract the optimal feature set affecting gas concentration and the concentration data of each dissolved gas were decomposed by empirical mode decomposition. Then, the modified grey wolf optimized least squares support vector machine was used to predict the subsequences of each gas. Finally, the prediction sequences were reconstructed to obtain the final prediction results. The prediction model proposed in this paper was compared with LSSVM, PSO-LSSVM, GWO-LSSVM, MGWO-LSSVM, EMD-PSO-LSSVM, EMD-GWO-LSSVM, EMD-MGWO-LSSVM, GRA-EMD-PSO-LSSVM, and GRA-EMD-GWO-LSSVM by using DGA samples from two transformers. The main conclusions are listed as follows:
(1)
The modification strategy of GWO improved the performance of the original GWO, which promoted the accuracy of the prediction model.
(2)
The introduction of GRA and EMD into the prediction model could greatly improve the accuracy of the prediction model
(3)
The effect of transformer load, oil temperature and ambient temperature on the dissolved gas concentration was explored and these factors were considered in the model, which improved the performance of the prediction model.
(4)
The model proposed in this paper showed high prediction accuracy, stronger generalization ability and robustness.
(5)
The model proposed in this paper maintained high prediction accuracy and showed strong generalization ability for different DGA data samples.
Although the proposed model shows good performance in prediction, there were some differences in the prediction accuracy for different DGA data samples. For transformers in different operating states, oil temperature, load and ambient temperature had different effects on DGA data, which need more research in the future. In addition, the concentration of dissolved gas in oil is also related to the transformer operating life, operating state and other factors [31]. According to the further tests in the field, we know that for some transformers with long operation life, the dissolved gas concentration will increase with the increase of load due to equipment aging. Therefore, in future work, more running data will be collected and the relationship between dissolved gas concentration and the transformer operating life, operating state and other factors will be analyzed to develop a prediction model with stronger generalization ability and higher prediction accuracy, and further improve the practical ability of the prediction model.

Author Contributions

B.Z. collected DGA data and designed the algorithm with J.G., B.Z. and F.Z. test the example and write the manuscript. Z.X., W.Z., S.H. and P.F. helped design the algorithm and debug the code. All authors have approved the submitted manuscript. All authors have read and agreed to the published version of the manuscript.

Funding

This work was supported in part by the National Natural Science Foundation of China (51379160) and the State Grid Science and Technology Program of China.

Acknowledgments

The authors gratefully acknowledge the support of the National Natural Science Foundation of China (Grant.51379160), and the State Grid Science and Technology Program of China.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Wang, L.; Wang, Z.; Qu, H.; Liu, S. Optimal Forecast Combination Based on Neural Networks for Time Series Forecasting. Appl. Soft Comput. 2018, 66, 1–17. [Google Scholar] [CrossRef]
  2. Wang, M.H.; Hung, C.P. Novel grey model for the prediction of trend of dissolved gases in oil-filled power apparatus. Electr. Power Syst. Res. 2003, 67, 53–58. [Google Scholar] [CrossRef]
  3. Liao, R.J.; Zheng, H.B.; Grzybowski, S.; Yang, L.J.; Tang, C.; Zhang, Y.Y. Fuzzy information granulated particle swarm optimisation-support vector machine regression for the trend forecasting of dissolved gases in oil-filled transformers. IET Electr. Power Appl. 2011, 5, 230–237. [Google Scholar] [CrossRef]
  4. Fei, S.W.; Wang, M.J.; Miao, Y.B.; Tu, J.; Liu, C.L. Particle swarm optimization-based support vector machine for forecasting dissolved gases content in power transformer oil. Energy Convers. Manag. 2009, 50, 1604–1609. [Google Scholar] [CrossRef]
  5. Fei, S.; Sun, Y. Forecasting dissolved gases content in power transformer oil based on support vector machine with genetic algorithm. Electr. Power Syst. Res. 2008, 78, 507–514. [Google Scholar] [CrossRef]
  6. Liao, R.J.; Bian, J.P.; Yang, L.J.; Grzybowski, S.; Wang, Y.Y.; Li, J. Forecasting dissolved gases content in power transformer oil based on weakening buffer operator and least square support vector machine–Markov. IET Gener. Transm. Distrib. 2012, 6, 142–151. [Google Scholar] [CrossRef]
  7. Liao, R.; Zheng, H.; Grzybowski, S.; Yang, L. Particle swarm optimization-least squares support vector regression based forecasting model on dissolved gases in oil-filled power transformers. Electr. Power Syst. Res. 2011, 81, 2074–2080. [Google Scholar] [CrossRef]
  8. Lu, S.X.; Lin, G.; Li, M.J.; Wei, C.H.; Wang, J.K. Grey relational analysis using Gaussian process regression method for dissolved gas concentration prediction. Int. J. Mach. Learn. Cybern. 2019, 10, 1313–1322. [Google Scholar] [CrossRef]
  9. Lin, J.; Sheng, G.; Yan, Y.; Dai, J.; Jiang, X. Prediction of Dissolved Gas Concentrations in Transformer Oil Based on the KPCA-FFOA-GRNN Model. Energies 2018, 11, 225. [Google Scholar] [CrossRef] [Green Version]
  10. Zheng, H.; Zhang, Y.; Liu, J.; Wei, H.; Zhao, J.; Liao, R. A novel model based on wavelet LS-SVM integrated improved PSO algorithm for forecasting of dissolved gas contents in power transformers. Electr. Power Syst. Res. 2018, 155, 196–205. [Google Scholar] [CrossRef]
  11. Pereira, F.H.; Bezerra, F.E.; Junior, S.; Santos, J.; Chabu, I.; Souza, G.F.M.; Micerino, F.; Nabeta, S.I. Nonlinear Autoregressive Neural Network Models for Prediction of Transformer Oil-Dissolved Gas Concentrations. Energies 2018, 11, 1691. [Google Scholar] [CrossRef] [Green Version]
  12. Lin, J.; Su, L.; Yan, Y.; Sheng, G.; Xie, D.; Jiang, X. Prediction Method for Power Transformer Running State Based on LSTM_DBN Network. Energies 2018, 11, 1880. [Google Scholar] [CrossRef] [Green Version]
  13. Liu, C.; Zhang, H.; Xie, Z.; Wang, Z.; Chen, L.; Lin, X.; Ding, H.; Li, Z.; Xiong, W. Combined Forecasting Method of Dissolved Gases Concentration and Its Application in Condition-based Maintenance. IEEE Trans. Power Deliv. 2019, 34, 1269–1279. [Google Scholar] [CrossRef]
  14. Peimankar, A.; Weddell, S.J.; Jalal, T.; Lapthorn, A.C. Multi-Objective Ensemble Forecasting with an Application to Power Transformers. Appl. Soft Comput. 2018, 68, 233–248. [Google Scholar] [CrossRef]
  15. Mirjalili, S.; Mirjalili, S.M.; Lewis, A. Grey Wolf Optimizer. Adv. Eng. Softw. 2014, 69, 46–61. [Google Scholar] [CrossRef] [Green Version]
  16. Ibrahim, R.A.; Elaziz, M.A.; Lu, S. Chaotic opposition-based grey-wolf optimization algorithm based on differential evolution and disruption operator for global optimization. Expert Syst. Appl. 2018, 108, 1–27. [Google Scholar] [CrossRef]
  17. Al-Betar, M.A.; Awadallah, M.A.; Faris, H.; Aljarah, I.; Hammouri, A.I. Natural selection methods for Grey Wolf Optimizer. Expert Syst. Appl. 2018, 113, 481–498. [Google Scholar] [CrossRef]
  18. Singh, N.; Singh, S.B. A novel hybrid GWO-SCA approach for optimization problems. Eng. Sci. Technol. Int. J. 2017, 20, 1586–1601. [Google Scholar] [CrossRef]
  19. Tzeng, G.H.; Tasur, S.H. The multiple criteria evaluation of grey relation model. J. Grey Syst. 1994, 6, 87–108. [Google Scholar]
  20. Huang, N.E.; Shen, Z.; Long, S.R.; Wu, M.C.; Shih, H.H.; Zheng, Q.; Yen, N.C.; Tung, C.C.; Liu, H.H. The empirical mode decomposition and the hilbert spectrum for nonlinear and non-stationary time series analysis. Proc. R. Soc. Soc. Lond. 1998, 454, 903–995. [Google Scholar] [CrossRef]
  21. Lima, E.R.D.; Andrade, A.O.; Pons, J.L.; Kyberd, P.; Nasuto, S.J. Empirical mode decomposition: A novel technique for the study of tremor time series. Med. Biol. Eng. Comput. 2006, 44, 569–582. [Google Scholar] [CrossRef] [PubMed]
  22. Uygur, K.; Bayramoglu, I.; Nazikoglu, A.; Yilmaz, M.; Bayazit, Y.; Muftuoglu, S. Using empirical mode decomposition to correlate paleoclimatic time-series. Nat. Hazards Earth Syst. Sci. 2007, 7, 299–307. [Google Scholar]
  23. Büyükşahin, Ü.Ç.; Ertekin, Ş. Improving forecasting accuracy of time series data using a new ARIMA-ANN hybrid method and empirical mode decomposition. Neurocomputing 2019, 361, 151–163. [Google Scholar] [CrossRef] [Green Version]
  24. Wang, K.; Niu, D.; Sun, L.; Zhen, H.; Liu, J.; De, G.; Xu, X. Wind Power Short-Term Forecasting Hybrid Model Based on CEEMD-SE Method. Processes 2019, 7, 843. [Google Scholar] [CrossRef] [Green Version]
  25. Cui, C.; Zhao, M.; Wong, K. An LSTM-Method-Based Availability Prediction for Optimized Offloading in Mobile Edges. Sensors 2019, 19, 4467. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  26. Padhy, S.; Panda, S.; Mahapatra, S. A modified GWO technique based cascade PI-PD controller for AGC of power systems in presence of Plug in Electric Vehicles. Eng. Sci. Technol. Int. J. 2017, 20, 427–442. [Google Scholar] [CrossRef]
  27. Mittal, N.; Singh, U.; Sohi, B. Modified grey wolf optimizer for global engineering optimization. Appl. Comput. Intell. Soft Comput. 2016, 2016, 7950348. [Google Scholar] [CrossRef] [Green Version]
  28. Vapnik, V.N. The Nature of Statistical Learning Theory; Springer: New York, NY, USA, 1995. [Google Scholar]
  29. Domingos, S.D.; de Oliveira, J.F.; de Mattos Neto, P.S. An intelligent hybridization of ARIMA with machine learning models for time series forecasting. Knowl. Based Syst. 2019, 175, 72–86. [Google Scholar]
  30. Fang, X.; Yuan, Z. Performance enhancing techniques for deep learning models in time series forecasting. Eng. Appl. Artif. Intell. 2019, 85, 533–542. [Google Scholar] [CrossRef]
  31. De Faria, H., Jr.; Costa, J.G.S.; Olivas, J.L.M. A review of monitoring methods for predictive maintenance of electric power transformers based on dissolved gas analysis. Renew. Sustain. Energy Rev. 2015, 46, 201–209. [Google Scholar] [CrossRef]
Figure 1. Flowchart of the prediction model based on grey relational analysis-empirical mode decomposition-modified gray wolf optimizer-least squares support vector machine (GRA-EMD-MGWO-LSSVM).
Figure 1. Flowchart of the prediction model based on grey relational analysis-empirical mode decomposition-modified gray wolf optimizer-least squares support vector machine (GRA-EMD-MGWO-LSSVM).
Energies 13 00422 g001
Figure 2. EMD results of the dissolved gas concentration. (a) H2; (b) CH4; (c) C2H6; (d) C2H2; (e) C2H4; and (f) total hydrocarbon.
Figure 2. EMD results of the dissolved gas concentration. (a) H2; (b) CH4; (c) C2H6; (d) C2H2; (e) C2H4; and (f) total hydrocarbon.
Energies 13 00422 g002aEnergies 13 00422 g002b
Figure 3. Prediction results of H2 by the GRA-EMD-MGWO-LSSVM model. (a) intrinsic mode function 1 (IMF1); (b) IMF2; (c) IMF3; (d) residual and (e) H2.
Figure 3. Prediction results of H2 by the GRA-EMD-MGWO-LSSVM model. (a) intrinsic mode function 1 (IMF1); (b) IMF2; (c) IMF3; (d) residual and (e) H2.
Energies 13 00422 g003
Figure 4. EMD results of the dissolved gas concentration. (a) H2; (b) CH4; (c) C2H6; (d) C2H2; (e) C2H4 and (f) total hydrocarbon.
Figure 4. EMD results of the dissolved gas concentration. (a) H2; (b) CH4; (c) C2H6; (d) C2H2; (e) C2H4 and (f) total hydrocarbon.
Energies 13 00422 g004aEnergies 13 00422 g004b
Figure 5. Prediction result of H2 by the GRA-EMD-MGWO-LSSVM model.The.
Figure 5. Prediction result of H2 by the GRA-EMD-MGWO-LSSVM model.The.
Energies 13 00422 g005
Table 1. Distribution of transformer sample data.
Table 1. Distribution of transformer sample data.
DateA1A2A3A4A5A6A7A8A9A10A11
2012/1/99730.234.025.3917.2216061056.8623.7332.4−9
2012/1/1396.730.283.815.3616.59152.38615.9356.0422.9332.03−14
2012/1/1710234.625.75.4320.618264766.3522.8332.05−12
2012/1/2111043.076.725.528.0615355383.3523.8330.91−14
2012/1/25101335.775.532315752467.329.7330.17−12
2012/1/2911242.716.635.5925.516249080.4328331.29−11
2012/2/29644.347.385.6331.215446688.5525.2330.54−11
2012/2/610242.716.635.730.2519845685.2926.1332.4−9
2012/2/1010448.916.75.7628.716943790.0724.7328.3−9
2012/2/148942.884.885.7825.316545578.8433332.03−6
2012/2/1810242.716.635.825.520040980.6431.8327.19−6
2012/2/2210454.097.235.8231.816145398.9436326.07−5
2012/2/2610256.238.535.8935.8167405106.4533.8330.54−2
2012/3/111243.66.636.0339.520041495.76361581
2012/3/512553.675.646.0736200456101.3840.1329.791
2012/3/914453.885.666.136.55201449102.1924.1329.793
2012/3/1312252.716.636.1335.01200439100.4840.8329.423
2012/3/1712249.636.636.1629.520045991.9239.3334.275
2012/3/2112242.716.636.2325.520040981.0739.9332.785
2012/3/2514052.688.636.2635.8207582103.3739.7330.547
2012/3/2914755.769.16.3134.9197630106.0738.5332.038
2012/4/212545.177.46.3328.916659687.839.3329.428
2012/4/613147.128.216.3429.6517160991.3239.5329.3312
2012/4/1013247.218.26.3429.7317160791.4839.3326.0712
2012/4/1414542.615.746.324.351715917942.1330.5412
2012/4/1813744.67.116.3730.4416051088.5242.1334.6414
2012/4/2212242.716.636.3625.519649681.249.3332.7814
2012/4/2612850.738.056.432.0716748797.2556329.7914
2012/4/3013563.9410.786.4639.8121392110.9848.8335.0114
2012/5/412347.86.46.4224.6812439985.351.6324.9514
2012/5/812242.76.636.4325.516040681.2643.1324.515
2012/5/1213554.228.36.4830.3812245699.384432715
2012/5/1614565.4110.036.5435.7138496117.6848.1256.215
2012/5/2014765.3610.166.7542.2152616124.474833620
2012/5/2414870.8711.676.8145.2167606134.554933520
2012/5/2814668.9711.076.8848.8172617135.7251.9333.8923
2012/6/114772.3111.866.9448192650139.115233623
2012/6/514569.4112.06745.7183686134.175333426
2012/6/914870.612.37.0649.8200698139.7658.3329.0527
2012/6/1314874.9412.377.1549.4208651143.8650.7332.2724
2012/6/171467012.357.2145.7198666135.2658.2331.6627
2012/6/2114477.8912.717.2647.2202669145.0656.5333.1525
2012/6/2514777.6319.727.3253.87206680158.5455333.8925
2012/6/2914678.4317.537.3345.1201602148.3922.8330.225
2012/7/3148.0578.2711.147.3945.8206.3603.58142.652.4329.0526
Table 2. Grey relational degree of each factor.
Table 2. Grey relational degree of each factor.
FactorA1A2A3A4A5A6A7A8A9A10A11
A11.000.730.620.770.710.680.690.710.750.680.81
A20.731.000.730.830.890.670.710.920.790.570.79
A30.620.741.000.730.750.600.710.770.680.460.67
A40.770.840.731.000.800.680.740.840.850.560.86
A50.710.890.750.801.000.680.730.930.770.550.75
A60.680.680.600.680.681.000.690.670.650.660.65
A70.690.710.710.730.730.691.000.720.700.570.72
A80.710.920.770.840.930.670.731.000.780.540.77
A90.750.790.670.850.770.650.700.781.000.570.85
A100.670.570.460.560.540.660.570.540.571.000.61
A110.810.800.670.860.750.650.720.770.850.611.00
Table 3. Comparison of different prediction models.
Table 3. Comparison of different prediction models.
Model   η M A P E   ( % )   η R M S E     η m a x   ( % )
LSSVM12.258.6818.5
PSO-LSSVM10.857.2617.2
GWO-LSSVM9.726.2815.8
MGWO-LSSVM8.645.5814.6
Table 4. Comparison of different prediction models.
Table 4. Comparison of different prediction models.
Model   η M A P E   ( % )   η R M S E     η m a x   ( % )
EMD-PSO-LSSVM8.546.4912.06
EMD-GWO-LSSVM7.625.7610.02
EMD-MGWO-LSSVM6.574.388.76
GRA-EMD-PSO-LSSVM4.395.256.06
GRA-EMD-GWO-LSSVM3.623.865.02
GRA-EMD-MGWO-LSSVM1.32.292.18
Table 5. Distribution of transformer sample data.
Table 5. Distribution of transformer sample data.
DateA1A2A3A4A5A6A7A8A9A10A11
2011/4/224.231.70.90.12.132.07574.624.840.532810
2011/4/2371.830.750.141.0335.05510.223.7538.3334.612
2011/4/2413.561.881.490.191.639.82509.365.1644.4327.513
2011/4/2513.021.940.860.231.0839.31704.24.1148.8329.4215
2011/4/2612.52.3900.221.544.62178.434.1146335.0114
2011/4/2710.822.651.310.351.6944.78225.78646.4334.2715
2011/4/286.141.9700.421.4741.13137.163.8647.133017
2011/4/298.632.030.630.411.5240.36138.524.5936.232910
2011/4/308.122.010.870.391.4549.25168.174.7240.7330.5411
2011/5/17.292.470.540.551.743.32197.675.2638.2333.59
2011/5/27.22.400.621.542.33044.5243327.912
2011/5/39.52.821.060.691.4349.09294.0164433010
2011/5/48.162.9100.912.0352.92245.025.854333312
2011/5/510.132.880.970.951.8456.15243.846.644434314
2011/5/68.132.7100.911.8549.9581.95.4748.1309.0517
2011/5/711.413.5200.932.3156.43314.36.7653.2331.220
2011/5/811.393.4400.973.2354.33255.87.6433.8331.6611
2011/5/937.864.200.951.6970.15205.46.8438.9270.67
2011/5/1011.584.022.560.783.0167.97525.910.3741248.612
2011/5/119.853.390.060.92.5150.63516.426.8631.3332.49
2011/5/1210.173.480.160.912.2854.36348.396.8330.3326.410
2011/5/1312.024.4201.162.0661.07507.455.5839.5330.179
2011/5/1418.572.5701.072.1743.28355.425.8142.1333.8711
2011/5/1515.713.0700.62.1142.78363.085.7843.2333.1513
2011/5/1615.054.2401.281.1542.4311.266.6750.1331.2915
2011/5/1715.934.2501.672.9752.96399.398.8951.9330.918
2011/5/1815.7401.713.3350307.69.0434.8333.517
Table 6. Grey relational degree of each factor.
Table 6. Grey relational degree of each factor.
FactorA1A2A3A4A5A6A7A8A9A10A11
A11.000.680.700.670.560.710.730.720.590.430.64
A20.681.000.600.800.680.810.660.820.610.540.66
A30.700.601.000.590.630.640.640.680.620.430.65
A40.670.800.591.000.700.790.680.820.650.540.68
A50.560.680.630.701.000.690.600.680.690.620.70
A60.710.810.640.790.691.000.670.800.620.500.64
A70.740.670.650.690.610.681.000.700.640.520.68
A80.720.820.680.820.680.800.701.000.600.500.69
A90.590.610.620.650.690.620.630.601.000.620.78
A100.430.540.430.540.620.500.510.500.621.000.58
A110.640.660.650.680.700.640.670.690.780.581.00
Table 7. Comparison of different prediction models.
Table 7. Comparison of different prediction models.
Model   η M A P E     ( % )   η R M S E     η m a x   ( % )
LSSVM13.6515.5820.6
PSO-LSSVM10.3912.4918.06
GWO-LSSVM9.6210.7617.02
MGWO-LSSVM8.578.6816.7
Table 8. Comparison of different prediction model.
Table 8. Comparison of different prediction model.
Model   η M A P E     ( % )   η R M S E     η m a x   ( % )
EMD-PSO-LSSVM7.546.4911.36
EMD-GWO-LSSVM5.485.769.22
EMD-MGWO-LSSVM3.634.568.75
GRA-EMD-PSO-LSSVM4.383.766.26
GRA-EMD-GWO-LSSVM2.683.234.02
GRA-EMD-MGWO-LSSVM0.652.291.18

Share and Cite

MDPI and ACS Style

Zeng, B.; Guo, J.; Zhang, F.; Zhu, W.; Xiao, Z.; Huang, S.; Fan, P. Prediction Model for Dissolved Gas Concentration in Transformer Oil Based on Modified Grey Wolf Optimizer and LSSVM with Grey Relational Analysis and Empirical Mode Decomposition. Energies 2020, 13, 422. https://doi.org/10.3390/en13020422

AMA Style

Zeng B, Guo J, Zhang F, Zhu W, Xiao Z, Huang S, Fan P. Prediction Model for Dissolved Gas Concentration in Transformer Oil Based on Modified Grey Wolf Optimizer and LSSVM with Grey Relational Analysis and Empirical Mode Decomposition. Energies. 2020; 13(2):422. https://doi.org/10.3390/en13020422

Chicago/Turabian Style

Zeng, Bing, Jiang Guo, Fangqing Zhang, Wenqiang Zhu, Zhihuai Xiao, Sixu Huang, and Peng Fan. 2020. "Prediction Model for Dissolved Gas Concentration in Transformer Oil Based on Modified Grey Wolf Optimizer and LSSVM with Grey Relational Analysis and Empirical Mode Decomposition" Energies 13, no. 2: 422. https://doi.org/10.3390/en13020422

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