WEATHER DEPENENT ELECTRICITY MARKET FORECASTING WITH NEURAL NETWORKS, WAVELET AND DATA MINING TECHNIQUES. Z.Y. Dong X. Li Z. Xu K. L.

Size: px
Start display at page:

Download "WEATHER DEPENENT ELECTRICITY MARKET FORECASTING WITH NEURAL NETWORKS, WAVELET AND DATA MINING TECHNIQUES. Z.Y. Dong X. Li Z. Xu K. L."

Transcription

1 WEATHER DEPENENT ELECTRICITY MARKET FORECASTING WITH NEURAL NETWORKS, WAVELET AND DATA MINING TECHNIQUES Abstract Z.Y. Dong X. Li Z. Xu K. L. Teo School of Information Technology and Electrical Engineering The University of Queensland, St. Lucia, QLD 4072, Australia With the presence of competitive electricity market, accurate load and price forecasting have become essential for both system operator as well as general participants. Presented in this paper is an adaptive neuro-wavelet model for Short Term Electricity Load Forecast (STLF). Both historical load and temperature data, which have important impacts on load level, are used in forecasting by the proposed model. To enhance the forecasting accuracy by neural networks, the Non-decimated Wavelet Transform (NWT) is introduced to pre-process these data. The proposed model has been evaluated using actual data of electricity load and temperature of Queensland, Australia. The simulation results demonstrate that the model is capable of providing a reasonable forecasting accuracy in STLF. In addition, a forecasting scheme based on the presented model and data mining technique has been outlined for future research, which aims at forecasting electricity price with outliers. 1. INTRODUCTION The deregulation of power industries in Australia was recommended to the Federal and State Governments in 1991 [1]. Since then, competitive electricity markets, including wholesale and retail sectors, have been slowly but firmly introduced into serval states, resulting in formal launch of Australian Nation Electricity Market (NEM) in The fundamental objective of the deregulation is to increase the efficiency of electricity generation and distribution while maintaining sufficient security of operation. With the presence of electricity market, forecasting electricity demand and price become a necessity. Proper forecasting of electricity load would ensure adequate electricity generation to meet the consumers demands in the near and far future. In a deregulated electricity market, the penalty for inadequate load supply is very high. A generation company may lose its entire year s revenue due to unforeseen loss of generation caused by contingencies [2], usually out of system operation s control. One solution to overcome and to manage such contingencies is by proper system operational planning based on STLF, which forecasts the load of a few minutes, hours, or days ahead. The aim of STLF is to predict the future electricity demand based on the recognition of similar repeating trends of patterns from historical load data. However, other important factors, such as social events and especially the weatherrelated variables, must be considered [3], [4], [5], [6] and [7]. Traditionally forecasting models are mostly linear methods, such as Autoregressive Moving Average (ARMA) model, which have limited abilities to capture the nonlinearities in the time series such as electricity demand. In recent years, modern techniques based on artificial intelligence have shown promising results. The Neural Network (NN) based methods have gained most attention [8]. The NN is regarded as an effective approach and is now being used for electricity demand and price forecast. The reason of its popularity exists in its ease of

2 use and ability of function approximation of high complexity. Among different types of NNs that have been implemented, the Multilayer Percetrons (MLP) or Feed-forward NN has been proven to give satisfactory results for time series predictions [8] and [9]. In this paper a forecasting scheme has been developed. In addition to the historical electricity demand data, the weather (temperature), which has significant impacts on energy consumption, has also been used in the proposed method. By pre-processing these data using Non-decimated Wavelet Transform (NWT), the forecasting accuracy has been enhanced. An example using realworld data from Australia NEM has demonstrated the proposed method can provide reasonable accuracy in STLF. Furthermore, future scope of applying the scheme with data mining techniques in forecasting electricity spot price has been discussed. 2. THE PROPOSED WEATHER DEPENDANT SHORT TERM LOAD FORECASTING MODEL The proposed model has three stages for STLF, including data pre-processing using NWT, NN forecasting using feed-forward NN and data post-processing by NWT. Figure 1 shows the overall structure of the proposed model. 2.1 Data pre-processing Both the historical data of electricity load and temperature are treated as time series signals. NWT is used as the pre-signal processor in the proposed model. The à trous transform is an example of nondecimated wavelet transform. This algorithm is used in our approach to extract the hidden patterns of both the historical time series of electricity demand and temperature. If we consider a given time series signal, the à trous wavelet transform filters the signal through a series of low and high pass filters. The result from each filtering stage is the approximation (low frequency information) and detail (high frequency information) coefficient series obtained at different resolution levels. The number of filter stages depends on the highest resolution level determined for the filtering process. Comparing to classical wavelet algorithm, the NWT does not drop any data (non-decimation) and keep the time-invariance in decomposition, therefore has been adopted in the model. Figure 1 The proposed forecast model 2.2 Neural network forecasting In this stage, the wavelet coefficients obtained from NWT decomposition are fed into neural networks to predict future data at

3 one more time steps ahead. A set of feedfroward NNs are allocated to forecast the wavelet at different resolution levels. These networks contain only one hidden layer, which is adequate to approximate functions of any complexities [10]. The Scaled Conjugate Gradient algorithm (SCG) is used in training the NNs, due to its advantage of fast computational time for a large NN size. Figure 2 Wavelet Recombination Process 2.3 Data post-processing For post signal processing, the same wavelet technique and resolution level as mentioned in Stage 1 is used. In this stage, the outputs from the signal predictors (NNs) are combined to form the final predicted output. This is achieved by summing all the predicted wavelet coefficients. Figure 2 illustrates the recombination process. 3. SIMULATION AND RESULTS 3.1 Results The proposed model is tested with eight sets of historical data containing the electricity load and temperature data for the month of January 2001; one set of electricity demand data of Queensland Market and seven sets of temperature data from seven different locations (higher power consumption regions) of Queensland. It should be noted that the load data is with half-hour basis. The reason for using seven sets of temperature data is a compromise due to the unavailability of a general set of average temperature data for Queensland. The forecasting performance is measured by the mean absolute percentage error (MAPE) N 1 xi yi MAPE = *100% (1) N i= 1 xi where N is the number of points measured, x i is the actual values and y i is the predicted values. The model is trained with one week (336 points) of combined demand and temperature data for fifty cycles. The performance of the forecast model was evaluated and the results are as shown in Figures 3 to 5. Table 1: Summary of MAPEs No. of forecasted points MAPE (%) 336 (7 days) (8 days) (9 days) The MAPE values were calculated based on the forecasted values and the original time series. The MAPEs are recorded in Table 1.

4 Figure 3. 7-day ahead forecasting (336 points) Figure 5. 9-day ahead forecasting (432 points) 3.2 Discussion Figure 4. 8-day ahead forecasting (384 points) From the simulation results, it can be seen that the proposed model produces a reasonable accuracy in STLF. In our case study, training of the proposed model was conducted with only 336 points (one week) of the recent temperature and electricity historical data. Once the model is trained, it can be used to forecast the electricity load data for 48 times, each time forecasting one point ahead and with MAPE less than 1.7%, without the need to be retrained. Figure 6. The proposed model for multi-step forecasting Nevertheless, there is a limitation with the forecasting schemes that can be used for the model. The model can only predict one point ahead, which makes it unfeasible for the STLF of Queensland. To resolve the limitation, the model can be modified to

5 predict more points ahead. This modification can be done by including more prediction units into the model, which are used to predict the temperatures. The proposed model for multi-step prediction is shown in Figure DATA MINING APPROACH TO ELECTRICITY PRICE FORECASTING From the simulation results, it can be seen that the proposed model produces a reasonable accuracy in STLF. Once the model is trained, it can be used to forecast the electricity load data of future. However, the model can only predict one point ahead, which limits its application. To resolve the limitation, the model can be modified to predict more points ahead in future. Comparing to load data, forecasting the fairly chaotic electricity price is more complex. The high volatility of electricity price is attributed to the many exclusive features of the electricity and the power systems. Especially, the outliers or spikes in the price series have made the forecasting extremely difficult, although market participants rely much on this information for finical management. With the model proposed in this paper, we have further proposed an electricity forecasting scheme. Basic forecasting function will be achieved using the model developed in this paper, while the data mining technique is employed to account for outlier prediction. From the data set (see Figure 7), it can be seen that the total electricity demands (TED) are more or less periodical. The price spikes in RRP (regional average price) are correlated to the peak time of TED. As a result the price forecasting can be constrained by employing data mining for prediction of the time of the price spikes by correlation with the demand series in the following steps: TOTALDEMAND RRP Figure 7. The correlation between total demands and price (RRP) 1. Calculate the correlation coefficient r (Pearson s r) between the Total Demand and RRP: r = ( x ( x i i X X ) ( yi Y ) 2 2 ) ( y Y ) i (2) sub-series s in the time period the t-w, to search D for a match s that satisfies the minimum pre-defined Euclidean distance d between s and s. 3. For s the RRP(Δt) * r will be the predicted price value. 2. For a given time series database D, at time t, with the window size w, we take a

6 Price series Demand series Weather series Preprocessing Base Series Figure 8 Proposed price forecasting scheme with outlier detection Combining the data mining technique with the forecasting model developed, the price forecasting scheme with outliers detection is illustrated in Figure 8. With the proposed outline, further research on electricity price forecasting with appearance of outliers is underway. 4. CONCLUSIONS Price Spikes This paper proposed a STLF model with a high forecasting accuracy. The NWT has been successfully implemented in the model. The implementation of NWT has reasonably enhanced the learning capability of the NNs in the model, thus minimizing their training cycles as shown in the simulations. Temperature has a close relationship with electricity load and its feasibility to be included for STLF has been proven with reasonable accuracy achieved from the simulations. In summary, the inclusion of temperature data (as an additional input variable) and the use of NWT (as the data processing tool) for the proposed STLF model have been proved to provide enhanced accuracy in STLF. The NN based forecast model can be further explored by combining data mining techniques in forecasting of electricity price signals, mainly price peaks based on the covariance between load and price data series of an electricity market. 5. REFERENCES [1] National Electricity Market Management Co Ltd (NEMMCO), Statement of Opportunities Correlation Processing Module Base Series NN- Wavelet Forecast Module Final Processing Final forecasted price signal [2] F. F. Wu and P. Varaiya, Coordinated multilateral trades for electric power networks: theory and implementation 1, Electrical Power and Energy Systems 21 (1999) [3] G. Chicco et al, Load pattern clustering for short-term load forecasting of anomalous days, Proc. IEEE Porto PowerTech 2001, Sep [4] D. W. Bunn, Forecasting loads and prices in competitive power markets, Proc. of the IEE, vol. 88, no. 2, Feb. 2000, pp [5] B. L. Zhang and Z. Y. Dong, An adaptive neural-wavelet model for short term load forecasting, Electric Power Systems Research 59 (2001) [6] D. K. Ranaweera et al, Effect of probabilistic inputs on neural networkbased electric load forecasting, IEEE Trans. on Neural Networks, vol. 7, no. 6, Nov. 1996, pp [7] A. D. Papalexopoulos and T. C. Hesterberg, A regression-based approach to short-term system load forecasting, IEEE Trans. on Power Systems, vol. 5, no. 4, Nov. 1990, pp [8] H. S. Hippert et al, Neural networks for short-term load forecasting: A Review and Evaluation, IEEE Trans. on Power Systems, vol. 16, no. 1, Feb. 2001, pp [9] W. R. Foster et al, Neural network forecasting of short, noisy time series, Computers Chem. Enging., vol.16, no.4, 1992, pp [10] S. Haykin, Neural Networks, Macmillan College Publishing Company, Inc

Demand Forecasting in Deregulated Electricity Markets

Demand Forecasting in Deregulated Electricity Markets International Journal of Computer Applications (975 8887) Demand Forecasting in Deregulated Electricity Marets Anamia Electrical & Electronics Engineering Department National Institute of Technology Jamshedpur

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

One-Hour-Ahead Load Forecasting Using Neural Network

One-Hour-Ahead Load Forecasting Using Neural Network IEEE TRANSACTIONS ON POWER SYSTEMS, VOL. 17, NO. 1, FEBRUARY 2002 113 One-Hour-Ahead Load Forecasting Using Neural Network Tomonobu Senjyu, Member, IEEE, Hitoshi Takara, Katsumi Uezato, and Toshihisa Funabashi,

More information

Electric Load Forecasting Using Wavelet Transform and Extreme Learning Machine

Electric Load Forecasting Using Wavelet Transform and Extreme Learning Machine Electric Load Forecasting Using Wavelet Transform and Extreme Learning Machine Song Li 1, Peng Wang 1 and Lalit Goel 1 1 School of Electrical and Electronic Engineering Nanyang Technological University

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 new method for short-term load forecasting based on chaotic time series and neural network

A new method for short-term load forecasting based on chaotic time series and neural network A new method for short-term load forecasting based on chaotic time series and neural network Sajjad Kouhi*, Navid Taghizadegan Electrical Engineering Department, Azarbaijan Shahid Madani University, Tabriz,

More information

HYBRID ARTIFICIAL NEURAL NETWORK SYSTEM FOR SHORT-TERM LOAD FORECASTING

HYBRID ARTIFICIAL NEURAL NETWORK SYSTEM FOR SHORT-TERM LOAD FORECASTING Ilić, S. A. et al.: Hybrid Artificial Neural Network System for Short-Term... S215 HYBRID ARTIFICIAL NEURAL NETWORK SYSTEM FOR SHORT-TERM LOAD FORECASTING by Slobodan A. ILIĆ*, Srdjan M. VUKMIROVIĆ, Aleksandar

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

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

Neural-wavelet Methodology for Load Forecasting

Neural-wavelet Methodology for Load Forecasting Journal of Intelligent and Robotic Systems 31: 149 157, 2001. 2001 Kluwer Academic Publishers. Printed in the Netherlands. 149 Neural-wavelet Methodology for Load Forecasting RONG GAO and LEFTERI H. TSOUKALAS

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

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

Load Forecasting Using Artificial Neural Networks and Support Vector Regression

Load Forecasting Using Artificial Neural Networks and Support Vector Regression Proceedings of the 7th WSEAS International Conference on Power Systems, Beijing, China, September -7, 2007 3 Load Forecasting Using Artificial Neural Networks and Support Vector Regression SILVIO MICHEL

More information

Univariate versus Multivariate Models for Short-term Electricity Load Forecasting

Univariate versus Multivariate Models for Short-term Electricity Load Forecasting Univariate versus Multivariate Models for Short-term Electricity Load Forecasting Guilherme Guilhermino Neto 1, Samuel Belini Defilippo 2, Henrique S. Hippert 3 1 IFES Campus Linhares. guilherme.neto@ifes.edu.br

More information

LONG - TERM INDUSTRIAL LOAD FORECASTING AND PLANNING USING NEURAL NETWORKS TECHNIQUE AND FUZZY INFERENCE METHOD ABSTRACT

LONG - TERM INDUSTRIAL LOAD FORECASTING AND PLANNING USING NEURAL NETWORKS TECHNIQUE AND FUZZY INFERENCE METHOD ABSTRACT LONG - TERM NDUSTRAL LOAD FORECASTNG AND PLANNNG USNG NEURAL NETWORKS TECHNQUE AND FUZZY NFERENCE METHOD M. A. Farahat Zagazig University, Zagazig, Egypt ABSTRACT Load forecasting plays a dominant part

More information

Implementation of Artificial Neural Network for Short Term Load Forecasting

Implementation of Artificial Neural Network for Short Term Load Forecasting Implementation of Artificial Neural Network for Short Term Load Forecasting Anju Bala * * Research Scholar, E.E. Department, D.C.R. University of Sci. & Technology, Murthal, anju8305@gmail.com N. K. Yadav

More information

Energy Clearing Price Prediction and Confidence Interval Estimation With Cascaded Neural Networks

Energy Clearing Price Prediction and Confidence Interval Estimation With Cascaded Neural Networks IEEE TRANSACTIONS ON POWER SYSTEMS, VOL. 18, NO. 1, FEBRUARY 2003 99 Energy Clearing Price Prediction and Confidence Interval Estimation With Cascaded Neural Networks Li Zhang, Member, IEEE, Peter B. Luh,

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

Evaluation of support vector machine based forecasting tool in electricity price forecasting for Australian national electricity market participants *

Evaluation of support vector machine based forecasting tool in electricity price forecasting for Australian national electricity market participants * technical paper 227 Evaluation of support vector machine based forecasting tool in electricity price forecasting for Australian national electricity maret participants * DC Sansom, T Downs and TK.Saha

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

Fuzzy based Day Ahead Prediction of Electric Load using Mahalanobis Distance

Fuzzy based Day Ahead Prediction of Electric Load using Mahalanobis Distance 200 International Conference on Power System Technology Fuzzy based Day Ahead Prediction of Electric Load using Mahalanobis Distance Amit Jain, Member, IEEE, E. Srinivas, and Santosh umar Kuadapu Abstract--Prediction

More information

A Hybrid Method of CART and Artificial Neural Network for Short-term term Load Forecasting in Power Systems

A Hybrid Method of CART and Artificial Neural Network for Short-term term Load Forecasting in Power Systems A Hybrid Method of CART and Artificial Neural Network for Short-term term Load Forecasting in Power Systems Hiroyuki Mori Dept. of Electrical & Electronics Engineering Meiji University Tama-ku, Kawasaki

More information

Short-Term Load Forecasting Using ARIMA Model For Karnataka State Electrical Load

Short-Term Load Forecasting Using ARIMA Model For Karnataka State Electrical Load International Journal of Engineering Research and Development e-issn: 2278-67X, p-issn: 2278-8X, www.ijerd.com Volume 13, Issue 7 (July 217), PP.75-79 Short-Term Load Forecasting Using ARIMA Model For

More information

Short Term Load Forecasting for Bakhtar Region Electric Co. Using Multi Layer Perceptron and Fuzzy Inference systems

Short Term Load Forecasting for Bakhtar Region Electric Co. Using Multi Layer Perceptron and Fuzzy Inference systems Short Term Load Forecasting for Bakhtar Region Electric Co. Using Multi Layer Perceptron and Fuzzy Inference systems R. Barzamini, M.B. Menhaj, A. Khosravi, SH. Kamalvand Department of Electrical Engineering,

More information

Influence of knn-based Load Forecasting Errors on Optimal Energy Production

Influence of knn-based Load Forecasting Errors on Optimal Energy Production Influence of knn-based Load Forecasting Errors on Optimal Energy Production Alicia Troncoso Lora 1, José C. Riquelme 1, José Luís Martínez Ramos 2, Jesús M. Riquelme Santos 2, and Antonio Gómez Expósito

More information

Short-term load forecasting in large scale electrical utility using artificial neural network

Short-term load forecasting in large scale electrical utility using artificial neural network Journal of Scientific & Industrial Research, Vol. 72, December 2013, pp. 739-745 Short-term load forecasting in large scale electrical utility using artificial neural network Slobodan Ilić 1 *, Aleksandar

More information

A Fuzzy Logic Based Short Term Load Forecast for the Holidays

A Fuzzy Logic Based Short Term Load Forecast for the Holidays A Fuzzy Logic Based Short Term Load Forecast for the Holidays Hasan H. Çevik and Mehmet Çunkaş Abstract Electric load forecasting is important for economic operation and planning. Holiday load consumptions

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

A data mining approach for medium-term demand forecasting

A data mining approach for medium-term demand forecasting A data mining approach for medium-term demand forecasting G. S. ~erra"~, M. C. S. Lopes1 & N. F. F. ~becken' I NU, COPPE, Universidade Federal do Rio de Janeiro 2 CEFET-Campos, UNED-Macae' Abstract The

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

Electricity price forecasting in Turkey with artificial neural network models

Electricity price forecasting in Turkey with artificial neural network models Electricity price forecasting in Turkey with artificial neural network models AUTHORS ARTICLE INFO DOI JOURNAL Fazıl Gökgöz Fahrettin Filiz Fazıl Gökgöz and Fahrettin Filiz (2016). Electricity price forecasting

More information

Stream-Based Electricity Load Forecast

Stream-Based Electricity Load Forecast Stream-Based Electricity Load Forecast João Gama 1,2 and Pedro Pereira Rodrigues 1,3 1 LIAAD - INESC Porto L.A. 2 Faculty of Economics, University of Porto 3 Faculty of Sciences, University of Porto Rua

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

MODELLING TRAFFIC FLOW ON MOTORWAYS: A HYBRID MACROSCOPIC APPROACH

MODELLING TRAFFIC FLOW ON MOTORWAYS: A HYBRID MACROSCOPIC APPROACH Proceedings ITRN2013 5-6th September, FITZGERALD, MOUTARI, MARSHALL: Hybrid Aidan Fitzgerald MODELLING TRAFFIC FLOW ON MOTORWAYS: A HYBRID MACROSCOPIC APPROACH Centre for Statistical Science and Operational

More information

Forecasting Crude Oil Price Using Neural Networks

Forecasting Crude Oil Price Using Neural Networks CMU. Journal (2006) Vol. 5(3) 377 Forecasting Crude Oil Price Using Neural Networks Komsan Suriya * Faculty of Economics, Chiang Mai University, Chiang Mai 50200, Thailand *Corresponding author. E-mail:

More information

Forecasting electricity market pricing using artificial neural networks

Forecasting electricity market pricing using artificial neural networks Energy Conversion and Management 48 (2007) 907 912 www.elsevier.com/locate/enconman Forecasting electricity market pricing using artificial neural networks Hsiao-Tien Pao * Department of Management Science,

More information

Direct Method for Training Feed-forward Neural Networks using Batch Extended Kalman Filter for Multi- Step-Ahead Predictions

Direct Method for Training Feed-forward Neural Networks using Batch Extended Kalman Filter for Multi- Step-Ahead Predictions Direct Method for Training Feed-forward Neural Networks using Batch Extended Kalman Filter for Multi- Step-Ahead Predictions Artem Chernodub, Institute of Mathematical Machines and Systems NASU, Neurotechnologies

More information

Short-term water demand forecast based on deep neural network ABSTRACT

Short-term water demand forecast based on deep neural network ABSTRACT Short-term water demand forecast based on deep neural network Guancheng Guo 1, Shuming Liu 2 1,2 School of Environment, Tsinghua University, 100084, Beijing, China 2 shumingliu@tsinghua.edu.cn ABSTRACT

More information

A Unified Framework for Near-term and Short-term System Load Forecasting

A Unified Framework for Near-term and Short-term System Load Forecasting Forecasting / Load Research A Unified Framework for Near-term and Short-term System Load Forecasting Dr. Frank A. Monforte Director, Forecasting Solutions 2009, Itron Inc. All rights reserved. 1 A Unified

More information

Journal of of Computer Applications Research Research and Development and Development (JCARD), ISSN (Print), ISSN

Journal of of Computer Applications Research Research and Development and Development (JCARD), ISSN (Print), ISSN JCARD Journal of of Computer Applications Research Research and Development and Development (JCARD), ISSN 2248-9304(Print), ISSN 2248-9312 (JCARD),(Online) ISSN 2248-9304(Print), Volume 1, Number ISSN

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

FORECASTING SAVING DEPOSIT IN MALAYSIAN ISLAMIC BANKING: COMPARISON BETWEEN ARTIFICIAL NEURAL NETWORK AND ARIMA

FORECASTING SAVING DEPOSIT IN MALAYSIAN ISLAMIC BANKING: COMPARISON BETWEEN ARTIFICIAL NEURAL NETWORK AND ARIMA Jurnal Ekonomi dan Studi Pembangunan Volume 8, Nomor 2, Oktober 2007: 154-161 FORECASTING SAVING DEPOSIT IN MALAYSIAN ISLAMIC BANKING: COMPARISON BETWEEN ARTIFICIAL NEURAL NETWORK AND ARIMA Raditya Sukmana

More information

LONG TERM LOAD FORECASTING OF POWER SYSTEMS USING ARTIFICIAL NEURAL NETWORK AND ANFIS

LONG TERM LOAD FORECASTING OF POWER SYSTEMS USING ARTIFICIAL NEURAL NETWORK AND ANFIS LONG TERM LOAD FORECASTING OF POWER SYSTEMS USING ARTIFICIAL NEURAL NETWORK AND ANFIS Naji Ammar 1, Marizan Sulaiman 2 and Ahmad Fateh Mohamad Nor 2 1 Higher Institute for Water Technology, Agelat, Libya

More information

Short Term Load Forecasting Of Chhattisgarh Grid Using Artificial Neural Network

Short Term Load Forecasting Of Chhattisgarh Grid Using Artificial Neural Network Short Term Load Forecasting Of Chhattisgarh Grid Using Artificial Neural Network 1 Saurabh Ghore, 2 Amit Goswami 1 M.Tech. Student, 2 Assistant Professor Department of Electrical and Electronics Engineering,

More information

A Wavelet Neural Network Forecasting Model Based On ARIMA

A Wavelet Neural Network Forecasting Model Based On ARIMA A Wavelet Neural Network Forecasting Model Based On ARIMA Wang Bin*, Hao Wen-ning, Chen Gang, He Deng-chao, Feng Bo PLA University of Science &Technology Nanjing 210007, China e-mail:lgdwangbin@163.com

More information

Weighted Fuzzy Time Series Model for Load Forecasting

Weighted Fuzzy Time Series Model for Load Forecasting NCITPA 25 Weighted Fuzzy Time Series Model for Load Forecasting Yao-Lin Huang * Department of Computer and Communication Engineering, De Lin Institute of Technology yaolinhuang@gmail.com * Abstract Electric

More information

Intelligent Modular Neural Network for Dynamic System Parameter Estimation

Intelligent Modular Neural Network for Dynamic System Parameter Estimation Intelligent Modular Neural Network for Dynamic System Parameter Estimation Andrzej Materka Technical University of Lodz, Institute of Electronics Stefanowskiego 18, 9-537 Lodz, Poland Abstract: A technique

More information

NEURAL NETWORK BASED APPROACH FOR SHORT-TERM LOAD FORECASTING

NEURAL NETWORK BASED APPROACH FOR SHORT-TERM LOAD FORECASTING International Journal of Science, Environment and Technology, Vol. 1, No 5, 2012, 416-424 NEURAL NETWORK BASED APPROACH FOR SHORT-TERM LOAD FORECASTING LipikaSharma 1, Monika Chakrawarti 2, Abhijeet Dutta

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

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

Wavelet Neural Networks for Nonlinear Time Series Analysis

Wavelet Neural Networks for Nonlinear Time Series Analysis Applied Mathematical Sciences, Vol. 4, 2010, no. 50, 2485-2495 Wavelet Neural Networks for Nonlinear Time Series Analysis K. K. Minu, M. C. Lineesh and C. Jessy John Department of Mathematics National

More information

LONG TERM LOAD FORECASTING FOR THE EGYPTIAN NETWORK USING ANN AND REGRESSION MODELS

LONG TERM LOAD FORECASTING FOR THE EGYPTIAN NETWORK USING ANN AND REGRESSION MODELS LONG TERM LOAD FORECASTING FOR THE EGYPTIAN NETWORK USING ANN AND REGRESSION MODELS Wagdy MANSOUR Benha University- Egypt wagdy_ibrahim2001@yahoo.com Mohamed MOENES Benha University - Egypt dr_moenes@yahoo.com

More information

Artificial Neural Network-Based Short-Term Demand Forecaster

Artificial Neural Network-Based Short-Term Demand Forecaster Artificial Neural Network-Based Short-Term Demand Forecaster A.P. Alves da Silva 1 alex@coep.ufrj.br U.P. Rodrigues 2 ubiratan@triline.com.br A.J. Rocha Reis 2 agnreis@iee.efei.br L.S. Moulin 3 moulin@cepel.br

More information

FORECASTING OF ECONOMIC QUANTITIES USING FUZZY AUTOREGRESSIVE MODEL AND FUZZY NEURAL NETWORK

FORECASTING OF ECONOMIC QUANTITIES USING FUZZY AUTOREGRESSIVE MODEL AND FUZZY NEURAL NETWORK FORECASTING OF ECONOMIC QUANTITIES USING FUZZY AUTOREGRESSIVE MODEL AND FUZZY NEURAL NETWORK Dusan Marcek Silesian University, Institute of Computer Science Opava Research Institute of the IT4Innovations

More information

Australian Journal of Basic and Applied Sciences. A Comparative Analysis of Neural Network based Short Term Load Forecast for Seasonal Prediction

Australian Journal of Basic and Applied Sciences. A Comparative Analysis of Neural Network based Short Term Load Forecast for Seasonal Prediction Australian Journal of Basic and Applied Sciences, 7() Sep 03, Pages: 49-48 AENSI Journals Australian Journal of Basic and Applied Sciences Journal home page: www.ajbasweb.com A Comparative Analysis of

More information

Predicting the Electricity Demand Response via Data-driven Inverse Optimization

Predicting the Electricity Demand Response via Data-driven Inverse Optimization Predicting the Electricity Demand Response via Data-driven Inverse Optimization Workshop on Demand Response and Energy Storage Modeling Zagreb, Croatia Juan M. Morales 1 1 Department of Applied Mathematics,

More information

Fuzzy Logic Approach for Short Term Electrical Load Forecasting

Fuzzy Logic Approach for Short Term Electrical Load Forecasting Fuzzy Logic Approach for Short Term Electrical Load Forecasting M. Rizwan 1, Dinesh Kumar 2, Rajesh Kumar 3 1, 2, 3 Department of Electrical Engineering, Delhi Technological University, Delhi 110042, India

More information

Open Access Research on Data Processing Method of High Altitude Meteorological Parameters Based on Neural Network

Open Access Research on Data Processing Method of High Altitude Meteorological Parameters Based on Neural Network Send Orders for Reprints to reprints@benthamscience.ae The Open Automation and Control Systems Journal, 2015, 7, 1597-1604 1597 Open Access Research on Data Processing Method of High Altitude Meteorological

More information

Spatially-Explicit Prediction of Wholesale Electricity Prices

Spatially-Explicit Prediction of Wholesale Electricity Prices Spatially-Explicit Prediction of Wholesale Electricity Prices J. Wesley Burnett and Xueting Zhao Intern l Assoc for Energy Economics, NYC 2014 West Virginia University Wednesday, June 18, 2014 Outline

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

RESERVOIR INFLOW FORECASTING USING NEURAL NETWORKS

RESERVOIR INFLOW FORECASTING USING NEURAL NETWORKS RESERVOIR INFLOW FORECASTING USING NEURAL NETWORKS CHANDRASHEKAR SUBRAMANIAN MICHAEL T. MANRY Department Of Electrical Engineering The University Of Texas At Arlington Arlington, TX 7619 JORGE NACCARINO

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

LOAD FORECASTING APPLICATIONS for THE ENERGY SECTOR

LOAD FORECASTING APPLICATIONS for THE ENERGY SECTOR LOAD FORECASTING APPLICATIONS for THE ENERGY SECTOR Boris Bizjak, Univerza v Mariboru, FERI 26.2.2016 1 A) Short-term load forecasting at industrial plant Ravne: Load forecasting using linear regression,

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

CHAPTER 5 - QUEENSLAND FORECASTS

CHAPTER 5 - QUEENSLAND FORECASTS CHAPTER 5 - QUEENSLAND FORECASTS Summary This chapter presents information about annual energy, maximum demand (summer and winter), and nonscheduled generation for the Queensland region. It also includes

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

Segmenting electrical load time series for forecasting? An empirical evaluation of daily UK load patterns

Segmenting electrical load time series for forecasting? An empirical evaluation of daily UK load patterns Segmenting electrical load time series for forecasting? An empirical evaluation of daily UK load patterns Sven F. Crone and Nikolaos Kourentzes Abstract Forecasting future electricity load represents one

More information

AESO Load Forecast Application for Demand Side Participation. Eligibility Working Group September 26, 2017

AESO Load Forecast Application for Demand Side Participation. Eligibility Working Group September 26, 2017 AESO Load Forecast Application for Demand Side Participation Eligibility Working Group September 26, 2017 Load forecasting for the Capacity Market Demand Considerations Provide further information on forecasting

More information

Markovian Models for Electrical Load Prediction in Smart Buildings

Markovian Models for Electrical Load Prediction in Smart Buildings Markovian Models for Electrical Load Prediction in Smart Buildings Muhammad Kumail Haider, Asad Khalid Ismail, and Ihsan Ayyub Qazi LUMS School of Science and Engineering, Lahore, Pakistan {8,,ihsan.qazi}@lums.edu.pk

More information

Introduction to Course

Introduction to Course .. Introduction to Course Oran Kittithreerapronchai 1 1 Department of Industrial Engineering, Chulalongkorn University Bangkok 10330 THAILAND last updated: September 17, 2016 COMP METH v2.00: intro 1/

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

Journal of Chemical and Pharmaceutical Research, 2014, 6(5): Research Article

Journal of Chemical and Pharmaceutical Research, 2014, 6(5): Research Article Available online www.jocpr.com Journal of Chemical and Pharmaceutical Research, 2014, 6(5):266-270 Research Article ISSN : 0975-7384 CODEN(USA) : JCPRC5 Anomaly detection of cigarette sales using ARIMA

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

Longshore current velocities prediction: using a neural networks approach

Longshore current velocities prediction: using a neural networks approach Coastal Processes II 189 Longshore current velocities prediction: using a neural networks approach T. M. Alaboud & M. S. El-Bisy Civil Engineering Dept., College of Engineering and Islamic Architecture,

More information

Optimum Neural Network Architecture for Precipitation Prediction of Myanmar

Optimum Neural Network Architecture for Precipitation Prediction of Myanmar Optimum Neural Network Architecture for Precipitation Prediction of Myanmar Khaing Win Mar, Thinn Thu Naing Abstract Nowadays, precipitation prediction is required for proper planning and management of

More information

ACCURATE load forecasting is a key requirement for the

ACCURATE load forecasting is a key requirement for the 164 IEEE TRANSACTIONS ON POWER SYSTEMS, VOL. 19, NO. 1, FEBRUARY 2004 Short-Term Hourly Load Forecasting Using Abductive Networks Radwan E. Abdel-Aal, Member, IEEE Abstract Short-term load modeling and

More information

Lecture Prepared By: Mohammad Kamrul Arefin Lecturer, School of Business, North South University

Lecture Prepared By: Mohammad Kamrul Arefin Lecturer, School of Business, North South University Lecture 15 20 Prepared By: Mohammad Kamrul Arefin Lecturer, School of Business, North South University Modeling for Time Series Forecasting Forecasting is a necessary input to planning, whether in business,

More information

A Bayesian Perspective on Residential Demand Response Using Smart Meter Data

A Bayesian Perspective on Residential Demand Response Using Smart Meter Data A Bayesian Perspective on Residential Demand Response Using Smart Meter Data Datong-Paul Zhou, Maximilian Balandat, and Claire Tomlin University of California, Berkeley [datong.zhou, balandat, tomlin]@eecs.berkeley.edu

More information

An efficient approach for short-term load forecasting using historical data

An efficient approach for short-term load forecasting using historical data An efficient approach for short-term load forecasting using historical data D.V.Rajan Damodar Valley Corporation, Durgapur Steel Thermal Power Station, Durgapur, West Bengal, India. Sourav Mallick Department

More information

Forecasting of Electric Consumption in a Semiconductor Plant using Time Series Methods

Forecasting of Electric Consumption in a Semiconductor Plant using Time Series Methods Forecasting of Electric Consumption in a Semiconductor Plant using Time Series Methods Prayad B. 1* Somsak S. 2 Spansion Thailand Limited 229 Moo 4, Changwattana Road, Pakkred, Nonthaburi 11120 Nonthaburi,

More information

MURDOCH RESEARCH REPOSITORY

MURDOCH RESEARCH REPOSITORY MURDOCH RESEARCH REPOSITORY http://researchrepository.murdoch.edu.au/86/ Kajornrit, J. (22) Monthly rainfall time series prediction using modular fuzzy inference system with nonlinear optimization techniques.

More information

Electric Load Forecasting: An Interval Type-II Fuzzy Inference System Based Approach

Electric Load Forecasting: An Interval Type-II Fuzzy Inference System Based Approach Electric Load Forecasting: An Interval Type-II Fuzzy Inference System Based Approach Nirmal Roy #, Prasid Mitra #2 Department of Electrical Engineering, Jadavpur University Abstract Accurate prediction

More information

Distributed Clustering and Local Regression for Knowledge Discovery in Multiple Spatial Databases

Distributed Clustering and Local Regression for Knowledge Discovery in Multiple Spatial Databases Distributed Clustering and Local Regression for Knowledge Discovery in Multiple Spatial Databases Aleksandar Lazarevic, Dragoljub Pokrajac, Zoran Obradovic School of Electrical Engineering and Computer

More information

FORECAST ACCURACY REPORT 2017 FOR THE 2016 NATIONAL ELECTRICITY FORECASTING REPORT

FORECAST ACCURACY REPORT 2017 FOR THE 2016 NATIONAL ELECTRICITY FORECASTING REPORT FORECAST ACCURACY REPORT 2017 FOR THE 2016 NATIONAL ELECTRICITY FORECASTING REPORT Published: November 2017 Purpose The National Electricity Rules (Rules) require AEMO to report to the Reliability Panel

More information

IJESRT. Scientific Journal Impact Factor: (ISRA), Impact Factor: [Gupta et al., 3(5): May, 2014] ISSN:

IJESRT. Scientific Journal Impact Factor: (ISRA), Impact Factor: [Gupta et al., 3(5): May, 2014] ISSN: IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY Short Term Weather -Dependent Load Forecasting using Fuzzy Logic Technique Monika Gupta Assistant Professor, Marwadi Education

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

22/04/2014. Economic Research

22/04/2014. Economic Research 22/04/2014 Economic Research Forecasting Models for Exchange Rate Tuesday, April 22, 2014 The science of prognostics has been going through a rapid and fruitful development in the past decades, with various

More information

A Sparse Linear Model and Significance Test. for Individual Consumption Prediction

A Sparse Linear Model and Significance Test. for Individual Consumption Prediction A Sparse Linear Model and Significance Test 1 for Individual Consumption Prediction Pan Li, Baosen Zhang, Yang Weng, and Ram Rajagopal arxiv:1511.01853v3 [stat.ml] 21 Feb 2017 Abstract Accurate prediction

More information

Short Term Load Forecasting via a Hierarchical Neural Model

Short Term Load Forecasting via a Hierarchical Neural Model Proceedings of the V Brazilian Conference on Neural Networks - V Congresso Brasileiro de Redes Neurais pp. 055 059, April 2 5, 200 - Rio de Janeiro - RJ - Brazil Short Term Load Forecasting via a Hierarchical

More information

A Dynamic Combination and Selection Approach to Demand Forecasting

A Dynamic Combination and Selection Approach to Demand Forecasting A Dynamic Combination and Selection Approach to Demand Forecasting By Harsukhvir Singh Godrei and Olajide Olugbenga Oyeyipo Thesis Advisor: Dr. Asad Ata Summary: This research presents a dynamic approach

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

Neural Networks Introduction

Neural Networks Introduction Neural Networks Introduction H.A Talebi Farzaneh Abdollahi Department of Electrical Engineering Amirkabir University of Technology Winter 2011 H. A. Talebi, Farzaneh Abdollahi Neural Networks 1/22 Biological

More information

On the importance of the long-term seasonal component in day-ahead electricity price forecasting. Part II - Probabilistic forecasting

On the importance of the long-term seasonal component in day-ahead electricity price forecasting. Part II - Probabilistic forecasting On the importance of the long-term seasonal component in day-ahead electricity price forecasting. Part II - Probabilistic forecasting Rafał Weron Department of Operations Research Wrocław University of

More information

AUTO SALES FORECASTING FOR PRODUCTION PLANNING AT FORD

AUTO SALES FORECASTING FOR PRODUCTION PLANNING AT FORD FCAS AUTO SALES FORECASTING FOR PRODUCTION PLANNING AT FORD Group - A10 Group Members: PGID Name of the Member 1. 61710956 Abhishek Gore 2. 61710521 Ajay Ballapale 3. 61710106 Bhushan Goyal 4. 61710397

More information

Evolutionary Functional Link Interval Type-2 Fuzzy Neural System for Exchange Rate Prediction

Evolutionary Functional Link Interval Type-2 Fuzzy Neural System for Exchange Rate Prediction Evolutionary Functional Link Interval Type-2 Fuzzy Neural System for Exchange Rate Prediction 3. Introduction Currency exchange rate is an important element in international finance. It is one of the chaotic,

More information

A Wavelet Based Prediction Method for Time Series

A Wavelet Based Prediction Method for Time Series Cristina Stolojescu Alexandru Isar Politehnica University Timisoara, Romania Ion Railean Technical University Cluj-Napoca, Romania Sorin Moga Philippe Lenca Institut TELECOM, TELECOM Bretagne, France Stochastic

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

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

FORECASTING YIELD PER HECTARE OF RICE IN ANDHRA PRADESH

FORECASTING YIELD PER HECTARE OF RICE IN ANDHRA PRADESH International Journal of Mathematics and Computer Applications Research (IJMCAR) ISSN 49-6955 Vol. 3, Issue 1, Mar 013, 9-14 TJPRC Pvt. Ltd. FORECASTING YIELD PER HECTARE OF RICE IN ANDHRA PRADESH R. RAMAKRISHNA

More information

Are Daily and Weekly Load and Spot Price Dynamics in Australia s National Electricity Market Governed by Episodic Nonlinearity?

Are Daily and Weekly Load and Spot Price Dynamics in Australia s National Electricity Market Governed by Episodic Nonlinearity? Are Daily and Weekly Load and Spot Price Dynamics in Australia s National Electricity Market Governed by Episodic Nonlinearity? Phillip Wild*, Melvin J. Hinich** and John Foster***, School of Economics

More information