Open access peer-reviewed chapter

Time Series and Renewable Energy Forecasting

Written By

Mahmoud Ghofrani and Musaad Alolayan

Submitted: 07 April 2017 Reviewed: 05 September 2017 Published: 20 December 2017

DOI: 10.5772/intechopen.70845

From the Edited Volume

Time Series Analysis and Applications

Edited by Nawaz Mohamudally

Chapter metrics overview

2,276 Chapter Downloads

View Full Metrics

Abstract

Renewable energy generation has been constantly increasing during recent years. Wind and solar have had the most significant growths among all renewable resources. Wind and solar resources are highly intermittent and dependent on meteorological parameters and climatic conditions. The power output of wind turbines is subject to various meteorological parameters, such as wind speed, wind direction, air temperature, relative humidity, etc., among which the wind speed is the most direct and influential factor in wind power generation. Solar photovoltaic (PV) power is a function of solar radiation. Wind speed and solar radiation time series data exhibit unique features which complicate their prediction. This makes wind and solar power forecasting challenging. Accurate wind and solar forecasting enhances the value of renewable energy by improving the reliability and economic feasibility of these resources. It also supports integrating solar and wind power into electric grids by reducing the integration and operation costs associated with these intermittent generation sources. This chapter provides an overview of the time series methods that can be used for more accurate wind and solar forecasting.

Keywords

  • forecasting
  • renewable energy
  • solar
  • time series
  • wind

1. Introduction

Power generation forecasting is the fundamental basis in managing existing and newly constructed power systems. Without having accurate predictions for the generated power, serious implications such as inappropriate operational practices and inadequate energy transactions are inevitable. High penetrations of intermittent renewable energy sources such as wind and solar significantly increase uncertainties of power systems which in turn, complicate the system operation and planning. Accurate forecasting of these intermittent energy sources provides a valuable tool to ease the complication and enable independent system operators (ISOSs) to more efficiently and reliably run power systems.

There are three major methods for wind and solar forecasting; classical statistical techniques, computational intelligent methods, and hybrid algorithms. Each category includes several methods.

Time series methods are one of the most commonly used statistical techniques for forecasting. Time series can be defined as “the evolution of a set of observations sampled at regular intervals along time. The specificity of time series models, compared to other statistic methods, is that it introduces ‘time’ as one of its explicative variables” [1]. Time series develop mathematical models that can forecast future observations on the basis of available data. Section below provides definitions and explanations for time series methods commonly in use for forecasting.

Advertisement

2. Time series methods

This section provides an overview of the most commonly used time series methods for solar and wind forecasting. A brief description is provided for each method along with its mathematical representation.

2.1. Autoregressive (AR)

The autoregressive (AR) model presents a process whose current value can be represented as a linear combination of the past values and a signal noise ωt. The AR model of order m, AR(m), is described by [2]:

x ~ t = i = 1 m Φ i x t i + ω t = Φ 1 x t 1 + Φ 2 x t 2 + + Φ m x t m + ω t E1

where xt is the time series values, ωt is the noise, Φ = (Φ1, Φ2, …, Φm) is the vector of model coefficients and m is a positive integer.

2.2. Moving average (MA)

Unlike the AR model that uses a weighted sum of past values ( x ~ t i ) to provide a time-series representation, the moving average (MA) model combines n past noise values (ωt, ωt − 1, ωt − 2, ωt − n) to develop a time-series process. The MA model of order n, MA(n), is describes as, is describes as [3]:

x ~ t = j = 0 n θ j ω t j = ω t + θ 1 ω t 1 + θ 2 ω t 2 + + θ n ω t n E2

where θ = (θ1, θ2,  …, θn) is the vector of model coefficients and θ0 = 1.

2.3. Autoregressive moving average (ARMA)

The autoregressive moving average (ARMA) model is developed by combining AR and MA terms to provide a parsimonious parametrization for a process. The ARMA model of orders m and n, ARMA(m, n) is given by [3]:

x ~ t = i = 1 m Φ i x t i + j = 0 n θ j ω t j E3

where Φi and θj are the autoregressive and moving average coefficients of the ARMA model.

2.4. Autoregressive moving average model with exogenous variables (ARMAX)

The auto regressive moving average model with exogenous variables (ARMAX) provides a multivariate time-series representation to enhance the accuracy of the univariate ARMA model by including relevant information in addition to the time-series under consideration. For example, climate information such as cloud cover, humidity, wind speed and direction can be included as exogenous variables in an ARMA model to develop an ARMAX for more accurate forecasting of solar radiation time series. The ARMAX model of orders m, n and p, ARMAX(m, n, p), is defined as [3]:

x ~ t = i = 1 m Φ i x t i + j = 0 n θ j ω t j + k = 1 p λ k e t k E4

where Φiθj and λk are the autoregressive, moving average and exogenous coefficients of the ARMAX model, and et is the exogenous input term.

2.5. Autoregressive integrated moving average (ARIMA)

The autoregressive integrated moving average (ARIMA) model is used for non-stationary time series. Despite representing differences in local trend or level, different sections of non-stationary processes exhibit certain levels of similarity. A stationary ARMA (m, n) process with the dth difference of the time-series develops an ARIMA (m, d, n) model. The ARIMA (m, d, n) model is represented by [4]:

x ~ t = i = 1 m Φ i S d x t i + j = 0 n θ j ω t j E5

where S = 1 − q−1 and Φm(q) is a stationary and invertible AR(m) operator; xt, ωt, Φi and θj are the observed time series values, error, AR and MA parameters, respectively; d is the number of non-seasonal differences; m is the number of autoregressive terms, and n is the number of lagged forecast errors.

2.6. Autoregressive fractionally integrated moving average (ARFIMA)

The autoregressive fractionally integrated moving average (ARFIMA) model is used for long-memory forecasting. ARFIMA generalizes ARIMA by allowing the differencing to take fractional values. An ARFIMA model is given by [5]:

1 i = 1 m Φ i L i 1 L d x ~ t = 1 + j = 1 n θ j L j ω t E6

where powers of L indicate a corresponding number of shifts backward in the time series, and (1 − L)d is the fractional differencing operator.

2.7. Autoregressive integrated moving average with exogenous variables (ARIMAX)

The autoregressive integrated moving average with exogenous variables (ARIMAX) includes the previous values of an exogenous time-series in the ARIMA to enhance its performance and accuracy. It is more applicable to time-series with sudden changes in trends. An ARIMA (m, d, n) process including the past p values of an exogenous variable et develops an ARIMAX process of order (m, d, n, p). The ARIMAX (m, d, n, p) model is represented by [3]:

x ~ t = i = 1 m Φ i S d x t i + j = 0 n θ j ω t j + k = 1 p λ k e t k E7

where ωt is the white noise. Φi, θj and λk are the coefficients of the autoregressive, moving average and exogenous inputs, respectively.

2.8. Vector autoregressive (VAR)

The vector autoregressive (VAR) model characterizes linear dependences between two or more time-series. VAR model uses multiple variables to generalize the univariate autoregressive model (AR model). A k-dimensional VAR model of order L is given by [6].

x ~ t = v + i = 1 L A i x t i + ω t = v + A 1 x t 1 + + A L x t L + ω t E8

where xt and v are k × 1 vectors of variables and constants, respectively. L is the maximum lag in the VAR model, Ai is a k × k matrix of lag order parameters, and ωt = (ω1t,  …, ωkt) is the vector of white noise [6, 7].

2.9. Autoregressive conditional heteroscedasticity (ARCH)—generalized ARCH (GARCH)

The autoregressive conditional heteroscedasticity (ARCH) is used for time series with specific variances for the error terms [7].

Estimated values are calculated using the following equations [8]:

x t = ε t σ t E9a
σ t = a 0 + i = 1 q a i x t i 2 E9b

where xt is the observed time series values; εt is the error; σt is the conditional standard deviation; and a0 is the constant added to the model.

The generalized ARCH (GARCH) model estimates the values by:

x t = ε t σ t E10a
σ t = a 0 + i = 1 p a i x t i 2 + i = 1 q β j σ t i 2 E10b

By setting p = 0, the GARCH model reduces to an ARCH process with parameter q.

Advertisement

3. Performance metrics

The performance of the forecast methods is measured by various metrics related to the forecast error. Higher values of errors correspond to less forecast accuracies. This section provides the definitions and equations for performance metrics which are commonly used to calculate the forecast error. Note that x represents the observed value, x ~ is the predicted value (forecast) and n is the total number of samples.

3.1. MSE

Mean square error (MSE) is calculated by:

MSE = 1 n i = 1 n x ~ i x i 2 E11

3.2. NMSE

Normalized mean square error (NMSE) is calculated by normalizing the MSE as:

NMSE = n i = 1 n x ~ i x i 2 i = 1 n x i i = 1 n x ~ i E12

3.3. RMSE

Root mean square error is given by calculating the square root of the MSE as:

RMSE = 1 n i = 1 n x ~ i x i 2 E13

3.4. NRMSE

Normalized root mean square error (NRMSE) is calculated by normalizing the RMSE as:

NRMSE = 1 n i = 1 n x ~ i x i 2 1 n i = 1 n x i E14

3.5. MAE

Mean absolute error is calculated by:

MAE = 1 n i = 1 n x ~ i x i E15

3.6. NMAE

Normalized mean absolute error (NMAE) is calculated by normalizing the MAE as:

NMAE = 1 n i = 1 n x ~ i x i max x i E16

3.7. MRE

Mean relative error (MRE) is calculated by:

MRE = 1 n i = 1 n x ~ i x i x i E17

3.8. MBE

Mean bias error (MBE) is calculated by:

MBE = 1 n i = 1 n x ~ i x i E18

3.9. MAPE

Mean absolute percentage error is calculated by:

MAPE = 1 n i = 1 n x ~ i x i x i × 100 % E19

3.10. MASE

Mean absolute scaled error is calculated by:

MASE = i = 1 n x ~ i x i n n 1 i = 2 n x i x i 1 E20

3.11. MSPE

Mean square percentage error is calculated by:

MSPE = 1 n i = 1 n x ~ i x i x i 2 × 100 % E21

Advertisement

4. Time series methods for solar energy/wind power forecasting

Time series methods have been extensively used to forecast solar radiation/power and wind speed/power. Typically, solar and wind data exhibit features such as non-linearity and non-stationarity which cannot be captured by most of the time series methods. To address this limitation, these methods are used in combination with other computational intelligent or data processing methods to take advantage of their capabilities to better characterize wind and solar data for more accurate forecasting. These combinations are referred to as hybrid methods which are proven effective for renewables forecasting.

4.1. Time series methods for solar energy forecasting

This section provides a review of the articles that use time series methods individually or in hybrid algorithms for solar radiation/power forecasting. The literature review provides a summary of the solar-related variable that is predicted, the horizon for which the variable is predicted, the performance metrics in use to calculate the forecast error, the time series methods and data in use, and the research findings of each article. Table 1 provides the summary.

References Forecast variable Forecast horizon Error metric Time series method Data Finding
[9] 5, 15, 30, and 60 min averaged global horizontal irradiance (GHI) 5 min to several hours MAPE Regressions in logs, ARIMA, and hybrid (ARIMA and ANN) 4 years of hourly GHI data for three locations in USA ARIMA can obtain better results if used in logs with time varying coefficients
[10] Daily GHI 1 day RMSE, NRMSE, MAE, and MBE AR, ARMA 19 years of daily GHI from the metrological station of Ajaccio, France AR and ANN models perform better than other prediction methods (ARMA, k-Nearest Neighbors, Markov Chains, etc.), if the time-series data is not pre-processed
[11] Hourly GHI 1 h MBE and RMSE ARIMA Meteorological data including GHI, diffuse horizontal irradiance (DHI), direct normal irradiance (DNI) and cloud cover from two weather stations in USA (Miami and Orlando) Cloud cover information yields to more accurate forecasting
[12] Half daily values of GHI Up to 3 days NRMSE AR Hourly GHI measurements from stations of the Spanish National Radiometric Network Neural network models obtain better results for almost all stations except for Lerida station where the clearness index-based models outperform
[13] Hourly solar irradiance 1 h RMSE, and NRMSE Naive, ARMA 144 months of hourly solar irradiance of the Paris suburb of Alfortville ARMA model has competitive results as compared to similarity method (SIM), support vector machine (SVM) and neural network (NN)
[14] Hourly solar radiation 1 h RMSE, and NRMSE Hybrid (ARMA and time delay neural network (TDNN)) 10 months of solar radiation data from the observation station in Nanyang Technological University The combination of the ARMA and TDNN provides more accurate results than each individual forecaster
[15] Daily average of solar irradiance 1–15 h MAPE ARIMA Solar irradiance data from a 4.0 kW PV panel in the city of Awali, Kingdom of Bahrain ARIMA models are proved to effectively capture the auto-correlative structure of the solar irradiance
[16] Daily solar irradiance and surface air temperature 1 day NA ARIMA Solar irradiance and surface air temperature data from 10 meteorological stations in Europe and 4 stations in Asia Various climate time series are dependent on long-range variability of solar irradiance
[17] Hourly solar power from PV systems 1 h up to 36 h RMSE AR, AR with exogenous input (ARX), RX (regressive model with no endogenous variables) 1 year of solar power observations from 21 PV systems in Denmark ARX model with both solar power observations and numerical weather predictions (NWPs) as the input outperforms the AR model for forecast horizons longer than 2 h ahead
[18] Hourly GHI, DHI and DNI 1 h RMSE, and MBE AR 5 min GHI data from Jeddah, Saudi Arabia for a five-year interval Using sunshine duration, relative humidity and air temperature as the inputs result in the most accurate forecast by the developed adaptive model
[19] Monthly average solar radiation 1 month RMSE Linear regression (LR) Daily GHI and meteorological data in Darwin, Australia from 2000 to 2011 LR obtains the best predictions compared to Angstrom-Prescott-Page (APP) and ANN models
[20] Hourly PV power 1 and 2 h MAE, MBE, RMSE, and NRMSE ARIMA Hourly average power of a 1 MW PV power plant located in Merced, California collected between November 2009 and August 2011 ANN-based forecasting models including the ANN and GA-optimized ANN obtain better predictions than Persistent, ARIMA and k-NN models
[21] Hourly GHI 1 h NRMSE Hybrid (ARMA and ANN) 6 years of hourly solar radiation and meteorological data from five locations in the Mediterranean area in France Combining ARMA and ANN enhances the forecast accuracy
[22] Hourly solar irradiation 24 h NRMSE ARMA 2 years of meteorological data from Ajaccio, France ANN outperforms the ARMA by 1.3 points reduction in the error estimate
[23] Daily GHI 1 day RMSE, NRMSE, MAE, and MBE AR, ARIMA 30 min global solar radiation data in Corsica Island, France from January 1998 to December 2007 An ANN with exogenous and endogenous data outperforms univariate forecasters such as ARMA models
[24] Solar irradiance 12 h RMSE, and MASE Hybrid (ARIMA-Back Propagation) Hourly solar irradiance observations from National Solar Radiation Data Base (NSRDB) site between 2008 and 2009 The hybrid ARIMA-BP does not outperform ARIMA
[25] Solar power 1 min MAE, MSE, and MAXE Hybrid (Wavelet, ARMA, and Nonlinear Autoregressive model with exogenous variables (NARX)) 1 min solar power data from the solar panel at UCLA for nearly 200,000 observations Capability of the ARMA process to model the linear features of the data and the NARX advantage to compensate the error of Wavelet-ARMA enhances the forecast accuracy of the hybrid Wavelet-ARMA-NARX method
[26] Solar generation 1–5 h MAE, and MSE ARMA 14 years of hourly solar radiation data from SolarAnywhere ARMA outperforms the persistence model for short and medium term solar predictions
[27] Hourly solar irradiance 1 h and 3 h RMAE Hybrid (non-linear regression and PR) Solar radiation data from sensors, and National Digital Forecast Database, as well as the meteorological measurements from local airports in Los Angeles region The hybrid method excels the benchmark methods including the regression, ARIMA and ANN by 40% and 33.33% for 1-h and 3-h ahead, respectively

Table 1.

Summary of the articles with time series methods (individual or hybrid) for solar radiation/power forecasting.

4.2. Time series methods for wind power forecasting

This section provides a review of the articles that use time series methods individually or in hybrid algorithms for wind speed/power forecasting. The literature review provides a summary of the wind variable that is predicted, the horizon for which the variable is predicted, the performance metrics in use to calculate the forecast error, the time series methods and data in use, and the research findings of each article. Table 2 provides the summary.

References Forecast variable Forecast horizon Error metric Time series method Data Finding
[28] Hourly average wind Speed 1 h NA ARMA 2 years of wind speed data from Quetta in Pakistan ARMA is more appropriate for prediction intervals and probability forecasts
[29] Wind power density 1–10 days MAE, and RMSE AR-GARCH, ARFI-GARCH Daily midday wind speed measurements from 1995 to 2004, as well as weather ensemble predictions from 1997 to 2004 for five wind farms in UK Weather ensemble-based forecasters are shown to perform better than time series models and atmospheric-based models
[30] Mean hourly wind speed 1 h RMSE AR, and ARIMA 744 hours of wind speed measurements in Odigitria of the Greek island of Crete in March 1996 The neural logic-based models perform better than the time series methods
[15] Daily average of wind speed 1–15 h MAPE ARIMA Wind speed data from a 1.7 kW wind turbine in the city of Awali, Kingdom of Bahrain ARIMA models are proved to effectively capture the auto-correlative structure of the wind speed
[31] Wind speed 3 h RMSE AR Wind speed data measured every 3-h in three Mediterranean sites in Corsica AR is sufficient to simulate 3-h wind speeds
[32] Wind speed 1, 2 and 3-step(s) MAE, MAPE and MSE Hybrid (Wavelet Packet-ARIMA-BFGS (Broyden-Fletcher-Goldfarb-Shanno)) Half-hourly wind speed measurements from 20 December 2011 to 5 January 2012 in Chinese Qinghai wind farm The ARIMA models have better time performance than the ANN models in approximating wind speed time series while providing a little lower accuracy
[33] Hourly mean wind speed and direction 1 h MAE ARMA, and VAR Hourly average wind data from May 1 to October 21, 2002 in two wind sites in North Dakota, USA ARMA forecasts the wind speed better than the component model whereas the opposite is observed for wind direction forecasting
[34] Wind power 3 h MAPE, and NMAE ARIMA Wind power data in Portugal The ARIMA model is used as a benchmark to evaluate the performance of the proposed hybrid Wavelet-PSO-ANFIS forecasting method
[35] Wind speed 1–24 h MAE, and RMSE AR, ARX, ARX-GARCH, Hybrid (ARX-TN (truncated normal), ARX-GARCH-TN) 3 years of hourly wind speed observations from a meteorological station in Denmark, as well as wind speed predictions based on a NWP model from the Danish Meteorological Institute The time series models are used as benchmark methods to evaluate the performance of the developed stochastic differential equation for probabilistic wind speed forecasting
[36] Wind speed/power 1–24 h MAE, MBE, RMSE, MASE NMBE, NMAE, and NRMSE AR, ARMA, and ARIMA Wind speed, wind direction, humidity, solar radiation, temperature, atmospheric pressure, and heat radiation data from two anemometric measuring towers in La Ventosa, Mexico Results show that the developed method based on support vector regression is more accurate than the persistence and autoregressive models
[37] Wind speed/power 1 and 2 day(s) Daily mean error (DME) fractional-ARIMA (f-ARIMA) 4 weeks of hourly average wind speed data from four wind monitoring sites in North Dakota The proposed f-ARIMA is more accurate than the persistence method
[38] Average hourly wind speed 1 h ME, MSE, and MAE Hybrid (ARIMA-ANN) 1 month of wind speed measurements in three regions of Mexico The combination of ARIMA and ANN predicts the wind speed with more accuracy than the individual ARIMA and ANN
[39] Wind speed 1 day MAPE Hybrid (KF-ANN model based on ARIMA) Daily wind speed observations from two meteorological stations in Mosul, Iraq and Johor, Malaysia The ARIMA model provides inaccurate wind speed forecasts due to its limitation to capture the nonlinearity of the wind speed patterns
[40] Wind speed 1, 2 and 3-step(s) MAE, MSE, and MAPE Hybrid (ARIMA-ANN and ARIMA-Kalman) Hourly wind speed measurements from a station Both hybrid methods can obtain accurate forecasts and are appropriate for non-stationary wind speed datasets
[41] Wind speed 1 h NA ARMA-GARCH 7 years of hourly wind speed data from an observation site in Colorado, USA The ARMA-GARCH model is proved efficient in capturing the trend change of wind speed mean and volatility over time
[42] Hourly average wind speed 1 h up to 10 h RMSE ARMA 9 years of hourly wind speed data of five locations in Navarre, Spain For longer term forecasting, the ARMA models with transformed and standardized data perform better than the persistence model
[43] Wind speed 1 month MSE, MAE, and MAPE ARIMA 7 years of wind speed measurements from the South Coast of Oaxaca, Mexico ARIAM models provide more sensitivity than the ANN methods to the adjustment and prediction of the wind speed
[44] Win speed 1–6 min(s), and 1–6 hour(s) MAE, and MAPE Hybrid (Empirical mode decomposition (EMD)-Least squares support vector machines (LSSVM)-AR) 1 year of wind speed data measurements in Beloit, Kansas, USA The proposed hybrid approach is proved more accurate than the existing forecasting approaches
[45] Wind speed/power generation 1 h MAE, and RMSE Hybrid (ARIMA-ANN/SVR) 2 years of hourly wind data from a 1.5 MW wind turbine in North Dakota, USA The hybrid approaches are practical for both wind speed and power forecasting but not the best for all the forecasting time horizons
[46] Wind speed 15 min MAPE, MSPE, and MAE Univariate and multivariable ARIMA Wind speed data from the Wind Engineering Research Field Laboratory (WERFL) at five different heights at Texas Tech University Multivariate models are more accurate than the univariate models and they are both less accurate than the recurrent neural network models

Table 2.

Summary of the articles with time series methods (individual or hybrid) for wind speed/power forecasting.

Advertisement

5. Conclusion

This chapter provides a comprehensive literature review to demonstrate the application of time-series methods for renewable energy forecasting. In spite of recent developments in intelligent methods and their extensive applications for more accurate solar energy/wind power forecasting, our literature review concludes that time-series methods, individually or in combination with intelligent methods, are still viable options for short-term forecasting of intermittent renewable energy sources due to their less computational complexities.

References

  1. 1. Ding N, Besanger Y. Time series method for short-term load forecasting using smart metering in distribution systems. In: Proceeding of the IEEE Trondheim PowerTech; 2011. pp. 1–6
  2. 2. AR, MA and ARMA models, Available: www.math.unm.edu/~ghuerta/tseries/week4_1.pdf
  3. 3. Inman R, Pedro H, Coimbra C. Solar forecasting methods for renewable energy integration. Progress in Energy and Combustion Science. Jul. 2013;39:535-576
  4. 4. Wang W, Niu Z. Time series analysis of NASDAQ composite based on seasonal ARIMA model. In: Proceeding of the International Conference on Management and Service Science; 2009. pp. 1–4
  5. 5. Contrearas-Reyes J, Palma W. Statistical analysis of autoregressive fractionally integrated moving average models. Computational Statistics. 2013;28(5):2309-2331
  6. 6. Hatemi A. Multivariate tests for autocorrelation in the stable and unstable VAR models. Economic Modelling. 2004;21(4):661-683
  7. 7. Engle RF. Autoregressive conditional heteroscedasticity with estimates of the variance of United Kingdom inflation. Econometrica. 1982;50(4):987-1007
  8. 8. Stepnicka M, Dvorak A, Pavliska V, Vavrickova L. Linguistic approach to time series analysis and forecasts. In: Proceeding of the IEEE International Conference on Fuzzy Systems; July 2010. pp. 1–9
  9. 9. Reikard G. Predicting solar radiation at high resolutions: A comparison of time series forecasts. Solar Energy. 2009;83:342-349
  10. 10. Paoli C, Voyant C, Muselli M, Nivet M-L. Forecasting of preprocessed daily solar radiation time series using neural networks. Solar Energy. 2010;84:2146-2160
  11. 11. Dazhi Y, Jirutitijaroen P, Walsh WM. Hourly solar irradiance time series forecasting using cloud cover index. Solar Energy. 2012;86:3531-3543
  12. 12. Martín L, Zarzalejo LF, Polo J, Navarro A, Marchante R, Cony M. Prediction of global solar irradiance based on time series analysis: Application to solar thermal power plants energy production planning. Solar Energy. 2010;84:1772-1781
  13. 13. Touati T, Same A, Oukhellou L, Hourly solar irradiance forecasting based on machine learning models. In: Proceedings of the 2016 15th IEEE International Conference on Machine Learning and Applications; 2016. pp. 441–446
  14. 14. Wu J, Chan CK. Prediction of hourly solar radiation using a novel hybrid model of ARMA and TDNN. Solar Energy. 2011;85:808-817
  15. 15. Shams MB, Haji S, Salman A, Abdali H, Alsaffar A. Time series analysis of Bahrain's first hybrid renewable energy system. Energy. 2016;103:1-15
  16. 16. Kärner O. ARIMA representation for daily solar irradiance and surface air temperature time series. Journal of Atmospheric and Solar—Terrestrial Physics. 2009;71:841-847
  17. 17. Bacher P, Madsen H, Nielsen HA. Online short-term solar power forecasting. Solar Energy. 2009;83:1772-1783
  18. 18. Mellit A, Eleuch H, Benghanem M, Elaoun C, Massi Pavan AP. An adaptive model for predicting of global, direct and diffuse hourly solar irradiance. Energy Conversion and Management. 2010;51:771-782
  19. 19. Yap WK, Karri V. Comparative study in predicting the global solar radiation for Darwin, Australia. Journal of Solar Energy Engineering. 2012 August;134:1-6
  20. 20. Pedro HTC, Coimbra CFM. Assessment of forecasting techniques for solar power production with no exogenous inputs. Solar Energy. 2012;86:2017-2028
  21. 21. Voyant C, Muselli M, Paoli C, Nivet M-L. Numerical weather prediction (NWP) and hybrid ARMA/ANN model to predict global radiation. Energy. 2012;39:341-355
  22. 22. Voyant C, Randimbivololona P, Nivet ML, Paolic C, Muselli M. Twenty four hours ahead global irradiation forecasting using multi-layer perceptron. Metrological Application. 2014;21:644-655
  23. 23. Voyant C, Muselli M, Paoli C, Nivet M-L. Optimization of an artificial neural network dedicated to the multivariate forecasting of daily global radiation. Energy. 2011;36:348-359
  24. 24. Ren Y, Suganthan PN, Srikanth N. Ensemble methods for wind and solar power forecasting—A state-of-the-art review. Renewable and Sustainable Energy Reviews. 2015;50:82-91
  25. 25. Nazaripouya H, Wang B, Wang Y, Chu P, Pota HR, Gadh R. Univariate time series prediction of solar power using a hybrid wavelet-ARMA-NARX prediction method. In: Proceedings of the IEEE Transmission and Distribution Conference and Exposition (T&D); 2016
  26. 26. Huang R, Huang T, Gadh R. Solar generation prediction using the ARMA model in a laboratory-level micro-grid. In: Proceedings of the IEEE SmartGridComm 2012 Symposium–Support for Storage, Renewable Sources, and MicroGrid; 2012. pp. 528–533
  27. 27. Hall J, Hall J. Forecasting solar radiation for the Los Angeles Basin – phase II report. In: Proceedings of the American Solar Energy Society annual SOLAR 2011 Conference; 2011
  28. 28. Kamal L, Jafri YZ. Time series models to simulate and forecast hourly average wind speed in Quetta, Pakistan. Solar Energy. 1997;61:23-32
  29. 29. Taylor JW, McSharry PE. Wind power density forecasting using ensemble predictions and time series models. Proceedings of the IEEE Transactions on Energy Conversion. 2009;24(3):775-782
  30. 30. Sfetsos A. A comparison of various forecasting techniques applied to mean hourly wind speed time series. Renewable Energy. 2000;21:23-35
  31. 31. Poggi P, Muselli M, Notton G, Cristofari C, Louche A. Forecasting and simulating wind speed in Corsica by using an autoregressive model. Energy Conversion and Management. 2003;44:3177-3196
  32. 32. Liu H, Tian H, Pan D, Li Y. Forecasting models for wind speed using wavelet, wavelet packet, time series and artificial neural networks. Applied Energy. 2013;107:191-208
  33. 33. Erdem E, Shi J. ARMA based approaches for forecasting the tuple of wind speed and direction. Applied Energy. 2011;88:1405-1414
  34. 34. Catalão JPS, Pousinho HMI, Mendes VMF. Hybrid wavelet-PSO-ANFIS approach for short-term wind power forecasting in Portugal. IEEE Transactions on Sustainable Energy. 2011;2(1):50-59
  35. 35. Iversen EB, Morales JM, Moller JK, Madsen H. Short-term probabilistic forecasting of wind speed using stochastic differential equations. International Journal of Forecasting. 2016;32:981-990
  36. 36. Bonfil GS, Reyes-Ballesteros A, Gershenson C. Wind speed forecasting for wind farms: A method based on support vector regression. Renewable Energy. 2016;85:790-809
  37. 37. Kavasseri RG, Seetharaman K. Day-ahead wind speed forecasting using f-ARIMA models. Renewable Energy. 2009;34:1388-1393
  38. 38. Cadenas E, Rivera W. Wind speed forecasting in three different regions of Mexico, using a hybrid ARIMA-ANN model. Renewable Energy. 2010;35:2732-2738
  39. 39. Shukur OB, Lee MH. Daily wind speed forecasting through hybrid KF-ANN model based on ARIMA. Renewable Energy. 2015;76:637-647
  40. 40. Liu H, Tian H, Li Y. Comparison of two new ARIMA-ANN and ARIMA-Kalman hybrid methods for wind speed prediction. Applied Energy. 2012;98:415-424
  41. 41. Liu H, Erdem E, Shi J. Comprehensive evaluation of ARMA–GARCH (−M) approaches for modelling the mean and volatility of wind speed. Applied Energy. 2011;88:724-732
  42. 42. Torres JL, Garcia A, De Blas M, De Francisco A. Forecast of hourly average wind speed with ARMA models in Navarre (Spain). Solar Energy. 2005;79:65-77
  43. 43. Cadenas E, Rivera W. Wind speed forecasting in the South Coast of Oaxaca, Mexico. Renewable Energy. 2007;32:2116-2128
  44. 44. Tatinati S, Veluvolu KC. A hybrid approach for short-term forecasting of wind speed. The Scientific World Journal. 2013:1-8
  45. 45. Shi J, Guo J, Zheng S. Evaluation of hybrid forecasting approaches for wind speed and power generation time series. Renewable and Sustainable Energy Reviews. 2012;16:3471-3480
  46. 46. Cao Q, Ewing BT, Thompson MA. Forecasting wind speed with recurrent neural networks. European Journal of Operational Research. 2012;221:148-154

Written By

Mahmoud Ghofrani and Musaad Alolayan

Submitted: 07 April 2017 Reviewed: 05 September 2017 Published: 20 December 2017