Abstract
Short-term electrical load series forecast plays an essential role in energy demand management, however power consumption data are non-stationary, nonlinear and multi-dimensional series, leaving prediction a difficult task. Recently, fractional- order partial differential equations are attracting attention as they have been successfully utilized to describe power consumption behaviors in complex electrical systems and power grids. In this paper, a clustering fractional order predictive model called C-FGM is introduced for short-term electrical load forecast missions. The novelty of the C-FGM is that it initiates a parameter α to describe the accumulative weather trends of multiple clustering sub-series, and this parameter is also assigned to a fractional-order partial differential equation to depict the previous power series. Hyper parameters of these equations are then sent to a global optimization algorithm to reduce predictive errors. Simulation results on two electricity datasets demonstrated that our algorithm can learn from datasets hyper parameters inside equations and produce forecast values efficiently. Com- pared with contemporary models such as LSTM and the Transformer, C-FGM clearly achieved a higher accuracy (MAPE from 1.97 to 4.67%, outperforms LSTM whose average MAPE is 4.34% and Transformer whose average MAPE is 5.42%). This satisfactory performance suggests that our data-driven model can be used as an effective tool for real time forecasting missions.
Similar content being viewed by others
Introduction
Recently, energy demand management has become a focus in government planning due to the inadequacy of energy resources, exponential growth in energy supply demand, and scarcity of sustainable and clean energy supplies. Short-term electrical load series forecast1 is a task in daily management of electric equipment, and it generates power demand data in the future based on limited number of historical records. An accurate and reliable short-term load forecaster is necessary to support significant decisions in large energy management systems such as electricity generation and scheduling, electricity purchase, power grid management, etc. Many administrations and agencies built their data portal2,3 for researchers, and they are looking forward for an authentic and stable electric load forecaster inside their systems. However, it is challenging to build an accurate forecaster with only day-ahead power meter readings. The non-static and nonlinear properties of these power data collections impede researchers from developing an accurate forecasting model. In addition, exogenous factors such like weather, season and social activities may affect the performance of our model as well. Thus, a desired forecasting model should not only consider the nonlinear characteristics of incoming data series, but also deal with the environment efforts such as temperature, season period to sufficiently address its capability in modern power grid applications.
Short-term electrical load series forecast models can be categorized broadly into three groups from the techniques they used for prediction: (i) statistic models; (ii) deep learning models; and (iii) hybrid models. Statistic models such as the famous autoregressive integrated moving average (ARIMA)4 and LSTM5 are suitable for prediction of time series with linear characteristics. The second group of models emerged rapidly within the past decades due to a revolutionary architecture called the Transformer6. Equipped with ground-breaking techniques such as embedding and self-attention, these models have shown great capabilities in many fields such as electricity forecast, traffic flow prediction and weather modeling. This category of models are well developed for multi-dimensional long range data predictions. For example, the ETTh1 data set has six dimensions, each representing data from an individual sensor. Scientists designed a novel architecture called Informer7 to analyze this data set. Informer achieved a sound performance on ETTh1 which exceeded most of con- temporary models at that time. The third group, the hybrid models, combine the advantage of several techniques to obtain results with higher accuracy. Such type of models include GRU8 and LightGBM9. These models clustered data samples into different groups, and apply algorithms with different configurations on these groups to obtain optimum results. These models have been proved to have higher accuracy in time-series data leader boards such as M4 Competition10 and their ideas of clustering and optimum training has been utilized in this manuscript as well.
Among existing methods for short-term electrical load series forecast, fractional-order grey models (FGM)11,12,13,14,15 have regained our interests due to their capability to provide highly accurate predictions and their hybrid nature to work with other models. For example, Yin16 introduced a multivariate NGBM to solve short-term power load problems. In literature17,18,19 the authors constructed a grey system with fractional order accumulation efforts. By integrating the concept of fractional order calculus into a grey system, this model addressed issues of uncertainty and partial information together. Another fractional neural grey system model was introduced in20, where it combines neural networks with fractional order grey system to enhance the accuracy of predictions and system analysis. By using the particle swarm optimization algorithm to determine the optimal fractional order, this model has demonstrated high accuracy in forecasting industrial power consumption. One more approach21,22 to fractional grey system realization is introducing non-singular exponential kernel. Based on a new fractional order accumulation generator, this model estimates parameters through the least squares method and uses meta-heuristic algorithms to determine the model’s order. Further interesting application is an augmented fractional accumulation grey model23. This model improves upon traditional grey models through structural expansion, parameter optimization, and a rolling mechanism. It has been applied to forecast and analyze the trends in industrial power consumption and compared with seven other benchmark prediction models, demonstrating the best performance in simulation and prediction metrics. To summarize, FGMs24,25,26,27 have demonstrated their capability to provide highly accurate predictive outputs and they are suitable to be placed in a hybrid electric forecasting model as well.
In this article, the authors design and build a novel channel-wise fractional-order grey model named as Clustering Fractional-Grey-Model (C-FGM). A hypothesis was firstly made that a power load pattern, along with its temperature attributes, can be sufficiently explained and simulated with a series of FGMs. With properly set parameters such as fractional order α and nonlinear term β, FGMs can to fit electricity meter readings accurately. A number of FGM modules should learn from different portions of existing datasets and generate predictions. The learning process of FGM modules referred to the accumulated temperature lagging effect which was proposed by Li and other researchers4,9.Our algorithm clustered load data firstly from day- before accumulated weather statistics. Unlike traditional approaches which correlated data from two individual dimensions (weather plane and load plane), our clustering technique was able to divide data into respective time series while keep their coherence on both planes.
The main contributions are:
-
1.
By clustering historical load data into different groups according to their day- ahead accumulated weather deviation level, significantly achieved a higher level of model accuracy (channel wise MAPEs ranging from 1.97 to 4.67%, outperforms LSTM whose average MAPE is 4.34% and Transformer whose average MAPE is 5.42%);
-
2.
By Fitting real consumption data series with fractional-order equations, showing statistic distributions of hyper parameters, and simplifying optimization process;
-
3.
Putting forward a data-driven hybrid time-series model in energy demand management.
Rest of this manuscript is organized as follows. "Methods" section discussed necessary mathematical modeling, equations and algorithms implemented in our model. "Experimental setup" section depicted applied data sets, simulation settings, software and scientific packages utilized by C-FGM algorithm. "Results and discussion" section analyzed simulation results on four electricity datasets for discussion. "Conclusion and future work" section summarized the work and brought forward further discussions.
Methods
C-FGM overview
In this section we present a flow chart of C-FGM. Our model consists of three sub sections: data clustering, fractional-order modeling and model optimization. Its system diagram is shown in Fig. 1. In data clustering phase, power consumption data are firstly clustered according to their accumulated temperature records. Then each clustered data arrays are fitted with a corresponding fractional order differential equations. Coefficients inside these equations are calculated and updated in optimization stage. Once predictions are within boundaries (in our algorithm, error rate less than 5 percent), C-FGM terminates and prints out the forecasted values.
Data clustering
In this section we present our clustering strategy on the existing datasets. The original load sequence is named as L(0) (k),where k is the index with a scope k < = N (N is the length of the load series). Each consumption record is paired with a temperature reading as T(0) (k). According to our assumption, a load data will be put into the ith load series named L(i) (k), and in our simulation i ∈ [1, 10]. Our data clustering policy is described in Definition 1. As is shown in Fig. 2, three different load series are clustered out from original electricity recordings.
Definition 1
A load data L(0) (k) belongs to an ith load series L(i) (k) when it satisfies both Eqs. (1) and (2):

where ∆T = \(\frac{{\sum\nolimits_{k = 1}^{N} {T^{(0)} \left( k \right)} }}{N}\) is a mean value for the temperature series, and τ is a lagging effort parameter. Through this clustering operation, all power consumption data are classified into one of the 10 groups, and each group may contain multiple incidences of L(i) (k) for equation fitting and evaluation.
C-FGM
The contents included equation deduction steps, C-FGM flow chart, and its detailed executing procedures. The notations used throughout this part are described in Table 1.
The analytic steps for C-FGM are described as follows:
Assertion 1: In a given L(i) (k) data series, the fractional-order α is proportional to the temperature accumulation index i, and the value of load can be depicted using Eq. (3):

where Dα (L(i) (k)) is an αth fractional order differential Caputo equation, and Lβ (k) is an βth accumulated generation operator (AGO). These two terms can be expanded using Eqs. (4) and (5) respectively:


Because the short-term electrical load data to be fitted in our article are not continuous, Eq. (4) is now replaced by its discrete form in Eq. (6).

Assertion 2.
Assume a function Y (k) as defined in Eq. (7), then our predictive data L(i) (k) can be expressed as by Y (k − 1) and Y (k) in Eq. (8):


The initial condition of Y (k) for the ith load series is defined in Eq. (9):

Now Y (k) can be applied in Eq. (3), and we have Eq. (10):

Equation (10) is a linear approximation for our αth fractional order Caputo equation, and C-FGM is able to fit real data series with it. With an optimal set of values [α,β,ρ, C] given, a predictive series Lp(i) (k)can be given by reversing Eq. (11).

C-FGM flow chart
A detailed flow chart is given in Fig. 3, and a step-by-step description is written in Algorithm1 for readers and technicians to reproduce our simulation. A data set is firstly segmented into multiple data arrays, where each array contains power load data within a certain period (e.g. 48 h). Temperature records within each array are accumulated, and then arrays will be clustered due to their accumulated values. Each array will be assigned with a fractional term α, then a fractional order partial differential equation is initiated to fit this array. Predictions will be optimized after this equation is set, and the performance of this equation will be validated using mean absolution percentage error (MAPE) of this array.
Initial values in C-FGM should be carefully deployed to avoid unnecessary cal- culations. As discussed within "Experimental results on data set A" and "Statistic analysis on data set A" sections, parameter β is related with the frequency of data fluctuations, while parameter ρ is associated with the range of fluctuations. In simulations, the starting point of β will be given 0.5 gradually decrease to 0.1, if our target array is smooth. Otherwise we will select a β higher than 0.5 to fit for our highly vacillating candidate. The parameter ρ will be given an initial value of one for data fitting, then steadily moving to − 1 as well.
Experimental setup
Data source
The data sources directly applied in our simulation were described in Table 2: data set overview. The first data set was published by Australian Energy Market Opera- tor (AEMO) on its website. The data set contained more than 80,000 rows of load data and temperature recordings, ranging from January 2006 until December 2010. It kept residential electricity power recordings of Australian citizens. The second file came from Global Energy Forecasting Competition (GEFCOM) 2012, held by IEEE society. This data set contained data recordings from different power stations, and in experiment the authors only chosen a certain station’s consumption data for modeling.
Software implementation
The programming language inside C-FGM is PYTHON with version 3.9, and the essential software packages used are SCIPY with version 1.11.3 and NUMPY with 1.26.0. Three scientific modules are SCIKIT-LEARN with version 1.3.2, SKLEARN- LINEAR-MODEL-MODIFICATION 0.0.11 and STATSMODELS 0.14.0. C-FGM utilizes PANDAS library with version 2.1.1 to access raw data files.
Code availability
C-FGM software is publicly available on Github28, with all codes and implementations available for research. Simulation results are also available per request.
Results and discussion
Experimental results on data set A
C-FGM simulations were carried on Australia electricity data set (Table 3) ranging from Jan. 1st 2006 to Dec. 31st 2010. Figure 4 displayed the three dimensional data series viewings of this data set (left) and our algorithm output(right). Eight curved lines were plotted on the surfaces showing traces of real load data and their predictions for various clustering classes. The viewings proved that C-FGM was sufficient to imitate most of the data series form correctly and caught up with trends of their fluctuation. This is because C-FGM’s embedded fractional-order equations memorized previous data series and produced their corresponding forecasts with a step-forward coefficient term, and then produced new output values.
For example, in class 1, C-FGM’s Caputo equation is (12):

In class 2, C-FGM’s function changed into (13):

Simulation results (shown in Table 3) indicated that ranging from one class to the next one. Observations from this table clearly demonstrated our algorithm has achieved better performance against two counterpart algorithms. C-FGM provided predictive outputs with absolute errors ranging from 130 to 380 kWh, while in case of LSTM and Transformer, their errors increased from 340 to 880 kWh. In terms of absolute percentage error, our algorithm has reached 1.91% to 4.67%, better than its two competitors. The average percentage error for LSTM is 4.34% and 5.42% for Transformer. Thus, we can conclude that on this data set, our algorithm’s performance is much better than our counterparts.
Statistic analysis on data set A
In C-FGM, parameter α was determined as soon as the data series were clustered, and it is linearly correlated with accumulated temperatures. The proof was given in Table 3: in class 1 and class 2, when temperatures were dropped between 10 to 12.5 Fahrenheit, and it was Spring in Australia, α was given a value of 0.55 in C-FGM.
While in case of class 4 and class 6, the weather became warmer in Australia, α was assigned higher values such as 0.7 and 0.8. This linear attribute of α greatly extended C-FGM’s applicability on different scenarios. As readers may learn from C-FGM’s simulation results on data set B: coefficient α recorded on Table 4 were identical compared with Table 3, and its performance was still satisfactory. Thus, a conclusion can be made that despite of different power consumption patterns, as long as data are clustered according to accumulated weather levels, C-FGM is able to provide reliable and robust predictions based on linearly preset fractional order coefficient α.
Served as an AGO coefficient, value of β in C-FGM reflected the nonlinear and dynamic characteristic of raw data itself. A review of Eqs. (12), (13) and Fig. 5a,b explained why values of β reflected the slopes of data curves. In our simulations, the values of β on data set B were almost one hundred higher than on data set A, the reason is because data set B were much more dynamic and nonlinear, as demon- strated on Fig. 5. Also an examination of Figs. 5 and 6 demonstrated that smooth data series, such as class 1 and class 2 in data A, share lower numerical values of β. While steep slopes and surfaces in data set B own much higher values of β. From lab experiments, β can be concluded as a slope velocity coefficient inside C-FGM.
Experimental results on data set B
The other data set applied in our simulation is GEFCOM electricity data set ranging from Jan. 1st 2006 to Dec. 31st 2010. Figure 7 displayed three dimensional data series behaviors of this data set.
A contrast between Figs. 4 and 7 clearly indicated that data clustering was effective in both scenarios, as different clusters exhibited some extents of similarities. However, data set B exhibits a more frequent fluctuating behavior compared with data set A. Visual inspection of Fig. 10b simulations(right) brought us an impression that C-FGM effectively learned these up and downs, and we can conclude that these fractional order equations were righteous solutions in fitting load data series.
A detailed inspection can be carried on Table 4 and Fig. 9 separately by viewing numerical results, specific values and trend lines. In comparison with data set A, data set B brought forward much higher values of β and ρ, because the candidate series in data set B increased, and the level of vibrations were bigger. However, our algorithm exhibited great flexibility under these two scenarios. This simulation further validated C-FGM’s compliance on short term load forecast missions.
Statistic analysis on data set B
In our simulation on the second data set, parameter α (Fig. 9: Left-above)was uniformly distributed inside range [0.5–0.95] and because it was correlated with accumulated temperatures. Readers may observe this interesting attribute of α when we applied our algorithm on the second data set. The distribution of β (Fig. 9: Left-Down) in C- FGM reflected the nonlinear and dynamic characteristic of raw data itself. Readers may conclude that after clustering, the data series exhibit similar nonlinear dynamic behaviors, showing a certain level of similarities. To summarize, the hyper-parameter distributions on our second data set simulations demonstrated a certain level of stability, and the authors believe our model exhibited a good level of stability and robustness on this mission. The diagram of Fig. 9 on the right clearly revealed the error rates in both absolute level (MAE, unit kWh) and the relative level (MAPE, in percentage). Our algorithm’s outputs achieved a mean absolute error rate of 620 kWh, and a mean absolute percentage error of 3.67. Compared with benchmark models such as LSTM and Transformer, the accuracy of our algorithm is 20 percent higher.
Comparison against other forecasting methods
In order to validate C-FGM’s potential on short-term forecasting tasks, the authors chose two contemporary algorithms: LSTM and Transformer for performance evaluation. Both of these two models were running on data set A and B with sufficient training and testing epochs. Then, according to C-FGM’s specification (eight different data series), LSTM and Transformer’s calculations were rearranged and grouped for comparison.
Figure 10 demonstrated predictive data series of our algorithm against two other counterparts on data set A and B, respectively. The visualizations clearly indicated that C-FGM outperformed against two other algorithm in providing stable and less vibrating data series. Both LSTM and transformer models produced unsteady pre- dictions, leaving their reliability under doubt. This was caused by insufficient number of data samples, especially for transformer-based systems. The authors also provided a flowchart in Fig. 11 for readers to understand the difference between C-FGM and Transformer diagram.
Numerical outputs were recorded in Table 3 including three algorithms’ forecasting values and the error rates against true values. It can be seen that under most of the scenarios C-FGM delivered predictions with less error rates. Compared with contemporary models such as LSTM and the Transformer, C-FGM clearly achieved a higher accuracy (MAPE from 1.97 to 4.67%, outperforms LSTM whose average MAPE is 4.34% and Transformer whose average MAPE is 5.42%).
Although both LSTM and Transformer are superior time series predictive models, their performance is under our expectation in this scenario. The reason is because they are restricted in this task, on both these data sets and the hyper-parameter settings. For example, in AUS data set, there are only 3 columns available: date, temperature, load, while load was used as target. This brought difficulty to Transformer, as it needs sufficient data to feed its attention modules. If we add more columns for it such as month, weekend, price. Transformer will achieve a better performance. Similarly for LSTM, if it cannot be given enough training data (similar patterns), it will forget some data characteristics. The authors believe that the fractional order grey model is a better choice in this scenario, as a grey system is naturally born to learn data patterns without sufficient data. Another reason is related to hyper-parameter settings: our model can only be given 96 data points as maximum, or the fractional order output will explode due to its exponential operation. While for Transformer series, their batch size can be set up to 256 or 512 data series. In order to compare with our model, this mission requests the maximum bulk input to be 96 points, and this may lead to a degrade of the Transformer performance.
Conclusion and future work
This article proposes a clustering fractional order grey model named as C-FGM for short term load forecasting. The originality of C-FGM can be summarized as follows:
-
1.
utilizes a series of fractional-order partial differential equations to describe the three dimensional wave-like behavior of current power consumption data;
-
2.
integrates a fractional order Caputo equation into a grey model and provides numerical deductions theoretically;
-
3.
verifies a linear effort between fractional order α and day-ahead weather accumulations;
-
4.
reveals the relationship between free parameters β, ρ, C and the accuracy of our predictions.
Although C-FGM model is an appropriate solution in short-term electrical load forecasting, it has also several disadvantages as well:
-
1.
currently our model can only accept a time series of less than 96 data points. The root cause is because the fractional equation has an exponential component inside and once the index exceeds 96, will result in a numeric expression to be out of bound.
Thus our algorithm has to make predictions based on a memory of less than 96 data records. Recent time-series forecasters based on the Transformer architecture or LLMs usually execute on data series with batch size 256 or higher (thousands of tokens). This shortcoming obviously restricts our model’s applications.
-
2.
our clustering strategy only considers temperature variance in a time-series data set, while more and more researchers tend to analyze multi-dimensional datasets such as ETTh1 (7 horizons), PEMS04 (307 horizons). The authors are currently implementing our algorithm inside STGCNs to build forecasters on spatial–temporal data sets. We have a strong belief that once properly implemented our clustering strategy will bring a higher level of predictive accuracy.
Data availability
The datasets generated during current study are available in the Github repository https://github.com/Neural-SEIR/Algorithms/releases/tag/v1.0.0-official.
References
Mohan, N., Soman, K. P. & Kumar, S. S. A data-driven strategy for short-term electric load forecasting using dynamic mode decomposition model. Appl. Energy 232, 229–244. https://doi.org/10.1016/j.apenergy.2018.09.190 (2008).
Australian Energy Market Operator (AEMO). Electricity Data Model Monthly Archive. https://visualizations.aemo.com.au/aemo/nemweb/index.html/mms-data-model.
The US Energy Information Admistration(EIA) Data Portal, https://eia.gov/opendata/.
Li, B., Lu, M., Zhang, Y. & Huang, J. A weekend load forecasting model based on semi-parametric regression analysis considering weather and load interaction. Energies 12, 3820. https://doi.org/10.3390/en12203820 (2019).
Lindemann, B. et al. A survey on long short memory networks for time series prediction. Procedia CIRP 99, 650–655 (2021).
Vaswani, A. et al. Attention Is All You Need. Advances in Neural Information Processing Systems https://arxiv.org/abs/1706.03762 (2017).
Zhou, H. Informer: beyond efficient transformer for long sequence time-series forecasting. In AAAI, vol. 35, no 12, https://doi.org/10.1609/aaai.v35i12.17325 (2021).
Li, G. D., Masuda, S. & Nagai, M. The prediction model for electrical power system using improved hybrid optimization model. Electr. Power Energy Syst. 44, 981–987. https://doi.org/10.1016/j.i.jepes.2012.08.047 (2013).
Bian, H., Wang, Q., Xu, G. & Zhao, X. Load forecasting of hybrid deep learning model considering accumulated temperature effect. Energy Rep. 8, 205–215. https://doi.org/10.1016/j.egyr.2021.11.082 (2022).
Makridakis, S., Spiliotis, E. & Assimakopoulos, V. The M4 Competition: 100,000 time series and 61 forecasting methods. Int. J. Forecast. https://doi.org/10.1016/j.ijforecast.2019.04.014 (2019).
Chen, L. P. et al. Asymptotic behavior of fractional-order nonlinear systems with two different derivatives. J. Eng. Math. https://doi.org/10.1007/s10665-023-10272-9 (2023).
Kayacan, E., Ulutas, B. & Kaynak, O. Grey system theory-based models in time series prediction. Expert Syst. Appl. 37, 1784–1789. https://doi.org/10.1016/j.eswa.2009.07.064 (2010).
Fan, K., Liu, J., Sun, B., Wang, J. & Li, Z. Some basic theorems and formulas for building fractal nonlinear wave models. Alex. Eng. J. 81, 193–199. https://doi.org/10.1016/j.aej.2023.09.001 (2023).
Chen, C. I., Chen, H. L. & Chen, S. P. Forecasting of foreign exchange rates of Taiwan’s major trading partners by novel nonlinear Grey Bernoulli model NGBM(1,1). Commun. Nonlinear Sci. Numer. Simul. 13, 1194–1204. https://doi.org/10.1016/j.cnsns.2006.08.008 (2008).
Deng, J. L. Introduction to grey system theory. J. Grey Syst. 1, 1–24 (1989).
Chen, Y. & Mao, S. H. Fractional multivariate grey Bernoulli model combined with improved wolf algorithm: Application in short-term power load forecasting. Energy 269, 126844. https://doi.org/10.1016/j.energy.2023.126844 (2023).
Li, H. et al. A novel fractional-order grey prediction model: a case study of Chinese carbon emissions. Environ. Sci. Pollut. Res. 30, 110377–110394. https://doi.org/10.1007/s11356-023-29919-2 (2023).
Wu, L., Liu, S., Fang, Z. & Xu, H. Properties of the GM(1,1) with fractional order accumulation. Appl. Math. Comput. 252, 287–293. https://doi.org/10.1016/j.amc.2014.12.014 (2015).
Huang, H., Tao, Z. & Liu, J. Exploiting fractional accumulation and background value optimization in multivariate internal grey prediction model and its application. Eng. Appl. Artif. Intell. 104, 104360. https://doi.org/10.1016/j.engappai.2021.104360 (2021).
Zhou, W., Li, H. & Zhang, Z. A novel rolling and fractional-ordered grey system model and its application for predicting industrial electricity consumption. J. Syst. Sci. Syst. Eng. 33, 207–231. https://doi.org/10.1007/s11518-024-5590-3 (2024).
Xie, W., Liu, C. & Wu, W. Z. A novel fractional grey system model with non-singular exponential kernel for forecasting enrollments. Expert Syst. Appl. 219, 119652. https://doi.org/10.1016/j.eswa.2023.119652 (2023).
Ma, X. & Liu, Z. The kernel-based nonlinear multivariate grey model. Appl. Math. Model. 56, 217–238. https://doi.org/10.1016/j.apm.2017.12.010 (2018).
Xiao, Q., Shan, M., Gao, M., Xiao, X. & Goh, M. Parameter optimization for nonlin- ear grey Bernoulli model on biomass energy consumption prediction. Appl. Soft Comput. 95, 106538. https://doi.org/10.1016/j.asoc.2020.106538 (2020).
Wan, K., Bin, L., Zhou, W., Zhu, H. & Ding, S. A novel time-power based grey model for nonlinear time series forecasting. Eng. Appl. Artif. Intell. 105, 104441. https://doi.org/10.1016/j.engappai.2021.104441 (2021).
Duan, H. M. & Wang, G. Partial differential grey model based on control matrix and its application in short-term traffic flow prediction. Appl. Math. Model. 116, 763–785. https://doi.org/10.1016/j.apm.2022.12.012 (2023).
Wu, W. A time power-based grey model with comfortable fractional derivative and its applications. Chaos Solitons Fract. 155, 111657. https://doi.org/10.1016/j.chaos.2021.111657 (2022).
Zhang, Y. H. A time power-based grey model with Caputo fractional derivative and its application to the prediction of renewable energy consumption. Chaos Solitons Fract. 164, 112750. https://doi.org/10.1016/j.chaos.2022.112750 (2022).
C-FGM project code repository, public on Jan. 10th https://github.com/Neural-SEIR/Algorithms/releases/tag/v1.0.0-official (2024).
Acknowledgements
This work is part of a project supported by the National Science Foundation for Scientists of China (Grant No. 42371433).
Author information
Authors and Affiliations
Contributions
All authors contributed to the study conception and model design. Material preparation, data collection and analysis were performed by Yuchen Qian, Lisen Zhao and Chang Tan. The first draft of the manuscript was written by Xiang Yu and all authors commented on previous versions of the manuscript. All authors read and approved the final manuscript.
Corresponding authors
Ethics declarations
Competing interests
The authors declare no competing interests.
Additional information
Publisher’s note
Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.
Rights and permissions
Open Access This article is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License, which permits any non-commercial use, sharing, distribution and reproduction in any medium or format, as long as you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons licence, and indicate if you modified the licensed material. You do not have permission under this licence to share adapted material derived from this article or parts of it. The images or other third party material in this article are included in the article’s Creative Commons licence, unless indicated otherwise in a credit line to the material. If material is not included in the article’s Creative Commons licence and your intended use is not permitted by statutory regulation or exceeds the permitted use, you will need to obtain permission directly from the copyright holder. To view a copy of this licence, visit http://creativecommons.org/licenses/by-nc-nd/4.0/.
About this article
Cite this article
Yu, X., Lu, L., Qi, J. et al. A clustering fractional-order grey model in short-term electrical load forecasting. Sci Rep 15, 6207 (2025). https://doi.org/10.1038/s41598-025-89861-w
Received:
Accepted:
Published:
DOI: https://doi.org/10.1038/s41598-025-89861-w