Next Article in Journal
Blockchain in Energy Efficiency: Potential Applications and Benefits
Next Article in Special Issue
The Influence of the Wind Measurement Campaign Duration on a Measure-Correlate-Predict (MCP)-Based Wind Resource Assessment
Previous Article in Journal
A Deep Peak Regulation Auxiliary Service Bidding Strategy for CHP Units Based on a Risk-Averse Model and District Heating Network Energy Storage
Previous Article in Special Issue
A New Hybrid Approach to Forecast Wind Power for Large Scale Wind Turbine Data Using Deep Learning with TensorFlow Framework and Principal Component Analysis
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Weighting Factor Selection of the Ensemble Model for Improving Forecast Accuracy of Photovoltaic Generating Resources

Department of Energy Grid, Sangmyung University, Seoul 03016, Korea
*
Author to whom correspondence should be addressed.
Submission received: 2 August 2019 / Revised: 18 August 2019 / Accepted: 23 August 2019 / Published: 28 August 2019
(This article belongs to the Special Issue Solar and Wind Power and Energy Forecasting)

Abstract

:
Among renewable energy sources, solar power is rapidly growing as a major power source for future power systems. However, solar power has uncertainty due to the effects of weather factors, and if the penetration rate of solar power in the future increases, it could reduce the reliability of the power system. A study of accurate solar power forecasting should be done to improve the stability of the power system operation. Using the empirical data from solar power plants in South Korea, the short-term forecasting of solar power outputs were carried out for 2016. We performed solar power forecasting with the support vector regression (SVR) model, the naïve Bayes classifier (NBC), and the hourly regression model. We proposed the ensemble method including the selection of weighting factors for each model to improve forecasting accuracy. The forecasted solar power generation error was indicated using normalized mean absolute error (NMAE) compared to the plant capacity. For the ensemble method, the results of each forecasting model were weighted with the reciprocal of the standard deviation of the forecast error, thus improving the solar power outputs forecast accuracy.

1. Introduction

With the recent launch of a new climate system around the world, the composition of the entire country is changing. In 2017, the new renewable resources capacity was 178 GW, with solar power being the top power generation source among new power generation types [1]. According to global trends, Korea is also planning to introduce large-scale, variable power systems through the renewable energy 3020 policy. According to the 8th Basic Plan for Electricity Supply, it is planned to accommodate a large-scale (58.5 GW) of renewable resources to supply 20% of the required power generation. Of the total, solar power is equivalent to 36.5 GW, or 62 percent, of the supply of renewable energy. Figure 1 shows the current state of accumulated solar power facilities in South Korea as of 2017 [2]. Solar power generation is concentrated in Jeollanam-do Province and Jeollabuk-do Province, where solar radiation conditions are good.
Unlike conventional power sources, solar power has the characteristic of varying output due to various meteorological causes such as solar radiation, temperature, and cloud cover amount, which can cause instability in the system due to the variability and uncertainty of solar power generation when large solar power complexes are connected to the system [3]. Measures need to be taken to improve the flexibility of the system in response to the increase in the system linkage of variable power. Among the many measures to ensure system flexibility, accurate forecasting of renewable energy output is considered a cost-effective method [4]. It was also found that the improvement of the forecasted accuracy of the renewable energy will result in significant economic benefits as well as improve the reliability of the system, including reduction of the operating costs of the power system.
In sum, forecasting solar power output is necessary for increasing the supply level of the power system and for the efficient operation of power systems. Various short-term photovoltaic forecasting methods have recently been studied. The persistence method assumes that the forecasted power for the time horizon is equal to the last value measured [5]. The photovoltaic performance method is a forecasting method using the relationship between insolation and solar output. Because no historical data is needed, the power output of the plant can be obtained before construction [6]. Statistical models do not require solar power nameplate data for modeling. It is a data-driven technique that uses the relationship to historical data based on the forecasting of solar power generation. This model includes auto-regression (AR), auto-regressive moving average (ARMA) [7,8], and forecasting photovoltaic power generation at different cycles and analyzing their characteristics over time [9]. The regressive analysis shows the relationship between the dependent variable (photovoltaic output) and various independent variables (meteorological data) and forecasts the solar power output obtained through the regression function when new weather data is inputted. The artificial neural networks (ANN) technique is a method of making solar power forecasts using machine learning methods and was inspired by the way neurons work. Through training, weights of each layer are selected, and output forecasting is performed using them [10,11,12]. One of the simplest machine learning methods is k-nearest neighbors (k-NN). It is a forecasting algorithm based on a pattern recognition algorithm that compares the current state with the training sample. By calculating the training data and Euclidean distance, the nearest k neighbors are selected [13]. In order to improve the forecasting model, research is being conducted to combine hourly regression models, statistical models and artificial intelligence (AI) models [14,15,16]. U.S. power system operators have applied forecasting models based on persistence, numerical weather prediction (NWP), and statistical methods, and have recently adopted ensembles and probabilistic forecasting models [17,18].
In this paper, the ensemble technique is presented for upgrading the forecasting of solar power output. Section 2 introduces methods for NBC, SVR, and hourly regression models. Section 3 presents the use of empirical data for forecasting of solar power for each model and results are presented using NMAE. Section 4 uses an ensemble technique to improve the accuracy of forecasting solar power by using the forecast result for a single model to achieve enhancement of solar power output forecasting.

2. Power Output Forecasting Model of Photovoltaic Generating Resources

2.1. NBC Model

The NBC forecasting model is a forecasting model that creates classification rules based on historical data and is classified according to predefined classification rules when new forecast conditions are applied [19,20,21,22,23,24]. NBC’s forecasting model is effectively trained in a supervised learning environment and is often used in areas such as document classification and disease forecasting [25,26]. The NBC has the advantage of being very simple in its conception and assumption, resulting in a small amount of training data required to estimate [27,28]. Machine learning methods can struggle if too many variables are used, such as overfitting, but NBC techniques have no limitations in selecting variables because scalability is good. In addition, in this study, classification variable was selected as output data of solar power and auxiliary variables as meteorological data. The NBC model is a method of expressing the relationship between the pre- and post-probability of a probability variable, such as expression as shown in Equation (1) based on Bayes probability theorem [19,20,21,22,23,24].
P ( A | B ) = P ( B | A ) × P ( A ) P ( B )
In the above Equation (1), P ( A ) is the prior probability of event A, which means not knowing any information about event B. P ( B | A ) is the conditional probability of event B when event A is given, and it is determined according to the classification criteria. P ( A | B ) is the post-probability of event A for which the value of event B is given. At this time, the probability of event A changes from P ( A ) to P ( A | B ) after event B is observed. P ( B ) is the pre-probability of event B, which serves as a regularization constant and does not affect the probability results, so it can be omitted for the convenience of the calculation. Finally, the values of all the categorical variables have a post-probability through their prior probabilities and conditional probabilities, of which the highest probability is chosen as the final output forecasting value by applying one of the decision rules, such as Equation (2). m , n means the number of all solar power output and weather data for calculating the conditional probability.
P ( A k | B i ) = a r g   m a x [ k = 1 m i = 1 n P ( B i | A k ) ]
In this study, prior probability means the probability that event A occurs before event B occurs, and the number of each classification variable determines the probability in advance until new data is received. Pre-probability is expressed as the ratio of the number of specific classification variables to the number of all classification variables and can be expressed as shown in Equation (3).
P ( A p r i o r ) =   N ( A j ) k = 1 m N ( A k )
P ( A p r i o r ) means the pre-probability of A j , N ( A j ) means the number of jth classification variable values, and k = 1 m N ( A k ) means the number of all classification variable values. The higher the number of data, the more variable the classification variable values are, and the pre-probability can be adjusted according to the classification variable settings, such as the decimal definition. Conditional probability means the probability of event A occurring when event B occurs, and naive in this study can be applied as in Equation (4), because it establishes the assumption that the auxiliary variables are independent of each other.
P ( B i | A k ) = i = 1 n P ( B i | A k )
Methods for calculating conditional probabilities are largely divided into two types: Non-continuous and continuous. In the case of non-continuous methods, the downside is that when the meteorological figures at the time of the forecast do not exist in the classifier, the probability does not arise. For successive methods, there is an advantage that the auxiliary variable applies across almost the entire range. In this study, a probability distribution function was applied in a continuous way to respond to new values generated by natural phenomena. Conditional probabilities vary according to the function of the probability distribution defined by the user, and in this study, the most commonly used Gaussian probability distribution function was applied, as shown in Equation (5).
P ( B n e w | A k ) = 1 2 σ B i A k e ( B n e w μ A k B i ) 2 2 σ A k B i 2
( B n e w | A k ) is the probability that a new auxiliary variable value will occur for a given output of solar power and is determined by the mean and variance of the values corresponding to the new auxiliary variable to be applied. 2 σ B i A k refers to the variance value of each auxiliary variable value in all classification models, and B n e w μ A k B i means the new auxiliary variable value and the average of values matching the new auxiliary variable in existing classification rules. 2 σ A k B i 2 is the square value of the variance of each auxiliary variable value in all classification models.

2.2. SVR Model

An SVR is a regression model derived to derive a regression function from a support vector machine (SVM) used in the classification technique [29]. The SVM is used in the classification of learning data, but SVR is the method by which SVMs are normalized to predict random error values. In SVR, the linear function associated with the results is found after the data is conceived into a higher geometrical space to solve nonlinear regression problems [30]. SVR considers the following linear estimation functions [31,32,33,34,35]. The SVR is used to find function f ( x ) with minimum w in deviation from actual target y i for training data { x 1 , y 1 x l , y l } x ×   by a maximum of ϵ . Where x is input vector, y is the output vector, represent the input space, and linear function f ( x ) meeting the above condition is express as follow (6).
f ( x ) =   ω · x + b i a s
Configure the convex optimization problem to find the minimized ω , as shown in Equation (7).
min   1 2 ω 2                       s . t { y i f ( x ) ϵ f ( x ) y i ϵ
However, this equations are not established if training data are present outside the ϵ -tube, as shown in Figure 2. Introduce the Slack variable ( ξ , ξ * ) and Cost (C) to establish the problem of convex optimization, including the data present outside the ϵ -tube, and form a new problem of convex optimization, as shown in Equation (8).
min 1 2 ω 2 + C i = 1 n ( ζ i + ζ j φ )       s . t { y i f ( x ) ϵ + ξ i f ( x ) y i ϵ + ξ i * ξ i , ξ i * 0
The optimization problem of Equation (8) is to be solved by introducing the Lagrange multiplier method where α i , α i * , η i η i * is the multiplier of Lagrange parameters. For the variables in Equation (9), the solution after partial differential is obtained in Equation (10).
L : = 1 2 ω 2 + C i = 1 ι   ( ξ i + ξ i * )   i = 1 ι   ( η i ξ i + η i * ξ i * ) i = 1 ι   α i ( ϵ + ξ i + y i + ω · x i + b ) i = 1 ι α i * ( ϵ + ξ i * + ω · x i b )                  
ω = i = 1 ι ( α i α i * ) x i ,   f ( x ) = i = 1 ι ( α i α i * ) x i · x + b
The linear SVR algorithm can be extended nonlinearly using the kernel function. Data in the input space can be approximated by using nonlinear thought function to think in dimensioned space and then approximating the nonlinear function [31,32,33,34,35]. The nonlinear thought function here is called the kernel function, and it is k ( x ,   x ) ·   Φ ( x ) · Φ (   x ) . Radial basis function (RBF) kernels were used as a kernel function to approximate solar power output as a nonlinear function.

2.3. Hourly Regression Model

Hourly regression methods are simple models that are used to identify the relationship between solar radiation and power output. During the learning period, the weight of the solar energy power is obtained for each hour and the solar power output is forecasted by utilizing the solar radiation forecast data with the input data. The mathematical model of the hourly regression model is shown in the following Equation (11).
P i =   a i × I i
In Equation (11), P i means output for each hour, a i means weight for each hour, and I i means radiation for each hour.

3. Forecasting Simulation of Photovoltaic Power Using Empirical Data

In this study, input and output data for forecasting solar power output consist of one-hour data, since the unit of one hour is currently applied as a basis to operate and plan the power system of South Korea. South Korea has a temperate and cold climate and is located at the point where continental and ocean meet. The four seasons appear clearly, and the annual temperature difference is large. The test data was taken from the ‘solar power plant A’ located in Jeollanam-do Province. Photovoltaic power outputs data was provided by the transmission operator. The model learning period used solar radiation, temperature, humidity, and output data for one year from the time before the output was transferred for NBC models, and model learning was performed using 720 h of solar radiation and output data for SVR models and hourly regression model. The algorithm for the forecasting model is shown in Figure 3, Figure 4 and Figure 5. Figure 3 shows the photovoltaic forecasting algorithm using NBC. A classification rule is generated using historical data, and a probability distribution is generated using a Gaussian distribution to prepare for the case of receiving data that is not included in the classification rule. Photovoltaic power generation forecasting is performed using the conditional and prior probabilities obtained from the training data. Figure 4 shows the photovoltaic forecasting algorithm using the SVR model. The correlation analysis between past solar radiation and output is performed, and if the solar radiation is 0, the data having the output value is removed. An optimal parameter with the minimum root mean square error (RMSE) for the training period is selected and used to perform photovoltaic forecasting.
Figure 5 shows a photovoltaic forecasting model using the hourly regression model. A weight for output conversion of the solar radiation data for each training period is selected, and solar power forecasting is performed by applying the solar radiation data for the forecasting time point.
The forecasting results for 2016 were expressed using NMAE relative to the installed capacity. The NMAE is as shown in Equation (12) [36]. NMAE was calculated using 11 MW of installed capacity of photovoltaic power plant A. The forecasted sample is shown in Figure 6.
N M A E = 1 N h = 1 N | P P h P P h f o r e c a s t | P P c a p a c i t y
where P P h and   P P h f o r e c a s t are the actual and forecasted photovoltaic power for period h . When the solar output is excluded from zero, and P P c a p a c i t y refer to the installed photovoltaic power capacity.
The forecast results are shown in Figure 7, Figure 8 and Figure 9 and Table 1. The average annual forecast error for 2016 by model was 7.91% for NBC, 6.83% for SVR, and 11.75% for the year. The NBC model showed a high error in the winter, and the forecasting accuracy was high in the summer with a clear day. The SVR model had a higher forecasting accuracy than other models and showed a large forecasting error in May. The hourly regression model showed a higher prediction error than other models, and the change in forecasting performance for the season was small.

4. Enhancement of Photovoltaic Power Forecasting through Ensemble

We present a forecasting upgrading technique using ensembles to improve the accuracy of solar power output forecasting and improve performance in solar power generation. The ensembles of output forecast results from NBC models, SVR models, and hourly regression models can solve the problems of overfitting that may arise from individual models and improve forecasting accuracy. To compare the ensembles method, the average output value was calculated, and the power value of the past mean absolute error (MAE) standard deviation was chosen as the weight value to compensate for the solar power output.
When the solar power output forecast was corrected through the ensemble method, the average method used had a higher error rate than SVR model with minimum error rate of 6.88% for mean and 6.52% for weight, but the accuracy of forecasting was improved. It can also reduce the large error that appears through overfitting, as shown in Figure 10, Figure 11, Figure 12 and Figure 13 and Table 2. Comparisons between the SVR model with the lowest predicted error in a single model and the scatterplot between actual outputs can also be found to reduce the occurrence of large errors. The correlation between the forecasted and the measured values is the SVR model 0.9032, and the propose ensemble model 0.9399. In the propose ensemble method, the measured value and significance were increased.

5. Conclusions

Solar power generation is expected to have greater connectivity to the power system in response to climate change. Because power is variable by weather elements, advanced forecasting technology is required for stable operation of the power system. In this study, individual photovoltaic power forecasting was performed through NBC, SVR, and hourly regression methods. The forecast for solar power using actual data showed that the average annual average NMAE was 7.91 percent for NBC, 6.83 percent for SVR, and 11.75 percent for 2016. Ensemble techniques were introduced to improve the forecasted accuracy of solar power output, and the forecasted values were corrected by weighting the reciprocal of the standard deviation for the past error rate, resulting in an average forecasting error rate of 6.52% per year. Although single models have large errors or fail to keep up with trends in weather data, ensemble techniques have improved the accuracy of forecasts with reduced integration of predictors. In future studies, ensemble techniques with other models will be applied to improve solar power output forecasts, and studies will be conducted on how to select new weights.

Author Contributions

J.H. conceived and designed the overall research; K.K. implemented each forecasting model and conducted the experimental simulation; J.H. and K.K. wrote the paper; and J.H. guided the research direction and supervised the entire research process.

Acknowledgments

This work was supported by the Korea Institute of Energy Technology Evaluation and Planning (KETEP) and the Ministry of Trade, Industry & Energy (MOTIE) of the Republic of Korea (No. 20161210200560).

Conflicts of Interest

The authors declare no conflict of interest.

Symbols

NBCNaïve Bayes Classifier
NMAENormalized Mean Absolute Error
ARMAAuto Regressive Moving Average
k-NNk-Nearest Neighbors
NWPNumerical Weather Prediction
RBFRadial basis function
MAEMean Absolute Error
SVRSupport Vector Regression
ARAuto-regressive
ANNArtificial Neural Network
AIArtificial Intelligence
SVMSupport Vector Machine
RMSERoot Mean Square Error

References

  1. International Renewable Energy Agency. Renewable Capacity Highlights 2018. Available online: https://www.irena.org/media/Files/IRENA/Agency/Publication/2018/Mar/RE_capacity_highlights_2018.pdf (accessed on 1 August 2019).
  2. Korea Energy Corporation’s Renewable Energy Center. Renewable Energy Supply Statistics 2017. Available online: http://www.index.go.kr/potal/main/EachDtlPageDetail.do?idx_cd=1171 (accessed on 1 August 2019).
  3. Ela, E.; Diakov, V.; Ibanez, E.; Heaney, M. Impacts of Variability and Uncertainty in Solar Photovoltaic Generation at Multiple Timescales (NREL/TP-5500-58274); National Renewable Energy Lab (NREL): Golden, CO, USA, 2013.
  4. Lew, D.; Milligan, M.; Jordan, G.; Piwko, R. Value of Wind Power Forecasting (No. NREL/CP-5500-50814); National Renewable Energy Lab (NREL): Golden, CO, USA, 2011.
  5. Monteiro, C.; Santos, T.; Fernandez-Jimenez, L.; Ramirez-Rosado, I.; Terreros-Olarte, M. Short-term power forecasting model for photovoltaic plants based on historical similarity. Energies 2013, 6, 2624–2643. [Google Scholar] [CrossRef]
  6. Lorenz, E.; Hurka, J.; Karampela, G.; Heinemann, D.; Beyer, H.; Schneider, M. Qualified Forecast of ensemble power production by spatially dispersed grid-connected PV systems. In Proceedings of the 23rd European Photovoltaic Solar Energy Conference and Exhibition, Valencia, Spain, 1–5 September 2008; pp. 3285–3291. [Google Scholar] [CrossRef]
  7. Huang, R.; Huang, T.; Gadh, R.; Li, N. Solar generation prediction using the ARMA model in a laboratory-level micro-grid. In Proceedings of the IEEE 3rd International Conference on Smart Grid Communications on Smart Grid Communications, Tainan, China, 5–8 November 2012; pp. 528–533. [Google Scholar] [CrossRef]
  8. David, M.; Ramahatana, F.; Trombe, P.J.; Lauret, P. Probabilistic forecasting of the solar irradiance with recursive ARMA and GARCH models. Sol. Energy 2016, 133, 55–72. [Google Scholar] [CrossRef] [Green Version]
  9. Yang, D.; Jirutitijaroen, P.; Walsh, W.M. Hourly solar irradiance time series forecasting using cloud cover index. Sol. Energy 2012, 86, 3531–3543. [Google Scholar] [CrossRef]
  10. Wang, F.; Mi, Z.; Su, S.; Zhao, H. Short-term solar irradiance forecasting model based on artificial neural network using statistical feature parameters. Energies 2012, 5, 1355–1370. [Google Scholar] [CrossRef]
  11. Sözen, A.; Arcaklioǧlu, E.; Özalp, M.; Çaǧlar, N. Forecasting based on neural network approach of solar potential in Turkey. Renew. Energy 2005, 30, 1075–1090. [Google Scholar] [CrossRef]
  12. Ashraf, I.; Chandra, A. Artificial neural network based models for forecasting electricity generation of grid connected solar PV power plant. Int. J. Glob. Energy Issues 2004, 21, 119–130. [Google Scholar] [CrossRef]
  13. Pedro, H.T.C.; Coimbra, C.F.M. Assessment of forecasting techniques for solar power production with no exogenous inputs. Sol. Energy 2012, 86, 2017–2028. [Google Scholar] [CrossRef]
  14. Marquez, R.; Pedro, H.T.C.; Coimbra, C.F.M. Hybrid solar forecasting method uses satellite imaging and ground telemetry as inputs to ANNs. Sol. Energy 2013, 92, 176–188. [Google Scholar] [CrossRef]
  15. Wan, C.; Zhao, J.; Song, Y.; Xu, Z.; Lin, J.; Hu, Z. Photovoltaic and solar power forecasting for smart grid energy management. CSEE J. Power Energy Syst. 2015, 1, 38–46. [Google Scholar] [CrossRef]
  16. Abedinia, O.; Amjady, N.; Ghadimi, N. Solar energy forecasting based on hybrid neural network and improved metaheuristic algorithm. Comput. Intell. 2018, 34, 241–260. [Google Scholar] [CrossRef]
  17. Antonanzas, J.; Osorio, N.; Escobar, R.; Urraca, R.; Martinez-de-Pison, F.J.; Antonanzas-Torres, F. Review of photovoltaic power forecasting. Sol. Energy 2016, 136, 78–111. [Google Scholar] [CrossRef]
  18. Ahlstrom, M.; Bartlett, D.; Collier, C.; Duchesne, J.; Edelson, D.; Gesino, A.; De La Torre Rodríguez, M. Knowledge is power: Efficiently integrating wind energy and wind forecasts. IEEE Power Energy Mag. 2013, 11, 45–52. [Google Scholar] [CrossRef]
  19. Widiss, R.; Porter, K. A Review of Variable Generation Forecasting in the West. Available online: https://www.nrel.gov/docs/fy14osti/61035.pdf (accessed on 1 August 2019).
  20. Bracale, A.; Caramia, P.; Carpinelli, G.; Fazio, A.R.D.; Ferruzzi, G. A Bayesian Method for Short-Term Probabilistic Forecasting of Photovoltaic Generation in Smart Grid Operation and Control. Energies 2013, 6, 733–747. [Google Scholar] [CrossRef] [Green Version]
  21. Visscher, R.D.; Delouille, V.; Dupont, P.; Deledalle, C.A. Supervised classification of solar features using prior information. J. Space Weather Space Clim. 2015, 5. [Google Scholar] [CrossRef]
  22. Quek, Y.T.; Woo, W.L.; Logenthiran, T. A naïve Bayes Classification Approach for Short-Term Forecast of Photovoltaic System. In Proceedings of the 6th Annual International Conference on Sustainable Energy and Environmental Sciences (SEES 2017), Singapore, 6–7 May 2017. [Google Scholar]
  23. Davig, T.; Hall, A.S. Recession forecasting using Bayesian classification. Int. J. Forecast. 2019, 35, 848–867. [Google Scholar] [CrossRef] [Green Version]
  24. Raschka, S. Naïve Bayes and Text Classification 1–Introduction and Theory. 2014. Available online: https://arxiv.org/abs/1410.5329 (accessed on 1 August 2019).
  25. Nam, S.; Hur, J. Probabilistic Forecasting Model of Solar Power Outputs Based on the Naïve Bayes Classifier and Kriging Models. Energies 2018, 11. [Google Scholar] [CrossRef]
  26. Kim, S.B.; Han, K.S.; Rim, H.C.; Myaeng, S.H. Some Effective Techniques for Naïve Bayes Text Classification. IEEE Trans. Knowl. Data Eng. 2006, 18, 1457–1466. [Google Scholar] [CrossRef]
  27. Gayathri, A.; Revathi, M.; Velmurugan, J. A survey on Weather forecasting by Data Mining. Int. J. Adv. Res. Comput. Commun. Eng. 2016, 5, 298–300. [Google Scholar] [CrossRef]
  28. Bhargavi, P.; Jyothi, S. Applying Naive Bayes Data Mining Technique for Classification of Agricultural Land Soils. Int. J. Comput. Sci. Netw. Secur. 2009, 9, 117–122. [Google Scholar]
  29. Hearst, M.A.; Dumais, S.T.; Osuna, E.; Platt, J.; Scholkopf, B. Support vector machines. IEEE Intell. Syst. Appl. 1998, 13, 18–28. [Google Scholar] [CrossRef] [Green Version]
  30. Lu, C.J.; Lee, T.S.; Chiu, C.C. Financial time series forecasting using independent component analysis and support vector regression. Decis. Support Syst. 2009, 47, 115–125. [Google Scholar] [CrossRef]
  31. Smola, A.J.; Schölkopf, B. A tutorial on support vector regression. Stat. Comput. 2004. [Google Scholar] [CrossRef]
  32. Drucker, H.; Surges, C.J.C.; Kaufman, L.; Smola, A.; Vapnik, V. Support vector regression machines. In Advances in Neural Information Processing Systems; MIT Press: Cambridge, MA, USA, 1998; pp. 155–161. [Google Scholar]
  33. Basak, D.; Pal, S.; Patranabis, D.C. Support vector regression. Neural Inf. Process. Lett. Rev. 2007, 11, 203–224. [Google Scholar]
  34. Das, U.; Tey, K.; Seyedmahmoudian, M.; Idna Idris, M.; Mekhilef, S.; Horan, B.; Stojcevski, A. SVR-based model to forecast PV power generation under different weather conditions. Energies 2017, 10. [Google Scholar] [CrossRef]
  35. Samanta, M.J.; Srikanth, B.K.; Yerrapragada, J.B. Short-Term Power Forecasting of Solar PV Systems Using Machine Learning Techniques. Available online: https://pdfs.semanticscholar.org/c1e5/7d5b888d8347dfc831c255bd1f374ee397a6.pdf (accessed on 1 August 2019).
  36. Dolara, A.; Grimaccia, F.; Leva, S.; Mussetta, M. Comparison of training approaches for photovoltaic forecasts by means of machine learning. Appl. Sci. 2018, 8. [Google Scholar] [CrossRef]
Figure 1. Korea’s accumulated capacity of photovoltaic power plants in 2017.
Figure 1. Korea’s accumulated capacity of photovoltaic power plants in 2017.
Energies 12 03315 g001
Figure 2. The notation of ε -insensitive loss function in SVR.
Figure 2. The notation of ε -insensitive loss function in SVR.
Energies 12 03315 g002
Figure 3. Algorithm for the NBC forecasting model.
Figure 3. Algorithm for the NBC forecasting model.
Energies 12 03315 g003
Figure 4. Algorithm for the SVR forecasting model.
Figure 4. Algorithm for the SVR forecasting model.
Energies 12 03315 g004
Figure 5. Algorithm for the hourly regression forecasting model.
Figure 5. Algorithm for the hourly regression forecasting model.
Energies 12 03315 g005
Figure 6. Comparison of the measured and forecast solar power.
Figure 6. Comparison of the measured and forecast solar power.
Energies 12 03315 g006
Figure 7. The NMAE for NBC model forecasting result in 2016.
Figure 7. The NMAE for NBC model forecasting result in 2016.
Energies 12 03315 g007
Figure 8. The NMAE for SVR model forecasting result in 2016.
Figure 8. The NMAE for SVR model forecasting result in 2016.
Energies 12 03315 g008
Figure 9. The NMAE for hourly regression model forecasting result in 2016.
Figure 9. The NMAE for hourly regression model forecasting result in 2016.
Energies 12 03315 g009
Figure 10. The NMAE for mean ensemble model forecasting result in 2016.
Figure 10. The NMAE for mean ensemble model forecasting result in 2016.
Energies 12 03315 g010
Figure 11. The NMAE for propose ensemble model forecasting result in 2016.
Figure 11. The NMAE for propose ensemble model forecasting result in 2016.
Energies 12 03315 g011
Figure 12. Scatterplot of measured value and SVR model forecasted value.
Figure 12. Scatterplot of measured value and SVR model forecasted value.
Energies 12 03315 g012
Figure 13. Scatterplot of measured value and propose ensemble model forecasted value.
Figure 13. Scatterplot of measured value and propose ensemble model forecasted value.
Energies 12 03315 g013
Table 1. The NMAE for each model of forecasting in 2016.
Table 1. The NMAE for each model of forecasting in 2016.
MonthNBC Model (%)SVR Model (%)Hourly Regression Model (%)
January12.195.7111.52
February9.505.9913.62
March10.086.6115.60
April8.285.7311.73
May5.9016.6011.18
June5.834.439.46
July5.085.579.98
August6.097.7413.13
September9.575.6610.41
October9.565.8210.48
November9.106.9312.61
December8.035.1311.29
Table 2. NMAE for each ensemble model of forecasting in 2016.
Table 2. NMAE for each ensemble model of forecasting in 2016.
MonthMean (%)Propose Method (%)
January7.316.50
February8.807.27
March9.978.69
April6.626.58
May8.027.00
June4.934.69
July5.425.25
August7.127.00
September5.235.08
October6.756.57
November7.757.48
December6.636.19

Share and Cite

MDPI and ACS Style

Kim, K.; Hur, J. Weighting Factor Selection of the Ensemble Model for Improving Forecast Accuracy of Photovoltaic Generating Resources. Energies 2019, 12, 3315. https://0-doi-org.brum.beds.ac.uk/10.3390/en12173315

AMA Style

Kim K, Hur J. Weighting Factor Selection of the Ensemble Model for Improving Forecast Accuracy of Photovoltaic Generating Resources. Energies. 2019; 12(17):3315. https://0-doi-org.brum.beds.ac.uk/10.3390/en12173315

Chicago/Turabian Style

Kim, Kihan, and Jin Hur. 2019. "Weighting Factor Selection of the Ensemble Model for Improving Forecast Accuracy of Photovoltaic Generating Resources" Energies 12, no. 17: 3315. https://0-doi-org.brum.beds.ac.uk/10.3390/en12173315

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