Developing Analytical Approaches to Forecast Wind Farm Production: Phase II

Size: px
Start display at page:

Download "Developing Analytical Approaches to Forecast Wind Farm Production: Phase II"

Transcription

1 Developing Analytical Approaches to Wind Farm Production: Phase II Kate Geschwind, 10 th Grade Mayo High School th Avenue Southeast Rochester, MN Research Category: Mathematics Acknowledgement I would like to express my sincere appreciation to NeuroDimension, whose NeuroSolutions for Excel software allowed me to efficiently create and test a variety of neural network models.

2 Introduction The importance of wind-generated electricity continues to grow in our society as wind and other forms of renewable energy offer chances for a cleaner environment. Wind energy promises clean and renewable electricity, but it also is an intermittent form of energy, with the output of a wind farm constantly changing from hour to hour. Consequently, it is difficult to predict the energy output of a wind farm in advance. This makes it difficult for utilities and transmission grid operators who are required to maintain the reliability of the electrical system. They must have other non-intermittent power plants available to generate more or less energy, depending on the wind. Predicting incorrectly not only can be costly for electric utilities, but it can also lead to power outages or shortages. Because wind generation is still a developing technology, much ongoing research is focusing on predicting the intermittent output of wind farms. The goal of this project is to develop an analytical approach for forecasting wind farm production over different time periods using artificial neural networks and regression analysis. Being able to more accurately forecast hourly wind farm production will not only save money and help maintain reliability for electric utilities, but it will also likely encourage the use of more wind farms as their output patterns become better understood. This project is a continuation of a project from last year. The purpose of last year's project was to explain the historical hourly output of a Minnesota wind farm using regression analysis. That project did not attempt to forecast wind farm output, and the method used was limited to regression analysis. This year s project continues last year s research and moves from explaining the output to predicting the output a move that is required in order for this research to have practical applications. This year s project also introduces the use of artificial neural networks for the model development process to determine if neural networks can produce models that outperform regression-based models. Finally, this year's project applies the developed forecasting approach to multi-turbine wind farms in Minnesota and Oklahoma and a wind turbine in Vermont to evaluate the robustness of the approach. My hypothesis is that by using regression analysis, artificial intelligence systems, and certain variables that have a high correlation to wind farm production such as wind speed, wind speed squared, wind speed cubed, a one hour lag of the actual wind farm production, and the change in the one hour lag from the prior hour, a mathematical model 2

3 can be made that can accurately forecast wind farm production for various lengths of time for wind farms of different sizes and locations. Materials and Procedures The following materials and data were used in this project: Hourly electrical production data from wind farms of different locations and sizes, including: o o The WAPSI wind farm near Dexter, Minnesota, with 67 wind turbines and a MW capacity. The Oklahoma Municipal Power Authority (OMPA) Wind farm near Woodward, Oklahoma, with 34 wind turbines and a 50 MW capacity. o A single 10 kw wind turbine at Middlebury College in Middlebury, VT. Weather data (wind speed, temperature, relative humidity, dew point, wind direction, cloud cover) from the national weather station with the nearest location to the wind turbines. A standard spreadsheet software program with regression analysis. Neural network analysis software The controlled variables in the project were the wind farms that were used (WAPSI, OMPA, Vermont turbine), and the inputs to the software programs. The independent variables to the project were the temperature, dew point, relative humidity, wind speed, wind speed squared, wind speed cubed, wind direction, cloud cover, turbine availability, maximum wind cutoff, minimum wind cutoff, a one hour lag in the actual wind farm production, the change in the one hour lag, and the actual wind farm production. The dependent variable in the project was the estimated energy output of the given wind farm (Minnesota, Oklahoma, Vermont) as determined by the various mathematical models created. Hourly observed weather data from Rochester, Minnesota; Tulsa, Oklahoma; and Burlington, Vermont was obtained for the months of December 2009 through May Hourly forecasted weather data for Rochester, Minnesota was also obtained from a commercial weather forecasting service for the months of December 2009 through May The weather data for Rochester included temperature, dew point, relative humidity, wind speed, wind direction, and 3

4 cloud cover; and the weather information for Tulsa and Burlington was the wind speed. The hourly wind farm output was also obtained for the same months. The hourly information was then divided into two sections: December 2009 through February 2010 was used for training data, and March 2010 through May 2010 was used for testing data. Hours with incomplete data were excluded. Each training and testing data set consisted of data for over 2000 hours. The list of potential explanatory variables was supplemented with derived explanatory variables: wind speed squared, wind speed cubed, a one hour lag of the actual wind farm production, which is the actual wind farm production from the previous hour, and the change in the one hour lag from the previous hour. The reasons for using these derived variables vary. For example, the energy content of the wind varies with the cube of the wind speed, so the wind speed cubed was calculated. The power extracted from the wind by a wind turbine is proportional to the drop in the wind speed squared, so wind speed squared was derived. The one hour lag was calculated because the output of the wind farm from one hour to the next does not appear to be completely random and will typically be related to the prior hour s output. Finally, the change in the one hour lag was used to evaluate if a momentum effect exists in the wind farm output that could be explained through the use of a change variable. The first step in the modeling was to use regression analysis on each set of training data to create different explanatory models for each wind farm location. Different combinations of variables were used to create different models. Each model was then applied to the testing data for its respective wind farm to create forecasts of varying lengths into the future - one hour, six hours, 12 hours, and 24 hours. Model forecast output was compared to actual observed output to calculate the root mean square error (RMSE) of a particular model. This was done by squaring the difference between the models estimated hourly output and the actual production of the wind farm, and then taking the square root of the mean of these hourly squared differences. RMSE was the primary metric used during this project to compare the performance of the various models. Next, artificial intelligence, or neural network models, were developed using the training data sets for each wind farm. The types of neural networks tested were: the multilayer perceptron, the generalized feed forward network, the CANFIS (Fuzzy Logic) network, the time-lag recurrent network, the support vector machine, and the function 4

5 approximation network. For most of the models, the input data was standardized so that no one variable disproportionately influenced the training of the models. Each network model was then used with the testing data for its respective wind farm to find the RMSE. During the development and training of the neural network models, steps were taken to make sure that the models were not over-trained on the training data. Overtraining would produce a model that performs well with the specific training data but poorly with other data, such as the testing data. Training data sets from the different wind farms were combined to test to see if it was possible to create a single model applicable to multiple wind farms. Data sets from two wind farms were assembled in different combinations to form models. The combined data sets were then trained for both regression models and neural network models, and these models were then used to calculate RMSE values on the testing data for each wind farm from which the model had been derived. Models were evaluated and ranked based on the value of their RMSE; the lower the RMSE, the more accurate the model is in predicting the actual output of the wind farm. Because each of the three wind farms used for this project is a different size, each RMSE was specific to the wind farm. In order to standardize the results and allow for model performance to be compared across the wind farms, the RMSE for each wind farm was divided by the average wind farm output to create an RMSE percentage value. The initial model results were determined for the one-hour forecast period. Six-hour, 12-hour, and 24-hour forecasts were then developed for each artificial intelligence and regression model, and RMSE values and RMSE percentage values were determined and compared. The different regression and neural network models were not only compared against each other, but they were also compared against the general persistence model and also the power curve model of the wind farm from which they were derived. A common method of wind farm forecasting is the persistence method, which is often used as a forecasting model for short time periods. The persistence model assumes that the output for the current hour will equal the output from the previous hour. Prior research has generally shown that the persistence model is relatively accurate for short-term forecasts, but the model loses this accuracy at a high rate as the forecast periods lengthen in 5

6 time. The power curve model is a basic technique that uses manufacturer s data to estimate the output of a wind turbine based on wind speed. Results and Discussion As described above, a variety of neural network and regression models were developed in an effort to develop an accurate prediction model. Table 1 shows the RMSE values for the models developed for the Minnesota WAPSI wind farm. Figure 1 shows the RMSE values for the top models for the Minnesota WAPSI wind farm expressed as a bar graph by forecast time period. Figure 1 and Table 1 illustrate that the neural network models generally perform the best over the different forecast time periods for the Minnesota wind farm. The neural models, in particular the neural persistence model and the model developed using wind speed, wind speed squared, wind speed cubed, and the two lag variables, perform well for the forecast periods beyond one hour. In order to demonstrate performance comparable to the persistence model for the shorter time periods (i.e., one hour), the models, whether regression models or neural models, needed a lag variable. Without a lag variable, a model typically performed poorly until forecast periods of 12 and 24 hours were considered. As the forecast period increased, the benefit of the lag variable typically decreased, and model performance became more dependent on the wind speed variables. Table 2 shows the RMSE values for the models developed for the Oklahoma wind farm, and Table 3 shows the RMSE values for the Vermont wind farm models. Figures 2 and 3 show the RMSE values for the top models for the Oklahoma and Vermont wind farm, respectively, expressed as a bar graph by forecast time period. The results of modeling the Oklahoma wind farm were somewhat different than the Minnesota results. As shown in Figure 2, regression models typically outperformed neural network models. Consistent with the Minnesota modeling results, the lack of a lag variable in a model disadvantaged that model for short-term forecasts compared to models that incorporated a lag variable. Using a lag variable and change-in-lag variable proved to be beneficial even in longer-term forecasts. 6

7 The Vermont modeling results continue to show the benefit of using a lag variable to provide the most accurate short-term forecasts of wind farm output. Similar to Minnesota s results, neural networks were able to outperform regression, with the neural model that used the wind variables and lag variable being the best or near-best performing model for all forecast time periods. However, as the forecast time period increases, the performance results for all of the top-performing, non-persistence Vermont models converge, with the neural models demonstrating a slight advantage over the regression models. Finally, Figure 4 and Table 4 show a comparison of the RMSE percentage values for the top performing models for each of the three wind farm locations considered in this analysis. The RMSE percentage metric allows for an apples-to-apples comparison of the model performance at the different wind farm locations. Figure 4 demonstrates that the models created for the Minnesota wind farm are the best performing models with the lowest RMSE percentage values. The Oklahoma models have moderately high RMSE percentage values, and the Vermont models have the highest RMSE percentage values. This is likely due to the greater spatial diversity provided by larger wind farms. All of the top models created for this project were able to perform better than the basic forecasting techniques of the power curve model and the persistence model, both of which proved to be inaccurate in longer-term forecasting. Conclusions This project included a significant amount of modeling of the electrical output of three different wind farms one in Minnesota, Oklahoma, and Vermont. Each wind farm differed substantially in size and location and was chosen specifically to determine how wind farm size might affect the overall results. The modeling used different mathematical techniques, with an emphasis on artificial neural networks, to determine the best performing modeling approach for each wind farm for forecast periods ranging from one hour to 24 hours. My hypothesis for this project is that by using regression analysis, artificial intelligence systems, and certain variables that have a high correlation to wind farm production, a mathematical model can be made that can accurately forecast wind farm production for various lengths of time for wind farms of different sizes and locations. 7

8 This hypothesis was shown to be partially true. Mathematical models can be made to accurately predict wind farm production, but no one mathematical model or technique is best for all wind farms or for all time periods. Both neural network and regression models were top performers, depending on the location and forecast time period. For the Minnesota and Vermont wind farms, the neural network models performed best. For the Oklahoma wind farm, although the neural network models performed well, the regression models performed slightly better for most of the forecast time periods. Electric utility grid operators and wind farm owners desiring to accurately forecast the output of their wind farms should consider a variety of forecasting techniques to determine which technique works best for their particular circumstance. However, this project did identify key factors that should be considered: 1. For short-term forecasts (one to six hours), using a minimal number of explanatory variables is most effective. In particular, using a lag variable that reflects the prior hour s output or change in output is critical for short-term forecast accuracy. 2. The accuracy benefits of a lag variable diminish for forecast periods approaching 12 to 24 hours and likely beyond. For these longer forecast time periods, explanatory input variables should include forecasts of wind speed-related variables (wind speed, wind speed squared, and wind speed cubed). 3. accuracy will be higher as wind farm size increases. In this analysis, the RMSE values for the Minnesota wind farm forecasts approximately doubled between one and 24 hours. For the smaller Oklahoma wind farm, the RMSE values nearly tripled between the one and 24-hour forecasts, and the RMSE values for the very small Vermont wind turbine increased by nearly a factor of nine between the one and 24-hour forecasts. This project showed that relatively straightforward models can be developed and trained to accurately forecast hourly wind farm output, regardless of the size and location of that wind farm. Accurate predictions of wind farm output can help minimize operational concerns created by wind farms and improve utility system reliability and economics. This, in turn, will likely encourage renewable energy development using wind energy. 8

9 References/Bibliography Akilimali, Jean S.; Richardo Bessa; Audun Botterud; Hrvoje Keko; Vladmimiro Miranda; and Jianhui Wang. Wind Power ing and Electricity Market Operations. Argonne National Laboratory. April 6, Web. Berry, Michael J. A. and Gordon S Linoff. Data Mining Techniques. Wiley Computer Publishing Print. Butler, Charles and Caudill, Maureen. Naturally Intelligent Systems. Massachusetts Institute of Technology Print. Cataloa, J.P.S.; V.M.F. Mendes; and H.M.I. Pousinho. An Artificial Neural Network Approach for Short- Term Wind Power ing in Portugal. November Web. Chuanwen, Jiang; Liu Hongling; Ma Lei; Zhang Yan. A Review on the ing of Wind Speed and Generated Power. Science Direct. Volume 13, Issue 4. May Crichton, Nicola. Regression Analysis. Blackwell Science. January 10, Web. Giebel, Gregor and George Kariniotakis. Best Practice in Short-Term ing. A Users Guide. Riso National Laboratory for Sustainable Energy, DTU. June Web. Giesselmann, Michael G.; Shuhui Li; Edgar O Hair; and Donald C. Wunsch. Comparative Analysis of Regression and Artifical Neural Network Models for Wind Turbine Power Curve Estimation. Journal of Solar Energy Engineering. November 2001, Volume 123. Kandel, Eric; Thomas Jessell, and James Schwartz. Principles of Neural Science. McGraw-Hill Medical; 4 Edition Print. Li, Lingling; Chengshan Wang; Minghui Wang; and Fenfen Zhu. Wind Power ing Based on Time Series and Neural Network. December Web. Smith, Murray. Neural Networks for Statistical Modeling. Van Nostrand Reinhold Publishing Print. Wind Power ing: State-of-the-Art Argonne National Laboratory Web. 9

10 Figures and Tables 10

11 RMSE Figure 1 - Selected Minnesota Models Power Curve Model Persistence Model Hour 6-Hour 12-Hour 24-Hour Full Input Regression (no lag) Regression Model (Wind Speed and 1- hour Lag) Neural FA Inputs: Wind, Wind^2,Wind^3 Non-Std. Neural FA Inputs: Wind, Wind^2,Wind^3 Lag and Change in Lag Neural FA: Persistence 11

12 RMSE Figure 2 - Selected Oklahoma Models Power Curve Model Persistence Model Regression: MN and OMPA Lag and Change in Lag Persistence Regression Regression: Wind, Wind^2, Wind^3, Lag, Change in Lag Hour 6-Hour 12-Hour 24-Hour Neural FA, Tulsa Weather: Wind, Wind^2,Wind^3, Lag and Change in Lag Time-Series Network: Wind, Wind^2, Wind^3 15 PE 12

13 RMSE Figure 3 - Selected Vermont Models Power Curve Model Persistence Model Regression: Wind, Wind^2, Wind^3, Lag, Change in Lag Regression: Lag and Change in Lag Neural FA Burlington Weather: Wind, Wind^2, Wind^3 Neural Persistence 0.2 Neural FA: Wind, Wind^2, Wind^3, Lag 0 1-Hour 6-Hour 12-Hour 24-Hour 13

14 RMSE/Average Farm Output Figure 4 - RMSE Percentage Values for Selected MN, OK, and VT Models MN: Neural FA: Persistence MN: Neural GFF MN and OMPA applied to OMPA: Wind, Wind^2,Wind^3 Lag and Change in Lag OK: Persistence Regression OK: Regression: MN and OMPA Lag and Change in Lag VT: Neural FA: Wind, Wind^2, Wind^3, Lag 0.2 VT: Neural Persistence 0 1-Hour 6-Hour 12-Hour 24-Hour 14

15 Table 1 Minnesota Model RMSE Values on Testing Data Using Observed Weather 1-Hour 6-Hour 12-Hour 24-Hour Power Curve Model 34,198 34,198 34,198 34,198 Persistence Model 10,457 24,568 29,444 37,044 Regression Models Regression: Roch, OMPA Lag and Change in Lag Combined 10,185 19,271 23,476 29,122 Regression Model (1-hour Lag and Change in Lag) 10,196 22,071 25,813 30,284 Regression: Roch, OMPA Wind, Wind^2, Wind^3, Lag, Change in Lag Combined 10,205 18,278 21,705 24,081 Regression Persistence 10,327 19,365 24,230 29,604 Regression Model (Wind Speed and 1-hour Lag) 10,473 18,018 20,726 22,103 Full Input Regression (1-Hour Lag) 11,403 25,337 27,251 32,113 Regression: Wind Speed, Wind Speed^2, Wind Speed^3, Lag, Change in Lag 15,538 19,539 20,145 20,802 Full Input Regression (no lag) 42,175 42,175 42,175 42,175 Neural Network Models Neural FA: Persistence 10,268 14,719 17,078 19,547 Neural FA Inputs: Lag and Change in Lag 10,315 15,811 19,972 23,313 Neural FA Inputs: Wind, Wind^2,Wind^3 Lag and Change in Lag 10,356 15,166 18,431 20,520 Neural GFF MN and OMPA applied to OMPA: Wind, Wind^2,Wind^3 Lag and Change in Lag 10,368 14,895 17,977 20,303 Neural FA Inputs: Wind, Wind^2,Wind^3, and Lag 10,574 19,438 20,285 21,454 Neural GFF rom MN and OMPA applied to MN: Lag and Change in Lag 15 PE 11,802 19,431 25,115 29,916 Neural FA Inputs: Wind, Wind^2,Wind^3 Non-Std. 20,367 20,367 20,367 20,367 Neural FA: Wind, Wind^2, Wind^3 20,395 20,395 20,395 20,395 Neural FA Inputs: Wind, Wind^2,Wind^3 20,419 20,419 20,419 20,419 Neural Function Approximation, no lag, minimal independent variables, standardized 21,678 21,678 21,678 21,678 Time-Series Network: Wind, Wind^2, Wind^3 15 PE 22,029 22,029 22,029 22,029 Multilayer perceptron, 1 hidden layer, no lag, standardized 23,132 23,132 23,132 23,132 Neural Function Approximation, no lag, non-standardized 25,782 25,782 25,782 25,782 Fuzzy, no lag, standardized 26,388 26,388 26,388 26,388 Generalized Feed Forward, 2 hidden layers, no lag, standardized 27,479 27,479 27,479 27,479 Time Series Neural, no lag, non-standardized 29,296 29,296 29,296 29,296 Recurrent, no lag, non-standardized 37,746 37,746 37,746 37,746 Neural Function Approximation, (Not minimized on cross validation), no lag, non-standardized 40,580 40,580 40,580 40,580 Fuzzy, no lag, non-standardized 55,990 55,990 55,990 55,990 Multilayer Perceptron, 9 PE: Wind, Wind^2, Wind^3 20,311 20,311 20,311 20,311 15

16 Table 2 Oklahoma Model RMSE Values on Testing Data Using Observed Weather 1-Hour 6-Hour 12-Hour 24-Hour Power Curve Model 21,477 21,477 21,477 21,477 Persistence Model 5,721 11,324 14,756 17,329 Regression Models Regression: MN and OMPA Lag and Change in Lag 5,498 13,447 15,152 16,291 Regression: Lag and Change in Lag 5,510 10,507 13,315 15,400 Regression: Wind, Wind^2, Wind^3, Lag, Change in Lag 5,519 10,524 13,284 15,347 Persistence Regression 5,658 10,560 13,230 15,163 Regression: MN and OMPA Wind, Wind^2, Wind^3, Lag, Change in Lag 5,724 11,874 15,472 17,778 Neural Network Models Neural FA, Tulsa Weather: Wind, Wind^2,Wind^3, Lag and Change in Lag 5,573 10,008 14,030 17,535 Neural GFF, Tulsa Weather: Lag and Change in Lag with 10 PE 5,586 10,084 14,102 17,796 Neural GFF, Tulsa Weather: Wind, Wind^2, Wind^3, 15 PE 16,770 16,770 16,770 16,770 Neural GFF MN and OMPA applied to OMPA: Wind, Wind^2,Wind^3 Lag and Change in Lag 6,196 24,530 25,845 26,423 Neural GFF, MN and OMPA applied to OMPA: Lag and Change in Lag 15 PE 6,424 24,981 26,185 26,715 Time-Series Network, Tulsa Weather: Wind, Wind^2, Wind^3 15 PE 17,630 17,630 17,630 17,630 Neural FA, Tulsa Weather: Wind, Wind^2, Wind^3 16,711 16,711 16,711 16,711 Neural Persistence, Tulsa Weather 5, , , ,917.7 Neural FA, Tulsa Weather: Lag and Change in Lag 5, , , ,661.5 Neural FA, Tulsa Weather: Wind, Wind^2, Wind^3, Lag 5, , , ,

17 Table 3 Vermont Model RMSE Values on Testing Data Using Observed Weather 1-Hour 6-Hour 12-Hour 24-Hour Power Curve Model Persistence Model Regression Models Regression: Wind, Wind^2, Wind^3, Lag, Change in Lag Regression: Lag and Change in Lag Regression: Persistence Regression: Wind Speed and Lag Neural Network Models Neural GFF, Burlington Weather: Lag and Change in Lag with 5 PEs Neural FA, Burlington Weather: Lag and Change in Lag with 10 PEs Neural GFF, Burlington Weather: Wind, Wind^2, Wind^3, Lag and Change in Lag with 5 PE Neural FA, Burlington Weather: Wind, Wind^2, Wind^ Time-Series Network, Burlington Weather: Wind, Wind^2, Wind^3 15 PE Neural Persistence, Burlington Weather Neural FA, Burlington Weather: Wind, Wind^2, Wind^3, Lag

18 Table 4 RMSE Values on Testing Data Using Observed Weather - RMSE/Mean Farm Output 1-Hour 6-Hour 12-Hour 24-Hour Power Curve Models Power Curve Model - MN Power Curve Model - OK Power Curve Model - VT Persistence Models Persistence Model - MN Persistence Model - OK Persistence Model - VT Top Regression Models MN: Regression: Roch, OMPA Lag and Change in Lag Combined MN: Regression: Wind Speed, Wind Speed^2, Wind Speed^3, Lag, Change in Lag OK: Regression: MN and OMPA Lag and Change in Lag OK: Persistence Regression VT: Regression: Wind, Wind^2, Wind^3, Lag, Change in Lag VT: Regression: Wind Speed and Lag Top Neural Network Models MN: Neural FA: Persistence MN: Neural GFF MN and OMPA applied to OMPA: Wind, Wind^2,Wind^3 Lag and Change in Lag OK: Neural FA: Lag and Change in Lag OK: Neural FA, Tulsa Weather: Wind, Wind^2,Wind^3, Lag and Change in Lag VT: Neural Persistence VT: Neural FA: Wind, Wind^2, Wind^3, Lag

1.3 STATISTICAL WIND POWER FORECASTING FOR U.S. WIND FARMS

1.3 STATISTICAL WIND POWER FORECASTING FOR U.S. WIND FARMS 1.3 STATISTICAL WIND POWER FORECASTING FOR U.S. WIND FARMS Michael Milligan, Consultant * Marc Schwartz and Yih-Huei Wan National Renewable Energy Laboratory, Golden, Colorado ABSTRACT Electricity markets

More information

Short-term wind forecasting using artificial neural networks (ANNs)

Short-term wind forecasting using artificial neural networks (ANNs) Energy and Sustainability II 197 Short-term wind forecasting using artificial neural networks (ANNs) M. G. De Giorgi, A. Ficarella & M. G. Russo Department of Engineering Innovation, Centro Ricerche Energia

More information

Heat Load Forecasting of District Heating System Based on Numerical Weather Prediction Model

Heat Load Forecasting of District Heating System Based on Numerical Weather Prediction Model 2nd International Forum on Electrical Engineering and Automation (IFEEA 2) Heat Load Forecasting of District Heating System Based on Numerical Weather Prediction Model YANG Hongying, a, JIN Shuanglong,

More information

Prashant Pant 1, Achal Garg 2 1,2 Engineer, Keppel Offshore and Marine Engineering India Pvt. Ltd, Mumbai. IJRASET 2013: All Rights are Reserved 356

Prashant Pant 1, Achal Garg 2 1,2 Engineer, Keppel Offshore and Marine Engineering India Pvt. Ltd, Mumbai. IJRASET 2013: All Rights are Reserved 356 Forecasting Of Short Term Wind Power Using ARIMA Method Prashant Pant 1, Achal Garg 2 1,2 Engineer, Keppel Offshore and Marine Engineering India Pvt. Ltd, Mumbai Abstract- Wind power, i.e., electrical

More information

This wind energy forecasting capability relies on an automated, desktop PC-based system which uses the Eta forecast model as the primary input.

This wind energy forecasting capability relies on an automated, desktop PC-based system which uses the Eta forecast model as the primary input. A Simple Method of Forecasting Wind Energy Production at a Complex Terrain Site: An Experiment in Forecasting Using Historical Data Lubitz, W. David and White, Bruce R. Department of Mechanical & Aeronautical

More information

Short term wind forecasting using artificial neural networks

Short term wind forecasting using artificial neural networks Discovery Science, Volume 2, Number 6, December 2012 RESEARCH COMPUTER SCIENCE ISSN 2278 5485 EISSN 2278 5477 Science Short term wind forecasting using artificial neural networks Er.Gurpreet Singh 1, Er.Manpreet

More information

ANN and Statistical Theory Based Forecasting and Analysis of Power System Variables

ANN and Statistical Theory Based Forecasting and Analysis of Power System Variables ANN and Statistical Theory Based Forecasting and Analysis of Power System Variables Sruthi V. Nair 1, Poonam Kothari 2, Kushal Lodha 3 1,2,3 Lecturer, G. H. Raisoni Institute of Engineering & Technology,

More information

Short Term Load Forecasting Based Artificial Neural Network

Short Term Load Forecasting Based Artificial Neural Network Short Term Load Forecasting Based Artificial Neural Network Dr. Adel M. Dakhil Department of Electrical Engineering Misan University Iraq- Misan Dr.adelmanaa@gmail.com Abstract Present study develops short

More information

Multi-Plant Photovoltaic Energy Forecasting Challenge with Regression Tree Ensembles and Hourly Average Forecasts

Multi-Plant Photovoltaic Energy Forecasting Challenge with Regression Tree Ensembles and Hourly Average Forecasts Multi-Plant Photovoltaic Energy Forecasting Challenge with Regression Tree Ensembles and Hourly Average Forecasts Kathrin Bujna 1 and Martin Wistuba 2 1 Paderborn University 2 IBM Research Ireland Abstract.

More information

COMPARISON OF CLEAR-SKY MODELS FOR EVALUATING SOLAR FORECASTING SKILL

COMPARISON OF CLEAR-SKY MODELS FOR EVALUATING SOLAR FORECASTING SKILL COMPARISON OF CLEAR-SKY MODELS FOR EVALUATING SOLAR FORECASTING SKILL Ricardo Marquez Mechanical Engineering and Applied Mechanics School of Engineering University of California Merced Carlos F. M. Coimbra

More information

P. M. FONTE GONÇALO XUFRE SILVA J. C. QUADRADO DEEA Centro de Matemática DEEA ISEL Rua Conselheiro Emídio Navarro, LISBOA PORTUGAL

P. M. FONTE GONÇALO XUFRE SILVA J. C. QUADRADO DEEA Centro de Matemática DEEA ISEL Rua Conselheiro Emídio Navarro, LISBOA PORTUGAL Wind Speed Prediction using Artificial Neural Networks P. M. FONTE GONÇALO XUFRE SILVA J. C. QUADRADO DEEA Centro de Matemática DEEA ISEL Rua Conselheiro Emídio Navarro, 1950-072 LISBOA PORTUGAL Abstract:

More information

About Nnergix +2, More than 2,5 GW forecasted. Forecasting in 5 countries. 4 predictive technologies. More than power facilities

About Nnergix +2, More than 2,5 GW forecasted. Forecasting in 5 countries. 4 predictive technologies. More than power facilities About Nnergix +2,5 5 4 +20.000 More than 2,5 GW forecasted Forecasting in 5 countries 4 predictive technologies More than 20.000 power facilities Nnergix s Timeline 2012 First Solar Photovoltaic energy

More information

Techniques for Improving Wind to Power Conversion

Techniques for Improving Wind to Power Conversion Techniques for Improving Wind to Power Conversion Gerry Wiener Sue Ellen Haupt Bill Myers Seth Linden Julia Pearson Laura Imbler National Center for Atmospheric Research P.O. Box 3000 Boulder, CO 80307-3000

More information

WIND POWER FORECASTING: A SURVEY

WIND POWER FORECASTING: A SURVEY WIND POWER FORECASTING: A SURVEY Sukhdev Singh, Dr.Naresh Kumar DCRUST MURTHAL,Email-sukhdev710@gmail.com(9896400682) Abstract: A number of wind power prediction techniques are available in order to forecast

More information

Artificial Neural Network for Energy Demand Forecast

Artificial Neural Network for Energy Demand Forecast International Journal of Electrical and Electronic Science 2018; 5(1): 8-13 http://www.aascit.org/journal/ijees ISSN: 2375-2998 Artificial Neural Network for Energy Demand Forecast Akpama Eko James, Vincent

More information

CHAPTER 6 CONCLUSION AND FUTURE SCOPE

CHAPTER 6 CONCLUSION AND FUTURE SCOPE CHAPTER 6 CONCLUSION AND FUTURE SCOPE 146 CHAPTER 6 CONCLUSION AND FUTURE SCOPE 6.1 SUMMARY The first chapter of the thesis highlighted the need of accurate wind forecasting models in order to transform

More information

UniResearch Ltd, University of Bergen, Bergen, Norway WinSim Ltd., Tonsberg, Norway {catherine,

UniResearch Ltd, University of Bergen, Bergen, Norway WinSim Ltd., Tonsberg, Norway {catherine, Improving an accuracy of ANN-based mesoscalemicroscale coupling model by data categorization: with application to wind forecast for offshore and complex terrain onshore wind farms. Alla Sapronova 1*, Catherine

More information

Short Term Load Forecasting Using Multi Layer Perceptron

Short Term Load Forecasting Using Multi Layer Perceptron International OPEN ACCESS Journal Of Modern Engineering Research (IJMER) Short Term Load Forecasting Using Multi Layer Perceptron S.Hema Chandra 1, B.Tejaswini 2, B.suneetha 3, N.chandi Priya 4, P.Prathima

More information

Short Term Solar Radiation Forecast from Meteorological Data using Artificial Neural Network for Yola, Nigeria

Short Term Solar Radiation Forecast from Meteorological Data using Artificial Neural Network for Yola, Nigeria American Journal of Engineering Research (AJER) 017 American Journal of Engineering Research (AJER) eiss: 300847 piss : 300936 Volume6, Issue8, pp8389 www.ajer.org Research Paper Open Access Short Term

More information

This paper presents the

This paper presents the ISESCO JOURNAL of Science and Technology Volume 8 - Number 14 - November 2012 (2-8) A Novel Ensemble Neural Network based Short-term Wind Power Generation Forecasting in a Microgrid Aymen Chaouachi and

More information

Neural Networks for Short Term Wind Speed Prediction

Neural Networks for Short Term Wind Speed Prediction Neural Networks for Short Term Wind Speed Prediction K. Sreelakshmi, P. Ramakanthkumar Abstract Predicting short term wind speed is essential in order to prevent systems in-action from the effects of strong

More information

Integrated Electricity Demand and Price Forecasting

Integrated Electricity Demand and Price Forecasting Integrated Electricity Demand and Price Forecasting Create and Evaluate Forecasting Models The many interrelated factors which influence demand for electricity cannot be directly modeled by closed-form

More information

Forecasting of Renewable Power Generations

Forecasting of Renewable Power Generations Forecasting of Renewable Power Generations By Dr. S.N. Singh, Professor Department of Electrical Engineering Indian Institute of Technology Kanpur-2816, INDIA. Email: snsingh@iitk.ac.in 4-12-215 Side 1

More information

WIND energy has become a mature technology and has

WIND energy has become a mature technology and has 1 Short-term wind power prediction based on models Mario J. Durán, Daniel Cros and Jesus Riquelme Electrical Engineering Department Universidad de Sevilla Abstract The wind power penetration increase and

More information

Multivariate Regression Model Results

Multivariate Regression Model Results Updated: August, 0 Page of Multivariate Regression Model Results 4 5 6 7 8 This exhibit provides the results of the load model forecast discussed in Schedule. Included is the forecast of short term system

More information

USE OF FUZZY LOGIC TO INVESTIGATE WEATHER PARAMETER IMPACT ON ELECTRICAL LOAD BASED ON SHORT TERM FORECASTING

USE OF FUZZY LOGIC TO INVESTIGATE WEATHER PARAMETER IMPACT ON ELECTRICAL LOAD BASED ON SHORT TERM FORECASTING Nigerian Journal of Technology (NIJOTECH) Vol. 35, No. 3, July 2016, pp. 562 567 Copyright Faculty of Engineering, University of Nigeria, Nsukka, Print ISSN: 0331-8443, Electronic ISSN: 2467-8821 www.nijotech.com

More information

Multi-Plant Photovoltaic Energy Forecasting Challenge: Second place solution

Multi-Plant Photovoltaic Energy Forecasting Challenge: Second place solution Multi-Plant Photovoltaic Energy Forecasting Challenge: Second place solution Clément Gautrais 1, Yann Dauxais 1, and Maël Guilleme 2 1 University of Rennes 1/Inria Rennes clement.gautrais@irisa.fr 2 Energiency/University

More information

IEEE TRANSACTIONS ON POWER SYSTEMS, VOL. 22, NO. 1, FEBRUARY

IEEE TRANSACTIONS ON POWER SYSTEMS, VOL. 22, NO. 1, FEBRUARY IEEE TRANSACTIONS ON POWER SYSTEMS, VOL. 22, NO. 1, FEBRUARY 2007 1 An Advanced Statistical Method for Wind Power Forecasting George Sideratos and Nikos D. Hatziargyriou, Senior Member, IEEE Abstract This

More information

Application of Artificial Neural Network for Short Term Load Forecasting

Application of Artificial Neural Network for Short Term Load Forecasting aerd Scientific Journal of Impact Factor(SJIF): 3.134 e-issn(o): 2348-4470 p-issn(p): 2348-6406 International Journal of Advance Engineering and Research Development Volume 2,Issue 4, April -2015 Application

More information

Prediction of Hourly Solar Radiation in Amman-Jordan by Using Artificial Neural Networks

Prediction of Hourly Solar Radiation in Amman-Jordan by Using Artificial Neural Networks Int. J. of Thermal & Environmental Engineering Volume 14, No. 2 (2017) 103-108 Prediction of Hourly Solar Radiation in Amman-Jordan by Using Artificial Neural Networks M. A. Hamdan a*, E. Abdelhafez b

More information

Current best practice of uncertainty forecast for wind energy

Current best practice of uncertainty forecast for wind energy Current best practice of uncertainty forecast for wind energy Dr. Matthias Lange Stochastic Methods for Management and Valuation of Energy Storage in the Future German Energy System 17 March 2016 Overview

More information

Multi-wind Field Output Power Prediction Method based on Energy Internet and DBPSO-LSSVM

Multi-wind Field Output Power Prediction Method based on Energy Internet and DBPSO-LSSVM , pp.128-133 http://dx.doi.org/1.14257/astl.16.138.27 Multi-wind Field Output Power Prediction Method based on Energy Internet and DBPSO-LSSVM *Jianlou Lou 1, Hui Cao 1, Bin Song 2, Jizhe Xiao 1 1 School

More information

A comparative study of ANN and angstrom Prescott model in the context of solar radiation analysis

A comparative study of ANN and angstrom Prescott model in the context of solar radiation analysis A comparative study of ANN and angstrom Prescott model in the context of solar radiation analysis JUHI JOSHI 1, VINIT KUMAR 2 1 M.Tech, SGVU, Jaipur, India 2 Assistant. Professor, SGVU, Jaipur, India ABSTRACT

More information

Day Ahead Hourly Load and Price Forecast in ISO New England Market using ANN

Day Ahead Hourly Load and Price Forecast in ISO New England Market using ANN 23 Annual IEEE India Conference (INDICON) Day Ahead Hourly Load and Price Forecast in ISO New England Market using ANN Kishan Bhushan Sahay Department of Electrical Engineering Delhi Technological University

More information

A Feature Based Neural Network Model for Weather Forecasting

A Feature Based Neural Network Model for Weather Forecasting World Academy of Science, Engineering and Technology 4 2 A Feature Based Neural Network Model for Weather Forecasting Paras, Sanjay Mathur, Avinash Kumar, and Mahesh Chandra Abstract Weather forecasting

More information

WIND INTEGRATION IN ELECTRICITY GRIDS WORK PACKAGE 3: SIMULATION USING HISTORICAL WIND DATA

WIND INTEGRATION IN ELECTRICITY GRIDS WORK PACKAGE 3: SIMULATION USING HISTORICAL WIND DATA WIND INTEGRATION IN ELECTRICITY GRIDS WORK PACKAGE 3: SIMULATION USING PREPARED BY: Strategy and Economics DATE: 18 January 2012 FINAL Australian Energy Market Operator Ltd ABN 94 072 010 327 www.aemo.com.au

More information

Wind Generation Curtailment Reduction based on Uncertain Forecasts

Wind Generation Curtailment Reduction based on Uncertain Forecasts Wind Generation Curtailment Reduction based on Uncertain Forecasts A. Alanazi & A. Khodaei University of Denver USA Authors M. Chamana & D. Kushner ComEd USA Presenter Manohar Chamana Introduction Wind

More information

CS 229: Final Paper Wind Prediction: Physical model improvement through support vector regression Daniel Bejarano

CS 229: Final Paper Wind Prediction: Physical model improvement through support vector regression Daniel Bejarano CS 229: Final Paper Wind Prediction: Physical model improvement through support vector regression Daniel Bejarano (dbejarano@stanford.edu), Adriano Quiroga (aquiroga@stanford.edu) December 2013, Stanford

More information

A Hybrid Model of Wavelet and Neural Network for Short Term Load Forecasting

A Hybrid Model of Wavelet and Neural Network for Short Term Load Forecasting International Journal of Electronic and Electrical Engineering. ISSN 0974-2174, Volume 7, Number 4 (2014), pp. 387-394 International Research Publication House http://www.irphouse.com A Hybrid Model of

More information

2013 Weather Normalization Survey. Itron, Inc El Camino Real San Diego, CA

2013 Weather Normalization Survey. Itron, Inc El Camino Real San Diego, CA Itron, Inc. 11236 El Camino Real San Diego, CA 92130 2650 858 724 2620 March 2014 Weather normalization is the process of reconstructing historical energy consumption assuming that normal weather occurred

More information

HYBRID PREDICTION MODEL FOR SHORT TERM WIND SPEED FORECASTING

HYBRID PREDICTION MODEL FOR SHORT TERM WIND SPEED FORECASTING HYBRID PREDICTION MODEL FOR SHORT TERM WIND SPEED FORECASTING M. C. Lavanya and S. Lakshmi Department of Electronics and Communication, Sathyabama University, Chennai, India E-Mail: mclavanyabe@gmail.com

More information

810 A Comparison of Turbine-based and Farm-based Methods for Converting Wind to Power

810 A Comparison of Turbine-based and Farm-based Methods for Converting Wind to Power 810 A Comparison of Turbine-based and Farm-based Methods for Converting Wind to Power Julia M. Pearson 1, G. Wiener, B. Lambi, and W. Myers National Center for Atmospheric Research Research Applications

More information

Ms. Cheryl Blundon Director Corporate Services & Board Secretary

Ms. Cheryl Blundon Director Corporate Services & Board Secretary Ai\I or newfoundland!abrader k hydro a nalcor energy company Hydro Place. 500 Columbus Drive. P.O. Box 12400. St. John's. NI. Canada Al 4K7 t. 709.737.1400 f. 709.737.1800 www.n1h.nl.ca May 13, 2015 The

More information

APPENDIX 7.4 Capacity Value of Wind Resources

APPENDIX 7.4 Capacity Value of Wind Resources APPENDIX 7.4 Capacity Value of Wind Resources This page is intentionally left blank. Capacity Value of Wind Resources In analyzing wind resources, it is important to distinguish the difference between

More information

PowerPredict Wind Power Forecasting September 2011

PowerPredict Wind Power Forecasting September 2011 PowerPredict Wind Power Forecasting September 2011 For further information please contact: Dr Geoff Dutton, Energy Research Unit, STFC Rutherford Appleton Laboratory, Didcot, Oxon OX11 0QX E-mail: geoff.dutton@stfc.ac.uk

More information

WIND POWER generation is rapidly expanding into a

WIND POWER generation is rapidly expanding into a IEEE TRANSACTIONS ON ENERGY CONVERSION, VOL. 24, NO. 1, MARCH 2009 125 Short-Term Prediction of Wind Farm Power: A Data Mining Approach Andrew Kusiak, Member, IEEE, Haiyang Zheng, and Zhe Song, Student

More information

MODELLING ENERGY DEMAND FORECASTING USING NEURAL NETWORKS WITH UNIVARIATE TIME SERIES

MODELLING ENERGY DEMAND FORECASTING USING NEURAL NETWORKS WITH UNIVARIATE TIME SERIES MODELLING ENERGY DEMAND FORECASTING USING NEURAL NETWORKS WITH UNIVARIATE TIME SERIES S. Cankurt 1, M. Yasin 2 1&2 Ishik University Erbil, Iraq 1 s.cankurt@ishik.edu.iq, 2 m.yasin@ishik.edu.iq doi:10.23918/iec2018.26

More information

Wind Power Production Estimation through Short-Term Forecasting

Wind Power Production Estimation through Short-Term Forecasting 5 th International Symposium Topical Problems in the Field of Electrical and Power Engineering, Doctoral School of Energy and Geotechnology Kuressaare, Estonia, January 14 19, 2008 Wind Power Production

More information

Explanatory Information Analysis for Day-Ahead Price Forecasting in the Iberian Electricity Market

Explanatory Information Analysis for Day-Ahead Price Forecasting in the Iberian Electricity Market Energies 2015, 8, 10464-10486; doi:10.3390/en80910464 Article OPEN ACCESS energies ISSN 1996-1073 www.mdpi.com/journal/energies Explanatory Information Analysis for Day-Ahead Price Forecasting in the Iberian

More information

Wind energy production backcasts based on a high-resolution reanalysis dataset

Wind energy production backcasts based on a high-resolution reanalysis dataset Wind energy production backcasts based on a high-resolution reanalysis dataset Liu, S., Gonzalez, L. H., Foley, A., & Leahy, P. (2018). Wind energy production backcasts based on a highresolution reanalysis

More information

Comparative analysis of neural network and regression based condition monitoring approaches for wind turbine fault detection

Comparative analysis of neural network and regression based condition monitoring approaches for wind turbine fault detection Downloaded from orbit.dtu.dk on: Oct, 218 Comparative analysis of neural network and regression based condition monitoring approaches for wind turbine fault detection Schlechtingen, Meik; Santos, Ilmar

More information

COMPARISON OF CLEAR-SKY MODELS FOR EVALUATING SOLAR FORECASTING SKILL

COMPARISON OF CLEAR-SKY MODELS FOR EVALUATING SOLAR FORECASTING SKILL COMPARISON OF CLEAR-SKY MODELS FOR EVALUATING SOLAR FORECASTING SKILL Ricardo Marquez Mechanical Engineering Applied Mechanics School of Engineering University of California Merced Merced, California 95343

More information

Development of wind rose diagrams for Kadapa region of Rayalaseema

Development of wind rose diagrams for Kadapa region of Rayalaseema International Journal of ChemTech Research CODEN (USA): IJCRGG ISSN: 0974-4290 Vol.9, No.02 pp 60-64, 2016 Development of wind rose diagrams for Kadapa region of Rayalaseema Anil Kumar Reddy ChammiReddy

More information

Data and prognosis for renewable energy

Data and prognosis for renewable energy The Hong Kong Polytechnic University Department of Electrical Engineering Project code: FYP_27 Data and prognosis for renewable energy by Choi Man Hin 14072258D Final Report Bachelor of Engineering (Honours)

More information

Big Data Paradigm for Risk- Based Predictive Asset and Outage Management

Big Data Paradigm for Risk- Based Predictive Asset and Outage Management Big Data Paradigm for Risk- Based Predictive Asset and Outage Management M. Kezunovic Life Fellow, IEEE Regents Professor Director, Smart Grid Center Texas A&M University Outline Problems to Solve and

More information

Director Corporate Services & Board Secretary

Director Corporate Services & Board Secretary March, The Board of Commissioners of Public Utilities Prince Charles Building Torbay Road, P.O. Box 0 St. John s, NL AA B Attention: Ms. Cheryl Blundon Director Corporate Services & Board Secretary Dear

More information

Thunderstorm Forecasting by using Artificial Neural Network

Thunderstorm Forecasting by using Artificial Neural Network Thunderstorm Forecasting by using Artificial Neural Network N.F Nik Ismail, D. Johari, A.F Ali, Faculty of Electrical Engineering Universiti Teknologi MARA 40450 Shah Alam Malaysia nikfasdi@yahoo.com.my

More information

Wind Power Forecasting using Artificial Neural Networks

Wind Power Forecasting using Artificial Neural Networks Wind Power Forecasting using Artificial Neural Networks This paper aims at predicting the power output of wind turbines using artificial neural networks,two different algorithms and models were trained

More information

CARLOS F. M. COIMBRA (PI) HUGO T. C. PEDRO (CO-PI)

CARLOS F. M. COIMBRA (PI) HUGO T. C. PEDRO (CO-PI) HIGH-FIDELITY SOLAR POWER FORECASTING SYSTEMS FOR THE 392 MW IVANPAH SOLAR PLANT (CSP) AND THE 250 MW CALIFORNIA VALLEY SOLAR RANCH (PV) PROJECT CEC EPC-14-008 CARLOS F. M. COIMBRA (PI) HUGO T. C. PEDRO

More information

Ocean Based Water Allocation Forecasts Using an Artificial Intelligence Approach

Ocean Based Water Allocation Forecasts Using an Artificial Intelligence Approach Ocean Based Water Allocation Forecasts Using an Artificial Intelligence Approach Khan S 1, Dassanayake D 2 and Rana T 2 1 Charles Sturt University and CSIRO Land and Water, School of Science and Tech,

More information

Solar Activity Forecasting on by Means of Artificial Neural Networks

Solar Activity Forecasting on by Means of Artificial Neural Networks Reported on EGS XXIV General Assembly, 22 April 1999, The Hague, The Netherlands Solar Activity Forecasting on 1999-2000 by Means of Artificial Neural Networks A. Dmitriev, Yu. Minaeva, Yu. Orlov, M. Riazantseva,

More information

Irish Industrial Wages: An Econometric Analysis Edward J. O Brien - Junior Sophister

Irish Industrial Wages: An Econometric Analysis Edward J. O Brien - Junior Sophister Irish Industrial Wages: An Econometric Analysis Edward J. O Brien - Junior Sophister With pay agreements firmly back on the national agenda, Edward O Brien s topical econometric analysis aims to identify

More information

A Hybrid ARIMA and Neural Network Model to Forecast Particulate. Matter Concentration in Changsha, China

A Hybrid ARIMA and Neural Network Model to Forecast Particulate. Matter Concentration in Changsha, China A Hybrid ARIMA and Neural Network Model to Forecast Particulate Matter Concentration in Changsha, China Guangxing He 1, Qihong Deng 2* 1 School of Energy Science and Engineering, Central South University,

More information

Skilful seasonal predictions for the European Energy Industry

Skilful seasonal predictions for the European Energy Industry Skilful seasonal predictions for the European Energy Industry Hazel Thornton, Philip Bett, Robin Clark, Adam Scaife, Brian Hoskins, David Brayshaw WGSIP, 10/10/2017 Outline Energy industry and climate

More information

WIND SPEED ESTIMATION IN SAUDI ARABIA USING THE PARTICLE SWARM OPTIMIZATION (PSO)

WIND SPEED ESTIMATION IN SAUDI ARABIA USING THE PARTICLE SWARM OPTIMIZATION (PSO) WIND SPEED ESTIMATION IN SAUDI ARABIA USING THE PARTICLE SWARM OPTIMIZATION (PSO) Mohamed Ahmed Mohandes Shafique Rehman King Fahd University of Petroleum & Minerals Saeed Badran Electrical Engineering

More information

Application of Text Mining for Faster Weather Forecasting

Application of Text Mining for Faster Weather Forecasting International Journal of Computer Engineering and Information Technology VOL. 8, NO. 11, November 2016, 213 219 Available online at: www.ijceit.org E-ISSN 2412-8856 (Online) Application of Text Mining

More information

EE-588 ADVANCED TOPICS IN NEURAL NETWORK

EE-588 ADVANCED TOPICS IN NEURAL NETWORK CUKUROVA UNIVERSITY DEPARTMENT OF ELECTRICAL&ELECTRONICS ENGINEERING EE-588 ADVANCED TOPICS IN NEURAL NETWORK THE PROJECT PROPOSAL AN APPLICATION OF NEURAL NETWORKS FOR WEATHER TEMPERATURE FORECASTING

More information

Justin Appleby CS 229 Machine Learning Project Report 12/15/17 Kevin Chalhoub Building Electricity Load Forecasting

Justin Appleby CS 229 Machine Learning Project Report 12/15/17 Kevin Chalhoub Building Electricity Load Forecasting Justin Appleby CS 229 Machine Learning Project Report 12/15/17 Kevin Chalhoub Building Electricity Load Forecasting with ARIMA and Sequential Linear Regression Abstract Load forecasting is an essential

More information

Research Article Weather Forecasting Using Sliding Window Algorithm

Research Article Weather Forecasting Using Sliding Window Algorithm ISRN Signal Processing Volume 23, Article ID 5654, 5 pages http://dx.doi.org/.55/23/5654 Research Article Weather Forecasting Using Sliding Window Algorithm Piyush Kapoor and Sarabjeet Singh Bedi 2 KvantumInc.,Gurgaon22,India

More information

FORECASTING OF WIND GENERATION The wind power of tomorrow on your screen today!

FORECASTING OF WIND GENERATION The wind power of tomorrow on your screen today! FORECASTING OF WIND GENERATION The wind power of tomorrow on your screen today! Pierre Pinson 1, Gregor Giebel 2 and Henrik Madsen 1 1 Technical University of Denmark, Denmark Dpt. of Informatics and Mathematical

More information

Wind Rules and Forecasting Project Update Market Issues Working Group 12/14/2007

Wind Rules and Forecasting Project Update Market Issues Working Group 12/14/2007 Wind Rules and Forecasting Project Update Market Issues Working Group 12/14/2007 Background Over the past 3 MIWG meetings, NYISO has discussed a methodology for forecasting wind generation in the NYCA

More information

Weather Unit. Daily Weather:

Weather Unit. Daily Weather: Satellites, Weather and Climate Lesson plan summary: Weather Created by: Richard Meyer Burlington High School, Burlington VT Grade Level: 9-12 Curriculum Target Benchmarks: Subject keywords: Weather, Unisys

More information

Abstract. Keywords: artificial neural network, Bayesian learning, Fisher information, online learning, wind speed forecasting.

Abstract. Keywords: artificial neural network, Bayesian learning, Fisher information, online learning, wind speed forecasting. Online Bayesian Learning with Natural Sequential Prior Distribution Used for Wind Speed Prediction Nawal Cheggaga Department of electronics, Faculty of Technology, Saad Dahlab University, Blida, Algeria,

More information

MCP-Based Wind Farm Site Selection Using Variance Ratio Algorithm

MCP-Based Wind Farm Site Selection Using Variance Ratio Algorithm MCP-Based Wind Farm Site Selection Using Variance Ratio Algorithm Devin A. Kasper Department of Physics and Astronomy, Minnesota State University Moorhead Department of Industrial and Manufacturing Engineering,

More information

Forecasting demand in the National Electricity Market. October 2017

Forecasting demand in the National Electricity Market. October 2017 Forecasting demand in the National Electricity Market October 2017 Agenda Trends in the National Electricity Market A review of AEMO s forecasting methods Long short-term memory (LSTM) neural networks

More information

TEMPERATUTE PREDICTION USING HEURISTIC DATA MINING ON TWO-FACTOR FUZZY TIME-SERIES

TEMPERATUTE PREDICTION USING HEURISTIC DATA MINING ON TWO-FACTOR FUZZY TIME-SERIES TEMPERATUTE PREDICTION USING HEURISTIC DATA MINING ON TWO-FACTOR FUZZY TIME-SERIES Adesh Kumar Pandey 1, Dr. V. K Srivastava 2, A.K Sinha 3 1,2,3 Krishna Institute of Engineering & Technology, Ghaziabad,

More information

Probabilistic Energy Forecasting

Probabilistic Energy Forecasting Probabilistic Energy Forecasting Moritz Schmid Seminar Energieinformatik WS 2015/16 ^ KIT The Research University in the Helmholtz Association www.kit.edu Agenda Forecasting challenges Renewable energy

More information

Better Weather Data Equals Better Results: The Proof is in EE and DR!

Better Weather Data Equals Better Results: The Proof is in EE and DR! Better Weather Data Equals Better Results: The Proof is in EE and DR! www.weatherbughome.com Today s Speakers: Amena Ali SVP and General Manager WeatherBug Home Michael Siemann, PhD Senior Research Scientist

More information

Predicting Solar Irradiance and Inverter power for PV sites

Predicting Solar Irradiance and Inverter power for PV sites Area of Expertise: Industry: Name of Client: Predicting Solar Irradiance and Inverter power for PV sites Data Analytics Solar Project End Date: January 2019 Project Timeline: 1. Optimisation Scope InnovateUK

More information

GL Garrad Hassan Short term power forecasts for large offshore wind turbine arrays

GL Garrad Hassan Short term power forecasts for large offshore wind turbine arrays GL Garrad Hassan Short term power forecasts for large offshore wind turbine arrays Require accurate wind (and hence power) forecasts for 4, 24 and 48 hours in the future for trading purposes. Receive 4

More information

Modelling residual wind farm variability using HMMs

Modelling residual wind farm variability using HMMs 8 th World IMACS/MODSIM Congress, Cairns, Australia 3-7 July 2009 http://mssanz.org.au/modsim09 Modelling residual wind farm variability using HMMs Ward, K., Korolkiewicz, M. and Boland, J. School of Mathematics

More information

Advance signals that can be used to foresee demand response days PJM SODRTF - March 9, 2018

Advance signals that can be used to foresee demand response days PJM SODRTF - March 9, 2018 Advance signals that can be used to foresee demand response days PJM SODRTF - March 9, 2018 1 OVERVIEW BGE s load response programs are split between two programs Peak Rewards and Smart Energy Rewards

More information

Predicting Time of Peak Foreign Exchange Rates. Charles Mulemi, Lucio Dery 0. ABSTRACT

Predicting Time of Peak Foreign Exchange Rates. Charles Mulemi, Lucio Dery 0. ABSTRACT Predicting Time of Peak Foreign Exchange Rates Charles Mulemi, Lucio Dery 0. ABSTRACT This paper explores various machine learning models of predicting the day foreign exchange rates peak in a given window.

More information

Colorado PUC E-Filings System

Colorado PUC E-Filings System Page 1 of 10 30-Minute Flex Reserve on the Public Service Company of Colorado System Colorado PUC E-Filings System Prepared by: Xcel Energy Services, Inc. 1800 Larimer St. Denver, Colorado 80202 May 13,

More information

Demand Forecasting Models

Demand Forecasting Models E 2017 PSE Integrated Resource Plan Demand Forecasting Models This appendix describes the econometric models used in creating the demand forecasts for PSE s 2017 IRP analysis. Contents 1. ELECTRIC BILLED

More information

The Climate of Murray County

The Climate of Murray County The Climate of Murray County Murray County is part of the Crosstimbers. This region is a transition between prairies and the mountains of southeastern Oklahoma. Average annual precipitation ranges from

More information

Mr. Harshit K. Dave 1, Dr. Keyur P. Desai 2, Dr. Harit K. Raval 3

Mr. Harshit K. Dave 1, Dr. Keyur P. Desai 2, Dr. Harit K. Raval 3 Investigations on Prediction of MRR and Surface Roughness on Electro Discharge Machine Using Regression Analysis and Artificial Neural Network Programming Mr. Harshit K. Dave 1, Dr. Keyur P. Desai 2, Dr.

More information

Using artificial neural network for solar energy level predicting

Using artificial neural network for solar energy level predicting ISSN 1746-7659, England, UK Journal of Information and Computing Science Vol. 13, No. 3, 2018, pp.163-167 Using artificial neural network for solar energy level predicting A.G. Mustafaev Dagestan state

More information

FORECASTING: A REVIEW OF STATUS AND CHALLENGES. Eric Grimit and Kristin Larson 3TIER, Inc. Pacific Northwest Weather Workshop March 5-6, 2010

FORECASTING: A REVIEW OF STATUS AND CHALLENGES. Eric Grimit and Kristin Larson 3TIER, Inc. Pacific Northwest Weather Workshop March 5-6, 2010 SHORT-TERM TERM WIND POWER FORECASTING: A REVIEW OF STATUS AND CHALLENGES Eric Grimit and Kristin Larson 3TIER, Inc. Pacific Northwest Weather Workshop March 5-6, 2010 Integrating Renewable Energy» Variable

More information

Modelling Wind Farm Data and the Short Term Prediction of Wind Speeds

Modelling Wind Farm Data and the Short Term Prediction of Wind Speeds Modelling Wind Farm Data and the Short Term Prediction of Wind Speeds An Investigation into Wind Speed Data Sets Erin Mitchell Lancaster University 6th April 2011 Outline 1 Data Considerations Overview

More information

peak half-hourly Tasmania

peak half-hourly Tasmania Forecasting long-term peak half-hourly electricity demand for Tasmania Dr Shu Fan B.S., M.S., Ph.D. Professor Rob J Hyndman B.Sc. (Hons), Ph.D., A.Stat. Business & Economic Forecasting Unit Report for

More information

Wind power and management of the electric system. EWEA Wind Power Forecasting 2015 Leuven, BELGIUM - 02/10/2015

Wind power and management of the electric system. EWEA Wind Power Forecasting 2015 Leuven, BELGIUM - 02/10/2015 Wind power and management of the electric system EWEA Wind Power Forecasting 2015 Leuven, BELGIUM - 02/10/2015 HOW WIND ENERGY IS TAKEN INTO ACCOUNT WHEN MANAGING ELECTRICITY TRANSMISSION SYSTEM IN FRANCE?

More information

Modelling and Prediction of 150KW PV Array System in Northern India using Artificial Neural Network

Modelling and Prediction of 150KW PV Array System in Northern India using Artificial Neural Network International Journal of Engineering Science Invention ISSN (Online): 2319 6734, ISSN (Print): 2319 6726 Volume 5 Issue 5 May 2016 PP.18-25 Modelling and Prediction of 150KW PV Array System in Northern

More information

A. Pelliccioni (*), R. Cotroneo (*), F. Pungì (*) (*)ISPESL-DIPIA, Via Fontana Candida 1, 00040, Monteporzio Catone (RM), Italy.

A. Pelliccioni (*), R. Cotroneo (*), F. Pungì (*) (*)ISPESL-DIPIA, Via Fontana Candida 1, 00040, Monteporzio Catone (RM), Italy. Application of Neural Net Models to classify and to forecast the observed precipitation type at the ground using the Artificial Intelligence Competition data set. A. Pelliccioni (*), R. Cotroneo (*), F.

More information

Power System Seminar Presentation Wind Forecasting and Dispatch 7 th July, Wind Power Forecasting tools and methodologies

Power System Seminar Presentation Wind Forecasting and Dispatch 7 th July, Wind Power Forecasting tools and methodologies Power System Seminar Presentation Wind Forecasting and Dispatch 7 th July, 2011 Wind Power Forecasting tools and methodologies Amanda Kelly Principal Engineer Power System Operational Planning Operations

More information

Do we need Experts for Time Series Forecasting?

Do we need Experts for Time Series Forecasting? Do we need Experts for Time Series Forecasting? Christiane Lemke and Bogdan Gabrys Bournemouth University - School of Design, Engineering and Computing Poole House, Talbot Campus, Poole, BH12 5BB - United

More information

Importance of Numerical Weather Prediction in Variable Renewable Energy Forecast

Importance of Numerical Weather Prediction in Variable Renewable Energy Forecast Importance of Numerical Weather Prediction in Variable Renewable Energy Forecast Dr. Abhijit Basu (Integrated Research & Action for Development) Arideep Halder (Thinkthrough Consulting Pvt. Ltd.) September

More information

not for commercial-scale installations. Thus, there is a need to study the effects of snow on

not for commercial-scale installations. Thus, there is a need to study the effects of snow on 1. Problem Statement There is a great deal of uncertainty regarding the effects of snow depth on energy production from large-scale photovoltaic (PV) solar installations. The solar energy industry claims

More information

Gated Ensemble Learning Method for Demand-Side Electricity Load Forecasting

Gated Ensemble Learning Method for Demand-Side Electricity Load Forecasting Gated Ensemble Learning Method for Demand-Side Electricity Load Forecasting Eric M. Burger, Scott J. Moura Energy, Control, and Applications Lab, University of California, Berkeley Abstract The forecasting

More information

Wind Assessment & Forecasting

Wind Assessment & Forecasting Wind Assessment & Forecasting GCEP Energy Workshop Stanford University April 26, 2004 Mark Ahlstrom CEO, WindLogics Inc. mark@windlogics.com WindLogics Background Founders from supercomputing industry

More information