Abstract
Effective energy futures price prediction is an important work in the energy market. However, the existing research on the application of “decomposition-prediction” framework still has shortcomings in noise processing and signal reconstruction. In view of this, this paper first uses PSO to optimize VMD to improve the effectiveness of single decomposition, and further uses SGMD to capture the remaining key information after extracting low-frequency modal components by using PSO-VMD technology. Further, combined with LSTM to predict each component, a new PSO-VMD-SGMD-LSTM hybrid model is innovatively constructed. The empirical research results based on the real energy market transaction price show that compared with the benchmark model, the hybrid model proposed in this paper has obvious forecasting advantages in different forecasting scenarios.
Introduction
As a key component of the social futures market, the price fluctuation of energy futures has an impact on the changes of the world economic structure, and is related to the social and economic security and healthy development of all countries [6, 48]. Natural gas and crude oil are key components of the energy market. In the development process of energy market, forecasting the price trend of energy futures is a task for investors and policy makers that cannot to be neglected [23, 39].
However, the energy market is a typical complex dynamic system, and its price trend is affected by variety uncertain factors, including the social economy, the financial market and market relations of energy commodities, etc [3, 33]. The price data of the energy market is characterized by nonlinearity, high volatility and irregularity. Therefore, it is necessary to establish a model with sufficient learning ability to predict the price of energy futures effectively [1, 22].
The research on market price prediction of energy has become a key issue in the field of energy economy. According to the nature of input variables in forecasting methods, these forecasting methods can be divided into univariate research that only considers price data and multivariate research that covers other factors besides historical price data [46]. This paper belongs to category of univariate research. At present, the methods involved in forecasting energy prices in this field are mainly classified as follows:
The first category is the traditional econometric method. Common models include autoregressive integrated moving average (ARIMA), random walk (RW), and vector autoregressive (VAR), etc [19, 54]. Nicolau and Palomba used the recursive bivariate VAR models to forecast the price of energy futures. The results show that there are differences in the dynamic relationship between spot prices and futures prices in different energy markets [31]. Liu and Shi proposed a new TZD-GARCH model to predict the price of crude oil futures contracts traded in the NYMEX, and verified the effectiveness of the proposed model in describing the volatility of price series [45].
The second category is the artificial intelligence method. Common models include support vector regression (SVR), random forest and LSTM, etc [9, 34]. Among them, compared with the traditional machine learning algorithm, deep learning technology can continuously improve its performance with the increase of data scale, and has a stronger ability to extract data features. In recent years, it has been widely used in financial stock market and energy economy [8].
In the application research of financial stock market, Rostamian and O’Hara [2] took the financial transaction data formed by different currencies as the object, built CNN-LSTM model to study its forecasting ability within the framework of directional change, and verified the superiority of the proposed model in forecasting performance. Li et al. [57] combined ARIMA, Fourier transform and LSTM to construct a new framework 13f-LSTM to predict the movement trend of stock prices. Arin and Ozbayoglu [10] combined hybrid deep learning with option pricing model to achieve better pricing than Black-Scholes (BS). Zaheer et al. [43] put forward a hybrid deep learning forecasting model to predict the closing price and the highest price of the stock the next day, and compared it with CNN, RNN, LSTM, CNN-RNN and CNN-LSTM as benchmark models to verify the effectiveness of the model. Lin et al. [51] pay attention to the characteristics of stock data and data preprocessing, and put forward a method based on RNN to predict the opening price, closing price and the difference between them.
In the application research of energy economy, Gundu and Simon [47] put forward a neural network model of LSTM based on improved particle swarm optimization, and used it to predict the closing price of Indian energy exchange. Busar and Lim [13] used AdaBoost-LSTM and AdaBoost-GRU models to predict the fluctuation of crude oil prices, which verified the superiority of the proposed models. Li and Wang [24] constructed a new Saint GRU model to predict energy prices, and used Composite Multiscale Cross-Sample Entropy (CMSCE) algorithm to explore the synchronization between the predicted value and the real value, so as to verify the applicability of the proposed model.
It is worth mentioning that compared with other common network algorithms in deep learning, such as RNN and ANN, LSTM can handle long-distance dependencies in the sequence, reduce the problem of gradient explosion or disappearance, and has stronger robustness. Therefore, in the follow-up study, the LSTM model will be included as a component of the hybrid model.
The third category is the hybrid model. Among them, the “decomposition-prediction” integrated learning framework based on the combination of decomposition technology and prediction model has been as been widely used in recent years [7, 56]. On the basis of wavelet packet decomposition (WPD), LSTM and stochastic time effective weight (SW) function, Wang and Wang [26] constructed a WPD-SW-LSTM hybrid model to predict the futures price of crude oil, and improved a new error measurement method to evaluate the prediction results of different models, which verified the effectiveness of decomposition technology in improving the prediction accuracy of crude oil prices. Wang and Wang [5] combined EMD with SW-GRU to forecast the futures and spot prices of crude oil and gasoline, and used various error criteria and double-scale complexity invariant distance to evaluate the prediction results of the model. The results showed that the introduction of signal processing method could effectively improve the prediction accuracy of the model. Lin et al. [53] used VMD, the autoregressive model (AR), Elman neural network and improved LSTM model to decompose and reconstruct the energy price, which further improved the performance of model prediction, which improved the forecasting performance of the model and verified the effectiveness and reliability of VMD technology in energy price forecasting and analysis.
Among the three different types of model studies reviewed above, the econometric method of the first type usually assumes that the research data object conforms to the assumption of approximate linearity and stability. However, in the real transaction of energy market, the futures price series contains a lot of noise. Econometric methods can’t effectively identify all kinds of complex factors that affect the price series, and it is difficult to grasp the nonlinear and high volatility characteristics of energy futures price series.
Compared with econometric methods, the second kind of artificial intelligence method can process complex data in parallel and adjust itself [14, 20], and can better describe any degree of mapping relationship. However, this method is easily influenced by parameters and model settings, and there is a probability of over-fitting.
Considering that all models have their limitations in practical application. It is impossible for a single model to perform best in all forecasting situations. Therefore, the third kind of hybrid model, which combines the advantages of various models, has become the mainstream of research. Among them, the Tel@ complex system methodology based on the “decomposition-prediction” framework is a typical representative, and its core advantage is to introduce decomposition technology to preprocess complex price series, obtain corresponding modal components in different time scales, reduce the irregularity of data, and further predict the results of each component in combination with the prediction model [17]. In recent years, it has been widely used in the forecasting research of energy economy [41, 50].
In the research based on the “decomposition-prediction” framework, decomposition technology is the key to preprocessing complex data. However, there are still the following problems to be solved urgently in the existing research:
Firstly, compared with common decomposition algorithms such as wavelet transform (WT) [4], and ensemble empirical mode decomposition (EEMD), etc [35, 42], VMD [29] can more accurately extract and separate different modal components through Wiener filtering and Hilbert transform, which can more effectively avoid modal mixing. However, in the process of signal reconstruction and restoration, VMD technology still has shortcomings in its ability to recover high-frequency signals.
Secondly, due to various complex factors, there are a lot of intermittent signals and noises in the price signal sequence of energy prices. The secondary decomposition technique combining the advantages of different decomposition techniques can better adapt to the non-stationary price data [27, 30]. However, in the process of combining different decomposition technologies, how to avoid excessive decomposition of signals [49], ensure the effectiveness and rationality of decomposition technologies, and build a decomposition technology more suitable for processing energy futures price data still needs further exploration.
Therefore, in view of the deficiency of existing research, this paper innovatively constructs a new PSO-VMD-SGMD-LSTM hybrid model to forecast the futures prices of natural gas and WTI crude oil. Specifically, this paper first optimizes VMD with PSO, and constructs a new PSO-VMD-SGMD secondary decomposition technology combined with SGMD [18] to overcome the shortcomings of the existing decomposition technology in signal pre-processing and signal reconstruction. Further, LSTM [40] model is used to predict the modal components obtained by decomposition. Compared with the existing research, the PSO-VMD-SGMD decomposition technology proposed in this paper can effectively overcome the shortcomings of the existing decomposition technology in signal reconstruction.
As a supplement to previous research on energy futures price forecasting, the innovations of this paper are as follows:
(1) Aiming at the shortcomings of the existing research on single decomposition technology, an optimized secondary decomposition technology is proposed to preprocess the energy futures price series.
The PSO-VMD-SGMD secondary decomposition technique firstly uses PSO-VMD to extract the low frequency components of the price series, and further uses SGMD to process the remaining modes. SGMD can effectively avoid and overcome the difficulties of mode aliasing and parameter setting sensitivity during data decomposition [16, 55]. The results based on actual data show that compared with other decomposition techniques (WT, EMD, CEEMDAN, VMD and VMD-SGMD), PSO-VMD-SGMD secondary decomposition technique avoids excessive signal decomposition, and has higher reconstruction accuracy and robustness.
(2) Considering the superiority of deep learning model in dealing with price series, a new PSO-VMD-SGMD-LSTM energy futures price forecasting model is constructed by combining PSO-VMD-SGMD technology and LSTM model.
LSTM is applied to predict the modal components obtained by applying the PSO-VMD-SGMD sec-ondary decomposition technique. Compared with other forecasting models (ELM and BP), LSTM model has better learning and forecasting ability for nonlinear time series by selecting historical information and current information [12, 36]. The PSO-VMD-SGMD secondary decomposition technique reduces the difficulty of forecasting futures price series, and the hybrid model further combined with LSTM model has better prediction ability.
(3) The robustness of the PSO-VMD-SGMD-LSTM hybrid model is tested.
The proposed PSO-VMD-SGMD-LSTM hybrid model is applied to the multi-step ahead forecasting of NYMEX natural gas and WTI futures prices. The empirical results based on real transaction prices indicate that the results of PSO-VMD-SGMD-LSTM hybrid model based on e MAE , e MAPE and e RMSE is superior to other benchmark models, no matter in the scenario of single-step or multi-step ahead forecasting.
Other parts of this paper are arranged as follows: Section 2 expounds the PSO, VMD, SGMD and LSTM models used in the hybrid model of PSO-VMD-SGMD-LSTM, and the concrete construction steps of the hybrid model of PSO-VMD-SGMD-LSTM. Section 3 discusses the prediction performance of different models based on real market transaction data for empirical research, and verifies the effectiveness of the hybrid model constructed. Finally, Section 4 is the conclusion of this paper.
Methodology
The PSO-VMD-SGMD-LSTM hybrid model consists of quadratic decomposition technique PSO-VMD-SGMD and LSTM. Firstly, the original futures price series is decomposed by PSO-VMD-SGMD, which reduces the complexity of the sequence and improves the interpretability, and further, the reconstructed sequence is predicted by combining the LSTM model, which significantly improves the performance of the prediction model.
PSO
Particles in PSO consist of three basic features, which are distributed as position, speed and fitness. Table 1 shows the specific parameters involved. Set the single particle as p i (i = 1, 2, ⋯ , M), where the position is x i (t) = [c i (t) γ i (t)] T and the velocity is v i (t) = [Δc i (t) Δγ i (t)] T . The main formulas involved and their explanations are as follows:
Symbol abbreviation of PSO
Symbol abbreviation of PSO
Where
The decomposition process of VMD is as follows:
(1) A variational model is constructed. The original signal is decomposed into K components and the following constrained variational function is constructed. Where {w
k
} = { w1, ⋯ , w
k
} is the central frequency spectrum of each mode; u
k
is the k-th IMF component obtained by decomposition; ∂
t
is the partial derivative of t; δ (t) is the impact function; * is the computational symbol for convolution.
(2) The expression of augmented Lagrange function is as follows.
Where α is the quadratic penalty factor and λ (t) is Lagrange multiplier.
(3) Initialize
(4) The update will be stopped after the stop conditions are met. The stop conditions are as follows.
The main realization process of SGMD is as follows.
For any original signal x = (x1, x2, ⋯ , x
n
), n is the data length. According to Takens theorem, the signal is reconstructed to obtain the following trajectory matrix X.
Where d is the embedding dimension, τ is the delay time, and m = n - (d - 1) τ. Let A = X
T
X, and construct the following Hamilton matrix M.
Let N = M2, where M and N are Hamilton matrices, and construct the following symplectic orthogonal matrix Q.
Where B is the upper triangular matrix. The eigenvalues of the matrix B are λ1, λ2, ⋯ , λ
d
.
The reconstructed matrix Z
i
(1 ≤ i ≤ d) is transformed into a set of symplectic geometric components Y
i
with length n by diagonal averaging. In which Zm×d = (z
ij
) m×d, 1 ≤ i ≤ m, 1 ≤ j ≤ d. Let d* = min(m, d), m* = max(m, d), n = m + (d - 1) τ. When m < d,
Further, the initial SGC components of group d are determined, namely [Y1, Y2, ⋯ , Y
d
], where Y
i
= (y1, y2, ⋯ , y
n
). The initial SGC components are not completely independent and may have the same characteristics. That is, the first component SGC1 is obtained by adding the first component Y1 and its related components, and the remaining matrix is represented as G1. The first column of G1 and its related components are represented as SGC2. Finally, the residual signal is assigned as res, where n is the number of iterations.
Symbol abbreviation of LSTM
Symbol abbreviation of LSTM
Where W i and b i represent the weight matrix and bias of the input gate, respectively. The forgetting gate f t determines the information components saved from the previous state ct-1. Where tanh (·) represents the tanh activation function. h t is the final output form of LSTM unit.
Figure 1 is the frame diagram of the PSO-VMD-SGMD-LSTM hybrid model, which includes the decomposition part of data, the prediction part and the comparison part of results. The decomposition part is completed by PSO-VMD-SGMD technology, and the prediction part is completed by LSTM model. The specific steps are described as follows:

Flow chart of PSO-VMD-SGMD-LSTM hybrid model.
Step 1: Decomposition of PSO-VMD. The VMD technology optimized by PSO algorithm is used to decompose the original sequence to obtain the main low-frequency part and residual components. The number of PSO-VMD levels is set to 3. The main low-frequency parts extracted from the original data are represented as IMF1 and IMF2, respectively. The remaining high-frequency parts are given by the difference between the original sequence and IMF1 and IMF2.
Step 2: Apply SGMD to decompose the obtained residual components to obtain a series of independent symmetric geometric components (SGC) and the residual term. PSO-VMD-SGMD secondary decomposition technology integrates the advantages of VMD and SGMD technology to avoid noise interference in the original price signal and obtain more satisfactory decomposition results. Figure 2 shows the modal components obtained by applying the PSO-VMD-SGMD secondary decomposition technology to natural gas price data. Accordingly, Fig. 3 shows the results of WTI crude oil prices. The order of all modal components is from low frequency to high frequency.

Components obtained by applying PSO-VMD-SGMD technology (natural gas price).

Components obtained by applying PSO-VMD-SGMD technology (WTI crude oil price).
Step 3: The LSTM model is used to predict a series of modes obtained by the decomposition technology. The predicted values of all modes are added to obtain the final prediction result. The LSTM model can predict the modal components with different characteristics, ensuring the accuracy of the results and avoids the complexity of the model.
Step 4: Obtain the final prediction result. Based on the above steps, the numerical results of forecasting based on PSO-VMD-SGMD-LSTM model are obtained, and further compared with a series of benchmark models to verify the effectiveness of the proposed model.
Analysis of sample data
Natural gas and crude oil are important energy components in the world energy market. This paper selects the weekly futures prices of natural gas traded on the NYMEX and WTI crude oil for case study, and the data are from (https://www.eia.gov/index.php). Specifically, the futures price of natural gas is set as Case I, and the time range of sample data is from January 14th, 1994 to June 10th, 2022, with a total of 1483 samples. The futures price data of WTI crude oil is set as Case II, and the time range of sample data is from April 8, 1983 to June 10, 2022, with a total of 2045 samples. Besides, the case data includes training set and test set. The ratio of training set to sample set is 0.8, and that of testing set is 0.2. That is, in Case I, the first 1198 samples are training sets and the last 285 samples are testing sets. Accordingly, the first 1640 samples of Case II are training sets, and the last 405 samples are testing sets. Figure 4 shows the price data of Case I and Case II during the sample period. Table 3 shows the specific sample information of the case. Table 4 is descriptive statistics of case data. It can be seen from the results of the relevant charts and tables that the futures prices of natural gas and crude oil show obvious nonlinear, non-stationary and non-cyclical characteristics during the sample period.

Trend chart of sample data (Case I is shown in the upper picture and Case II is shown in the lower picture).
The size and date range of the sample
Descriptive statistics of sample data
This paper adopts three mainstream evaluation indicators, namely e MAE (mean absolute error), e MAPE (mean absolute percentage error) and e RMSE (root mean square error). Using different indicators to evaluate the prediction performance of each model can reflect the capacity of models more comprehensively and objectively, and avoid the model selection deviation caused by the results of using only a single evaluation indicator. Relevant evaluation indicators are defined as follows:
Specifically, n is the number of observation points, y
i
and
A series of corresponding benchmark models are constructed based on the framework of “decomposition-prediction”. Specifically, in order to test the difference of prediction performance between “decomposition-prediction” framework and single prediction model, and to verify the superiority of LSTM prediction model adopted in this paper, ELM, BP and LSTM models are included in the single benchmark model. In order to verify the superiority of the secondary decomposition technology proposed in this paper, a series of benchmark models (WT-LSTM, EMD-LSTM, EEMD-LSTM, CEEMDAN-LSTM, VMD-LSTM, VMD-EMD-LSTM, VMD-EEMD-LSTM, VMD-CEEMDAN-LSTM and VMD-SGMD-LSTM) are further constructed, which are combined with single decomposition technology or secondary decomposition technology. Table 5 shows the characteristics of different models. All models in different case studies are applied to the scenarios of 1-step, 3-step and 5-step ahead forecasting through Matlab 2019b.
Characteristics of different models
Characteristics of different models
Tables 6-8 record the specific values of evaluation indicators of different models in the prediction study of Case I. Specifically, Table 6 shows the results of a single prediction model. Table 7 shows the performance of a series of prediction models combining single decomposition technology. Table 8 shows the performance of the prediction model combined with secondary decomposition technology. Table 9 shows the statistical test results of the benchmark model relative to the proposed model. Figures 5-7 show the results comparison of e MAE , e MAPE and e RMSE of different models respectively. Accordingly, Tables 10-13, Figs. 8-10 are the prediction results of Case II.

The results comparison of e MAE (Case I).

The results comparison of e MAPE (Case I).

The results comparison of e RMSE (Case I).

The results comparison of e MAE (Case II).

The results comparison of e MAPE (Case II).

The results comparison of e RMSE (Case II).
Prediction results of models without decomposition technique (Case I)
Note: The bold values indicate that the corresponding model achieves the best prediction performance.
Prediction results of the model combined with single decomposition technique (Case I)
Note: The bold values indicate that the corresponding model achieves the best prediction performance.
Prediction results of the model combined with quadratic decomposition technique (Case I)
Note: The bold values indicate that the corresponding model achieves the best prediction performance.
The p-value results of Wilcoxon signed-rank test. (Case I)
Prediction results of models without decomposition technique (Case II)
Note: The bold values indicate that the corresponding model achieves the best prediction performance.
Prediction results of the model combined with single decomposition technique (Case II)
Note: The bold values indicate that the corresponding model achieves the best prediction performance.
Prediction results of the model combined with quadratic decomposition technique (Case II)
Note: The bold values indicate that the corresponding model achieves the best prediction performance.
The p-value results of Wilcoxon signed-rank test. (Case II)
The PSO-VMD-SGMD-LSTM hybrid model has the best forecasting accuracy in the forecasting scenarios of 1-step, 3-step and 5-step ahead forecasting, which indicates the effectiveness of the model in the energy futures price forecasting. The specific analysis is as follows:
(1) Analysis of single prediction model.
Compared with ELM and BP models, the LSTM model has obtained the optimal numerical results of e MAE , e MAPE and e RMSE in the scenarios of 1-step, 3-step and 5-step ahead forecasting. Taking the value of e MAE in the scenario of 1-step ahead forecasting as an example, compared with the prediction results of ELM and BP, the results of LSTM are improved by 3.4% and 42.84%, respectively.
The reason for this result is that the futures price data has the characteristics of nonlinearity and high volatility. The LSTM model is more suitable for learning the nonlinear patterns in futures price data and capturing their changing rules.
(2) Analysis of the application of decomposition technology.
The numerical results of e MAE , e MAPE and e RMSE of the hybrid model combined with decomposition technology (WT-LSTM, EMD-LSTM, EEMD-LSTM, CEEMDAN-LSTM, VMD-LSTM, VMD-EMD-LSTM, VMD-EEMD-LSTM, VMD-CEEMDAN-LSTM, VMD-SGMD-LSTM and PSO-VMD-SGMD-LSTM) are mostly obviously better than those of the single prediction model (ELM, BP and LSTM) in the scenarios of 1-step, 3-step and 5-step ahead forecasting. Taking the value of e MAE in the scenario of 1-step ahead forecasting as an example, compared with the predicted results of LSTM, the results of WT-LSTM, EMD-LSTM, EEMD-LSTM, CEEMDAN-LSTM, VMD-LSTM, VMD-EMD-LSTM, VMD-EEMD-LSTM, VMD-CEEMDAN-LSTM, VMD-SGMD-LSTM and PSO-VMD-SGMD-LSTM improved by 67.53%, -9.7%, 5.04%, 43.79%, 70.8%, 71.41%, 73.32%, 73.8%, 75.37% and 86.49% respectively. That is, except EMD-LSTM model, other models combined with decomposition technology have effectively improved the prediction accuracy.
The reason for this result is that the complexity and random fluctuation of the original sequence are reduced by the application of decomposition technology, and the mutual interference of various modes is suppressed to a certain extent, so that the unique characteristics of different modes can be better identified and the prediction accuracy of the whole model can be effectively improved.
(3) Application analysis of single decomposition technology.
The VMD technology has the best performance among a series of single decomposition technologies. The results of e MAE , e MAPE and e RMSE of VMD-LSTM model are better than those of hybrid models combined with other single decomposition techniques (WT-LSTM, EMD-LSTM, EEMD-LSTM and CEEMDAN-LSTM) in the scenarios of 1-step, 3-step and 5-step ahead forecasting. Taking the value of e MAE in the scenario of 1-step ahead forecasting as an example, compared with WT-LSTM, EMD-LSTM, EEMD-LSTM and CEEMDAN-LSTM, the results of VMD-LSTM are improved by 10.08%, 73.39%, 9.64% and 48.05%, respectively.
The reason for this result is that, compared with other single decomposition algorithms, VMD iteratively updates the central frequencies of modes and signal signals for the time series of energy futures prices, and demodulates different modes to corresponding fundamental frequency bands step by step. Therefore, different modes and their corresponding central frequencies can be extracted more effectively.
(4) Application analysis of secondary decomposition technology.
The results of e MAE , e MAPE and e RMSE of PSO-VMD-SGMD-LSTM model using PSO-VMD-SGMD secondary decomposition technology are better than those of VMD-EMD-LSTM, VMD-EEMD-LSTM, VMD-CEEMDAN-LSTM and VMD-SGMD-LSTM models without PSO in the scenarios of 1-step, 3-step and 5-step ahead forecasting. Taking the value of e MAE in the scenario of 1-step ahead forecasting as an example, Compared with VMD-EMD-LSTM, VMD-EEMD-LSTM, VMD-CEEMDAN-LSTM and VMD-SGMD-LSTM, the results of PSO-VMD-SGMD-LSTM are improved by 52.74%, 49.36%, 48.43% and 45.15%, respectively.
The reason for this result is that although the model using VMD technology has a certain fitting accuracy, the energy futures price contains a lot of disorderly noise, and it is difficult to completely extract the price characteristics by single decomposition technology. Through further decomposition of price series and reasonable signal reconstruction by SGMD, valuable information can be further mined and the fluctuation features in the price series can be extracted more efficiently. In addition, the performance of PSO-VMD-SGMD-LSTM model compared with VMD-SGMD-LSTM model further verifies the superiority of PSO.
(5) The statistical test analysis of the hybrid model.
Referring to Wilcoxon signed-rank test used by Li et al. [32], Table 9 shows the results of p values tested by different benchmark models in 1-step, 3-step and 5-step ahead forecasting scenarios respectively. The hypothesis of this test is that there is no significant difference between the prediction accuracy of the two models. According to the results in Table 9, compared with a series of benchmark models, the model proposed in this paper has significant differences in most forecasting scenarios.
In addition, in the scenarios of 1-step, 3-step and 5-step ahead forecasting, the results of e MAE , e MAPE and e RMSE of the hybrid model proposed in this paper based on the PSO-VMD-SGMD secondary decomposition technique are optimal, which shows that the proposed PSO-VMD-SGMD-LSTM hybrid model is an effective method for energy futures price prediction.
Furthermore, by observing the values of predicted results of models in the scenarios of 1-step, 3-step and 5-step ahead forecasting, it can be found that the numerical results of e MAE , e MAPE and e RMSE of all models are gradually increasing, which reflects the problem of error accumulation in the prediction process. The PSO-VMD-SGMD-LSTM model constructed in this paper has lower and more stable error.
Analysis of the prediction results of Case II
In the analysis of prediction results of Case II, comparing the numerical results of e MAE , e MAPE and e RMSE of each model in Case I and Case II, similar conclusions can be drawn. the validity of the PSO-VMD-SGMD-LSTM hybrid model constructed in this paper for energy futures price prediction was further verified.
Conclusions
Due to the high volatility and randomness of energy futures price series, accurate data decomposition methods are essential to reduce the complexity of data and improve the prediction accuracy of models. In this paper, the PSO-VMD-SGMD-LSTM hybrid model is constructed by combining SGMD with VMD optimized by PSO. The empirical results based on actual transaction data show that PSO-VMD-SGMD secondary decomposition technique can effectively depict the detailed and valuable signal characteristics in the price series, obtain more complete and valuable decomposition results, and has better prediction accuracy and robustness. In the future research, we can consider introducing or adding other factors into the neural network to improve the prediction accuracy of the model for energy futures price time series.
Funding
This research was funded by the National Natural Science Foundation of China, No.71973028.
Conflicts of interest
The authors declare no conflict of interest.
