Smart Meter Based Short-Term Load Forecasting for Residential Customers

Size: px
Start display at page:

Download "Smart Meter Based Short-Term Load Forecasting for Residential Customers"

Transcription

1 Smart Meter Based Short-Term Load Forecasting for Residential Customers M. Ghofrani, SM IEEE, M. Hassanzadeh, SM IEEE, M. Etezadi-Amoli, life Sr. Member IEEE, M. S. Fadali, Sr. Member IEEE Department of Electrical and Biomedical Engineering University of Nevada, Reno Reno, Nevada Abstract This paper examines the potential impact of automatic meter reading (AMR) on short-term load forecasting for a residential customer. Real-time measurement data from customers' smart meters provided by a utility company is modeled as the sum of a deterministic component and a Gaussian noise signal. The shaping filter for the Gaussian noise is calculated using spectral analysis. Kalman filtering is then used for load prediction. The accuracy of the proposed method is evaluated for different sampling periods and planning horizons. The results show that the availability of more real-time measurement data improves the accuracy of the load forecast significantly. However, the improved prediction accuracy can come at a high computational cost. Our results qualitatively demonstrate that achieving the desired prediction accuracy while avoiding a high computational load requires limiting the volume of data used for prediction. Consequently, the measurement sampling rate must be carefully selected as a compromise between these two conflicting requirements. Index Terms -- smart meter, residential load, spectral analysis, shaping filter, Kalman filtering I. INTRODUCTION Short-term load forecast plays an important role in power system operation. An accurate load forecast benefits different electricity market parties and asset owners. Several methods for load prediction have been reported in the literatures [1]- [12]. [1] and [2] present a stochastic physically based model to predict the weather-dependent component of a residential load. The weather-independent component is modeled by an autoregressive (AR) model. A transformation technique with translation and reflection methods is utilized for regression based peak load forecasting [3]. Seasonal load change, annual load growth and latest daily load change are among the factors considered to forecast the load more precisely. [4] integrates artificial neural networks and fuzzy expert systems to form a hybrid model for short-term load prediction. Artificial neural networks provide the provisional forecasting in the first step, followed by a modification process by fuzzy expert systems in the second step. Comparing the forecast results of the hybrid model with those of the exponential smoothing method shows a better performance for the hybrid system. [5] presents three fuzzy-neural-network models for time-series forecasting of the electric load and their performance for load prediction. In [6], the authors proposes a new approach for short-term load forecasting that combines genetic algorithms and neural networks. The optimization capabilities of genetic algorithms improve the learning performance of the neural networks and decrease the probability of premature convergence. Also, the overall training time is reduced significantly. [7] calculates the load forecast directly from historical data as a local average of observed past loads. A multivariate product kernel is used to define the specific weights of the loads. A practical modeling approach for weekly load forecasting is given in [8] and its performance is verified using actual data. The approach is based on decomposing the electric load into weather-sensitive and non-weather-sensitive components. A non-linear regression technique incorporating the search algorithm proposed by Marquardt is used to model the load components. Development and implementation of a hybrid fuzzy neural based day-ahead load forecaster is discussed in [9]. The proposed approach is developed in three stages. In the first stage, the growth trend and the necessary compensation are used to update the historical load to the current load demand. The Kohonen self-organizing map is then used in the second stage to map the load profile. In the third stage, a neural network and a fuzzy parallel processor forecast the load for the current day using input variables such as day type, weather and holiday proximity. In [11], a short term load forecasting approach is developed which incorporates ARIMA time series modeling with the knowledge of expert operators. [12] proposes an ARMA model identification approach for shortterm load forecasting which is applicable to both Gaussian and non-gaussian processes. Advanced metering infrastructure (AMI) is the key element for transition of the existing electric grid to a smart grid. Smart meters are defined as advanced meters capable of two-way communication and real-time analysis of electricity consumption. Given the utility-scale smart meter deployments, plans and proposals in [13], a total of 59,940,150 meters will be installed and operable across the United States by This accounts for almost 47% of U.S. households according to EIA's (Energy information administration) forecast of

2 electricity customers in 2020 [14]. AMI makes it possible to obtain real-time measurement data from customers' smart meters whenever these data are needed. This feature provides an opportunity to forecast the load more accurately. However, the availability of massive amounts of data for use in forecasting will increase the computational cost of load prediction. Thus, an appropriate measurement sampling rate must be chosen so as to provide the desired prediction accuracy without excessive amounts of data. This paper examines smart meter-based short-term load forecasting for residential load prediction using a Kalman filter. In particular, it examines the effect of the measurement sampling rate on the forecasting error. The forecasting methodology based on the Kalman filter is explained in Section II. Spectral analysis is used to determine the shaping filter for the Gaussian noise. Section III gives the results of applying our methodology to data for a residence in Northern Nevada provided by NV Energy. Our conclusions are given in Section IV. II. FORECASTING METHODOLOGY The residential load is modeled as the sum of two individual components; the weather-dependent component and the lifestyle component. (1) The lifestyle component is the deterministic part of the load that is mostly dependent on individual energy consumption patterns. It is dominated by loads such as lighting, cooking, washers and dryers. The weather-dependent component is a Gaussian noise signal which primarily affects HVAC (heating, ventilation, and air conditioning) loads. The deterministic part of the residential load is subtracted from the measured consumption data leaving a zero-mean random signal from which we determine the shaping filter using spectral analysis. A. Spectral analysis The power spectral density function of the random component of the residential load data is obtained by using the least squares method (LSM) [15]. We fitted a Gauss-Markov process model to the random component of the residential load data. The spectral density function of the Gauss Markov process is: where α and β are constants. The shaping filter is the causal part of the spectral density function and its transfer function is: We obtain a state-space model for the process of (3) assuming unity white noise input. The state-space model is: (2) (3) (4) (5) Where U is the unity white noise input, X is the state variable, Y is the measurement, V is unity Gaussian white measurement noise. B. Kalman Filtering The dynamic behavior of a stochastic system is described by the simplified state vector and the output vector as follows: 1 (6) (7) where is the state-transition matrix calculated from the state matrix of the shaping filter [16]. The noise vectors and are independent zero-mean Gaussian and their covariance matrix is given by:,, (8) where, is the Kronecker delta, is the process noise covariance matrix, and R is the measurement noise covariance matrix. The Kalman filter is a recursive algorithm that is used in this paper for prediction. Given estimates of the initial state ˆX (0) and the initial error covariance matrix P (0), we use the measurement matrix C and the measurement noise covariance to calculate the Kalman gain. (9) The estimate is corrected with the measurement to obtain the a posteriori estimate (10) The error covariance matrix for the updated estimate is. (11) The next state is predicted using the state equation as follows: 1 (12) and the error covariance matrix for the predicted state is: 1 (13) The correction and prediction cycle is repeated to yield a sequence of state estimates. III. RESULTS AND DISCUSSION The performance of the proposed method is evaluated for short-term load forecasting through the residential load data provided by NV Energy. Fig. 1 illustrates the 15 minutes

3 interval load profile of a residential customer on March 30, The load data is considered as the sum of a deterministic part and a random component. A 10th order polynomial is used to fit the load profile. The fitted curve for the given load data with a sampling period of 15 minutes for a 24 hour period is shown in Fig. 1. Figure 1. Measured residential load data and polynomial fit (3/30/2011) The weather-dependent component of the residential load is obtained by subtracting the polynomial fit from the measured load. Power spectral estimation is then used to obtain the shaping filter from the weather-dependent component. The parameters of the power spectral density of a Gauss-Markov process are calculated by minimizing the least-squares error. Fig. 2 shows the power spectral density of the random component of the load data together with that of the Gauss- Markov process for a sampling period of 15 minutes. Figure 3. Residential load prediction for a 15 minute sampling period and a 15 minute forecasting horizon (4/1/2011) The communication capability of the smart meters makes it possible to obtain the real-time measurement data whenever the data are needed. This feature provides an opportunity to evaluate the performance of the proposed forecasting method for different sampling periods and forecasting horizons. Since the load data are provided in 15 minutes interval, larger sampling periods of 30 minutes and one hour are considered along with 15 minutes sampling period for different cases. Fig. 4 and 5 illustrate the residential load prediction for sampling periods of 30 minutes and one hour, respectively. These predictions correspond to forecasting horizons of 30 minutes and one hour, respectively. Figure 4. Residential load prediction for a 30 minute sampling period and a 30 minute forecasting horizon (4/1/2011) Figure 2. Spectral density of noise and fitted Gauss-Markov The shaping filter of (3) obtained with the residential load data for March 30, 2011 was used to design a Kalman filter and predict the load for April 1, Note that, the day that is considered for prediction purposes must have similar climatic characteristics to the day for which the shaping filter was obtained. The residential load prediction for a sampling period of 15 minutes and a forecasting horizon of 15 minutes is shown in Fig. 3. Figure 5. Residential load prediction for a 1 hour sampling period and a 1 hour forecasting horizon (4/1/2011)

4 The forecasting accuracy is determined by calculating the mean absolute percentage errors (MAPE) [17]. The average percentage error (APE) is given by: 100 (14) MAPE is then calculated by: (15) Table I gives the MAPE calculated for different sampling periods and forecasting horizons. TABLE I. CALCULATED MAPE (%) FOR DIFFERENT SAMPLING PERIODS AND FORECASTING HORIZONS hour minutes minutes 15 minutes minutes hour Prediction results show an inaccurate load forecast with MAPE of % for a sampling period and forecasting horizon both equal to one hour. Shorter time intervals between receiving real-time measurement data from the customers' smart meter improves the accuracy of the proposed method and decreases the MAPE. The MAPE is reduced to % and % for 30 minutes and 15 minutes sampling periods, respectively. However, the increasing amounts of measurement data used for load forecasting with shorter sampling periods (15 and 30 minutes) will increase the computational load of the forecast. Considering sampling periods of 1 minute and less, the performance accuracy of the proposed method will improve significantly while the computational burden will increase substantially. Consequently, the choice of measurement sampling rate must be a trade-off between the accuracy and computational load. MAPE (%) MAPE (%) Computational Load (min) Sampling Period (min) Figure 6. Effect of measurement sampling rate on prediction accuracy and computational load for a distribution feeder with 500 residences Computational Load (min) The effect of measurement sampling rate on prediction accuracy and computational load for a distribution feeder with 500 residences is illustrated in Fig. 6. The computational load is the total time required to process the 500 measurement data sequentially. Fig. 6 provides a qualitative representation of the compromise between prediction accuracy and computational load. IV. CONCLUSION Short-term load forecasting for residential customers is becoming a reality with the availability of smart meters. Using data provided by a utility company, we show how a residential load can be represented as the sum of a deterministic component and a random Gaussian perturbation. Kalman filter is then used to predict the residential load for different sampling periods and forecasting horizons. The accuracy of the load predictions for different sampling periods and forecasting horizons is evaluated. Our results demonstrate that while a faster sampling rate providing more real-time measurement data substantially improves the accuracy of the load forecast, the additional computational cost can be quite high. Thus, achieving the desired prediction accuracy while limiting the volume of data used for prediction requires careful selection of the sampling rate. Our results demonstrate that the sampling rate selected must provide the best compromise between prediction accuracy and computational load. V. ACKNOWLEDGMENT We would like to thank NV Energy of Reno Nevada for the support of this project. Special thanks to Gary Smith, Carlos Saldona, Alberto Godoy and Stephen Tam for their time and support. REFERENCES [1] I. C. Schick, P. B. Usoro, M. F. Ruane, and F. C. Schewppe, Modeling and weather-normalization of whole-house metered data for residential end-use load shape estimation, IEEE Trans. Power Syst., vol. 3, no. 1, pp , Feb [2] A. H. Noureddine, A. T. Alouani, and A. Chandrasekaran, A new technique for short-term residential electric load forecasting including weather and lifestyle influences, Proc. of the 35th MIdwest Symposium on Circuits and Systems, vol. 2, pp , Aug [3] T. Haida and S. Muto, Regression based peak load forecasting using a transformation technique, IEEE Trans. Power Syst., vol. 9, pp , Nov [4] K. H. Kim, J. K. Park, K. J. Hwang, and S. H. Kim, Implementation of hybrid short-term load forecasting system using artificial neural networks and fuzzy expert systems, IEEE Trans. Power Syst., vol. 10 pp , Aug [5] P. K. Dash, G. Ramakrishna, A. C. Liew, and S. Rahman, Fuzzy neural networks for time-series forecasting of electric load, Proc. Inst. Elect. Eng. Gen., Transm. Dist., vol. 142, pp , Sept [6] S. J. Huang and C. L. Huang, Genetic-Based multi-layered perceptions for taiwan power system short-term load forecasting, Int. J. Elect. Power Syst. Res., vol. 38, no. 3, pp , July 1996.

5 [7] W. Charytoniuk, M. S. Chen, and P. Van Olinda, Nonparametric regression based short-term load forecasting, IEEE Trans. Power Syst., vol. 13, pp , Aug [8] E. H. Barakat and J. M. Al-Qasem, Methodology for weekly load forecasting, IEEE Trans. Power Syst., vol. 13, pp , Nov [9] D. Srinivasan, T. S. Swee, C. S. Cheng, and E. K. Chan, Parallel neural network-fuzzy expert system strategy for short-term load forecasting:system implementation and performance evaluation, IEEE Trans. Power Syst., vol. 14, pp , Aug [10] A. A. El-Desouky and M. M. Elkateb, Hybrid adaptive techniques for electric-load forecast using ANN and ARIMA, Proc. Inst. Elect.Eng. Gen., Transm., Dist., vol. 147, no. 4, pp , July [11] N. Amjady, Short-Term hourly load forecasting using time-series modeling with peak load estimation capability, IEEE Trans. Power Syst., vol. 16, pp , Nov [12] S. Huang, K. Shih, Short-Term load forecasting via ARMA model identification including non-gaussian process considerations, IEEE Trans. Power Syst., vol. 18, no. 2, pp , May [13] Utility-scale smart meter deployments, plans and proposals, The Edison Foundation official website, pdf. [14] 2010 Annual Energy Outlook, EIA, [15] P. Stoica, R. L. Moses, Introduction to Spectral Analysis, New Edition Prentice Hall, April 2000 [16] R. G. Brown and P.Y.C Hwang, Introduction to Random signals and Applied Kalman Filtering, New York: John Wiley & Sons,1997 [17] T. Senjyu, H. Takara, K. Uezato, and T. Funabashi, One-Hour-Ahead load forecasting using neural network, IEEE Trans. Power Syst., vol. 17, pp , Feb VI. BIOGRAPHIES Mahmoud Ghofrani received his B.Sc. degree in Electrical Engineering from Amir-Kabir University of Technology and the M.Sc. degree from University of Tehran, Tehran, Tehran, Iran, in 2005 and 2008, respectively. Currently he is a Ph.D. student in the Department of Electrical and Biomedical Engineering, University of Nevada, Reno (UNR). His research interests include power systems, renewable energy, and large scale integration of wind power generation. M. Hassanzadeh M. Hassanzadeh received his BSEE in 2004, MSEE in 2007 from Iran University of Science and Technology. From 2004 he worked in Niroo Research Institute. He is currently pursuing a PhD degree in Electrical Engineering at the University of Nevada, Reno. His research interests include investigation of renewable distributed generation systems impacts on power system operation and large scale/distributed renewable energy integration into power grid. Mehdi Etezadi-Amoli received his Ph.D. degree in 1974 From New Mexico State University. From he worked as an assistant professor of Electrical Engineering at New Mexico State and the University of New Mexico. From he worked as a Senior Protection Engineer at Arizona Public Service Company in Phoenix, AZ. In 1983 he joined the faculty of the Electrical Engineering Department at the University of Nevada, Reno. His present interest is in power system protection, large-scale systems, fuzzy control, neural network applications and renewable energy. Dr. Etezadi is a registered Professional Engineer in Nevada. M.Sami Fadali (Senior IEEE Member) earned a BS in Electrical Engineering from Cairo University in 1974, an MS from the Control Systems Center, UMIST, England, in 1977, and a Ph.D. from the University of Wyoming, in From 1983 to 1985, he was a Post Doctoral Fellow at Colorado State University. Since 1985, he has been on faculty at the University of Nevada, Reno, where he is a Professor of Electrical Engineering. His research interests include robust control, fault detection, and K-12 education.

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

Short-Term Electricity Price Forecasting

Short-Term Electricity Price Forecasting 1 Short-erm Electricity Price Forecasting A. Arabali, E. Chalo, Student Members IEEE, M. Etezadi-Amoli, LSM, IEEE, M. S. Fadali, SM IEEE Abstract Price forecasting has become an important tool in the planning

More information

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

International Conference on Mechanics, Materials and Structural Engineering (ICMMSE 2016)

International Conference on Mechanics, Materials and Structural Engineering (ICMMSE 2016) International Conference on Mechanics, Materials and Structural Engineering (ICMMSE 2016) hermal Model Parameter Estimation for HVAC Facility using Recursive Least Square Method Dae Ki Kim1, a, Kyu Chul

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

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

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

SHORT TERM LOAD FORECASTING Indian Institute of Technology Kanpur (IITK) and Indian Energy Exchange (IEX) are delighted to announce Training Program on "Power Procurement Strategy and Power Exchanges" 28-30 July, 2014 SHORT TERM

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

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

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

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

Frequency Forecasting using Time Series ARIMA model

Frequency Forecasting using Time Series ARIMA model Frequency Forecasting using Time Series ARIMA model Manish Kumar Tikariha DGM(O) NSPCL Bhilai Abstract In view of stringent regulatory stance and recent tariff guidelines, Deviation Settlement mechanism

More information

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

WEATHER DEPENENT ELECTRICITY MARKET FORECASTING WITH NEURAL NETWORKS, WAVELET AND DATA MINING TECHNIQUES. Z.Y. Dong X. Li Z. Xu K. L. 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

More information

Synchronous Generator Model Identification and Parameter Estimation From Operating Data

Synchronous Generator Model Identification and Parameter Estimation From Operating Data IEEE TRANSACTIONS ON ENERGY CONVERSION, VOL. 18, NO. 1, MARCH 2003 121 Synchronous Generator Model Identification and Parameter Estimation From Operating Data H. Bora Karayaka, Ali Keyhani, Fellow, IEEE,

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

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

Data-Driven Forecasting Algorithms for Building Energy Consumption

Data-Driven Forecasting Algorithms for Building Energy Consumption Data-Driven Forecasting Algorithms for Building Energy Consumption Hae Young Noh a and Ram Rajagopal b a Department of Civil and Environmental Engineering, Carnegie Mellon University, Pittsburgh, PA, 15213,

More information

Particle Filters. Outline

Particle Filters. Outline Particle Filters M. Sami Fadali Professor of EE University of Nevada Outline Monte Carlo integration. Particle filter. Importance sampling. Degeneracy Resampling Example. 1 2 Monte Carlo Integration Numerical

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

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

peak half-hourly New South Wales

peak half-hourly New South Wales Forecasting long-term peak half-hourly electricity demand for New South Wales 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

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

Short-Term Demand Forecasting Methodology for Scheduling and Dispatch

Short-Term Demand Forecasting Methodology for Scheduling and Dispatch Short-Term Demand Forecasting Methodology for Scheduling and Dispatch V1.0 March 2018 Table of Contents 1 Introduction... 3 2 Historical Jurisdictional Demand Data... 3 3 EMS Demand Forecast... 4 3.1 Manual

More information

Chapter 7 Forecasting Demand

Chapter 7 Forecasting Demand Chapter 7 Forecasting Demand Aims of the Chapter After reading this chapter you should be able to do the following: discuss the role of forecasting in inventory management; review different approaches

More information

Robust Building Energy Load Forecasting Using Physically-Based Kernel Models

Robust Building Energy Load Forecasting Using Physically-Based Kernel Models Article Robust Building Energy Load Forecasting Using Physically-Based Kernel Models Anand Krishnan Prakash 1, Susu Xu 2, *,, Ram Rajagopal 3 and Hae Young Noh 2 1 Energy Science, Technology and Policy,

More information

SMART GRID FORECASTING

SMART GRID FORECASTING SMART GRID FORECASTING AND FINANCIAL ANALYTICS Itron Forecasting Brown Bag December 11, 2012 PLEASE REMEMBER» Phones are Muted: In order to help this session run smoothly, your phones are muted.» Full

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

2013 WEATHER NORMALIZATION SURVEY. Industry Practices

2013 WEATHER NORMALIZATION SURVEY. Industry Practices 2013 WEATHER NORMALIZATION SURVEY Industry Practices FORECASTING SPECIALIZATION Weather Operational Forecasting Short-term Forecasting to support: System Operations and Energy Trading Hourly Load Financial/Budget

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

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

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

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

State Estimation and Power Flow Analysis of Power Systems

State Estimation and Power Flow Analysis of Power Systems JOURNAL OF COMPUTERS, VOL. 7, NO. 3, MARCH 01 685 State Estimation and Power Flow Analysis of Power Systems Jiaxiong Chen University of Kentucky, Lexington, Kentucky 40508 U.S.A. Email: jch@g.uky.edu Yuan

More information

2018 Annual Review of Availability Assessment Hours

2018 Annual Review of Availability Assessment Hours 2018 Annual Review of Availability Assessment Hours Amber Motley Manager, Short Term Forecasting Clyde Loutan Principal, Renewable Energy Integration Karl Meeusen Senior Advisor, Infrastructure & Regulatory

More information

2013 FORECAST ACCURACY BENCHMARKING SURVEY AND ENERGY

2013 FORECAST ACCURACY BENCHMARKING SURVEY AND ENERGY 2013 FORECAST ACCURACY BENCHMARKING SURVEY AND ENERGY Itron Forecasting Brown Bag June 4, 2013 Please Remember» Phones are Muted: In order to help this session run smoothly, your phones are muted.» Full

More information

Long Term Load Forecasting Using SA-ANN Model: a Comparative Analysis on Real Case Khorasan Regional Load

Long Term Load Forecasting Using SA-ANN Model: a Comparative Analysis on Real Case Khorasan Regional Load No. E-13-AAA-0000 Long Term Load Forecasting Using SA-ANN Model: a Comparative Analysis on Real Case Khorasan Regional Load Rasool Heydari Electrical Department Faculty of Engineering Sadjad Institute

More information

Research Article A Simple Hybrid Model for Short-Term Load Forecasting

Research Article A Simple Hybrid Model for Short-Term Load Forecasting Engineering Volume 213, Article ID 7686, 7 pages http://dx.doi.org/1.1155/213/7686 Research Article A Simple Hybrid Model for Short-Term Load Forecasting Suseelatha Annamareddi, 1 Sudheer Gopinathan, 1

More information

A SEASONAL FUZZY TIME SERIES FORECASTING METHOD BASED ON GUSTAFSON-KESSEL FUZZY CLUSTERING *

A SEASONAL FUZZY TIME SERIES FORECASTING METHOD BASED ON GUSTAFSON-KESSEL FUZZY CLUSTERING * No.2, Vol.1, Winter 2012 2012 Published by JSES. A SEASONAL FUZZY TIME SERIES FORECASTING METHOD BASED ON GUSTAFSON-KESSEL * Faruk ALPASLAN a, Ozge CAGCAG b Abstract Fuzzy time series forecasting methods

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

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

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

Research on Short-term Load Forecasting of the Thermoelectric Boiler. Based on a Dynamic RBF Neural Network

Research on Short-term Load Forecasting of the Thermoelectric Boiler. Based on a Dynamic RBF Neural Network Research on Short-term Load Forecasting of the Thermoelectric Boiler Based on a Dynamic RBF Neural Networ Wei-Bao DAI, Ping-Hua ZOU, Cheng-Xian, YAN School of Municipal and Environmental Engineering Harbin

More information

A Boiler-Turbine System Control Using A Fuzzy Auto-Regressive Moving Average (FARMA) Model

A Boiler-Turbine System Control Using A Fuzzy Auto-Regressive Moving Average (FARMA) Model 142 IEEE TRANSACTIONS ON ENERGY CONVERSION, VOL. 18, NO. 1, MARCH 2003 A Boiler-Turbine System Control Using A Fuzzy Auto-Regressive Moving Average (FARMA) Model Un-Chul Moon and Kwang Y. Lee, Fellow,

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

Load Forecasting In Mageta Island Microgrid System, Kenya, with a 5 kw Peak Load using Artificial Neural Network

Load Forecasting In Mageta Island Microgrid System, Kenya, with a 5 kw Peak Load using Artificial Neural Network Load Forecasting In Mageta Island Microgrid System, Kenya, with a 5 kw Peak Load using Artificial Neural Network J. M. Mbuthia*, C.M. Kiruki* *Department of Electrical and Information Engineering University

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

URD Cable Fault Prediction Model

URD Cable Fault Prediction Model 1 URD Cable Fault Prediction Model Christopher Gubala ComEd General Engineer Reliability Analysis 2014 IEEE PES General Meeting Utility Current Practices & Challenges of Predictive Distribution Reliability

More information

How Accurate is My Forecast?

How Accurate is My Forecast? How Accurate is My Forecast? Tao Hong, PhD Utilities Business Unit, SAS 15 May 2012 PLEASE STAND BY Today s event will begin at 11:00am EDT The audio portion of the presentation will be heard through your

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

SYSTEM OPERATIONS. Dr. Frank A. Monforte

SYSTEM OPERATIONS. Dr. Frank A. Monforte SYSTEM OPERATIONS FORECASTING Dr. Frank A. Monforte Itron s Forecasting Brown Bag Seminar September 13, 2011 PLEASE REMEMBER» In order to help this session run smoothly, your phones are muted.» To make

More information

BEFORE THE PUBLIC UTILITIES COMMISSION OF THE STATE OF COLORADO * * * * *

BEFORE THE PUBLIC UTILITIES COMMISSION OF THE STATE OF COLORADO * * * * * BEFORE THE PUBLIC UTILITIES COMMISSION OF THE STATE OF COLORADO * * * * * IN THE MATTER OF THE APPLICATION OF PUBLIC SERVICE COMPANY OF COLORADO FOR APPROVAL OF ITS 01 RENEWABLE ENERGY STANDARD COMPLIANCE

More information

A Review of very Short-Term Load Forecasting (STLF) using Wavelet Neural Networks

A Review of very Short-Term Load Forecasting (STLF) using Wavelet Neural Networks A Review of very Short-Term Load Forecasting (STLF) using Wavelet Neural Networks Sushma Kumari Patel 1, Sumit Sharma 2 (1) PG Scholar, CSE,VITS, Bhopal INDIA (2) Asst.Pro., CSE Department, VITS, Bhopal

More information

Predicting freeway traffic in the Bay Area

Predicting freeway traffic in the Bay Area Predicting freeway traffic in the Bay Area Jacob Baldwin Email: jtb5np@stanford.edu Chen-Hsuan Sun Email: chsun@stanford.edu Ya-Ting Wang Email: yatingw@stanford.edu Abstract The hourly occupancy rate

More information

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

EM-algorithm for Training of State-space Models with Application to Time Series Prediction

EM-algorithm for Training of State-space Models with Application to Time Series Prediction EM-algorithm for Training of State-space Models with Application to Time Series Prediction Elia Liitiäinen, Nima Reyhani and Amaury Lendasse Helsinki University of Technology - Neural Networks Research

More information

WRF Webcast. Improving the Accuracy of Short-Term Water Demand Forecasts

WRF Webcast. Improving the Accuracy of Short-Term Water Demand Forecasts No part of this presentation may be copied, reproduced, or otherwise utilized without permission. WRF Webcast Improving the Accuracy of Short-Term Water Demand Forecasts August 29, 2017 Presenters Maureen

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

LOAD POCKET MODELING. KEY WORDS Load Pocket Modeling, Load Forecasting

LOAD POCKET MODELING. KEY WORDS Load Pocket Modeling, Load Forecasting LOAD POCKET MODELING Eugene A. Feinberg, Dora Genethliou Department of Applied Mathematics and Statistics State University of New York at Stony Brook Stony Brook, NY 794-36, USA Janos T. Hajagos KeySpan

More information

A Comparison of the Forecast Performance of. Double Seasonal ARIMA and Double Seasonal. ARFIMA Models of Electricity Load Demand

A Comparison of the Forecast Performance of. Double Seasonal ARIMA and Double Seasonal. ARFIMA Models of Electricity Load Demand Applied Mathematical Sciences, Vol. 6, 0, no. 35, 6705-67 A Comparison of the Forecast Performance of Double Seasonal ARIMA and Double Seasonal ARFIMA Models of Electricity Load Demand Siti Normah Hassan

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

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

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

Application of Artificial Neural Networks in Evaluation and Identification of Electrical Loss in Transformers According to the Energy Consumption

Application of Artificial Neural Networks in Evaluation and Identification of Electrical Loss in Transformers According to the Energy Consumption Application of Artificial Neural Networks in Evaluation and Identification of Electrical Loss in Transformers According to the Energy Consumption ANDRÉ NUNES DE SOUZA, JOSÉ ALFREDO C. ULSON, IVAN NUNES

More information

CONTROL AND OPTIMIZATION IN SMART-GRIDS

CONTROL AND OPTIMIZATION IN SMART-GRIDS CONTROL AND OPTIMIZATION IN SMART-GRIDS Fredy Ruiz Ph.D. Pontificia Universidad Javeriana, Colombia Visiting Profesor - ruizf@javeriana.edu.co May, 2018 Course topics Session 1: Introduction to Power systems

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

The Existence of Multiple Power Flow Solutions in Unbalanced Three-Phase Circuits

The Existence of Multiple Power Flow Solutions in Unbalanced Three-Phase Circuits IEEE TRANSACTIONS ON POWER SYSTEMS, VOL. 18, NO. 2, MAY 2003 605 The Existence of Multiple Power Flow Solutions in Unbalanced Three-Phase Circuits Yuanning Wang, Student Member, IEEE, and Wilsun Xu, Senior

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

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

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

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

STATISTICAL LOAD MODELING

STATISTICAL LOAD MODELING STATISTICAL LOAD MODELING Eugene A. Feinberg, Dora Genethliou Department of Applied Mathematics and Statistics State University of New York at Stony Brook Stony Brook, NY 11794-3600, USA Janos T. Hajagos

More information

One-Day-Ahead Load Forecasting using nonlinear Kalman filtering algorithms

One-Day-Ahead Load Forecasting using nonlinear Kalman filtering algorithms Available online at www.sciencedirect.com ScienceDirect Energy Procedia 00 (2016) 000 000 www.elsevier.com/locate/procedia Special Section on: Current Research Topics in Power Nuclear and Fuel Energy SP-CRTPNFE

More information

Design of a Weather-Normalization Forecasting Model

Design of a Weather-Normalization Forecasting Model Design of a Weather-Normalization Forecasting Model Final Briefing 09 May 2014 Sponsor: Northern Virginia Electric Cooperative Abram Gross Jedidiah Shirey Yafeng Peng OR-699 Agenda Background Problem Statement

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

Available online at ScienceDirect. Procedia Computer Science 72 (2015 )

Available online at  ScienceDirect. Procedia Computer Science 72 (2015 ) Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 72 (2015 ) 630 637 The Third Information Systems International Conference Performance Comparisons Between Arima and Arimax

More information

peak half-hourly South Australia

peak half-hourly South Australia Forecasting long-term peak half-hourly electricity demand for South Australia 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

More information

CONTROL SYSTEMS, ROBOTICS, AND AUTOMATION - Vol. V - Prediction Error Methods - Torsten Söderström

CONTROL SYSTEMS, ROBOTICS, AND AUTOMATION - Vol. V - Prediction Error Methods - Torsten Söderström PREDICTIO ERROR METHODS Torsten Söderström Department of Systems and Control, Information Technology, Uppsala University, Uppsala, Sweden Keywords: prediction error method, optimal prediction, identifiability,

More information

The document was not produced by the CAISO and therefore does not necessarily reflect its views or opinion.

The document was not produced by the CAISO and therefore does not necessarily reflect its views or opinion. Version No. 1.0 Version Date 2/25/2008 Externally-authored document cover sheet Effective Date: 4/03/2008 The purpose of this cover sheet is to provide attribution and background information for documents

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

Evaluation of Some Techniques for Forecasting of Electricity Demand in Sri Lanka

Evaluation of Some Techniques for Forecasting of Electricity Demand in Sri Lanka Appeared in Sri Lankan Journal of Applied Statistics (Volume 3) 00 Evaluation of Some echniques for Forecasting of Electricity Demand in Sri Lanka.M.J. A. Cooray and M.Indralingam Department of Mathematics

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

A FUZZY TIME SERIES-MARKOV CHAIN MODEL WITH AN APPLICATION TO FORECAST THE EXCHANGE RATE BETWEEN THE TAIWAN AND US DOLLAR.

A FUZZY TIME SERIES-MARKOV CHAIN MODEL WITH AN APPLICATION TO FORECAST THE EXCHANGE RATE BETWEEN THE TAIWAN AND US DOLLAR. International Journal of Innovative Computing, Information and Control ICIC International c 2012 ISSN 1349-4198 Volume 8, Number 7(B), July 2012 pp. 4931 4942 A FUZZY TIME SERIES-MARKOV CHAIN MODEL WITH

More information

NSP Electric - Minnesota Annual Report Peak Demand and Annual Electric Consumption Forecast

NSP Electric - Minnesota Annual Report Peak Demand and Annual Electric Consumption Forecast Page 1 of 5 7610.0320 - Forecast Methodology NSP Electric - Minnesota Annual Report Peak Demand and Annual Electric Consumption Forecast OVERALL METHODOLOGICAL FRAMEWORK Xcel Energy prepared its forecast

More information

Time Series and Forecasting

Time Series and Forecasting Time Series and Forecasting Introduction to Forecasting n What is forecasting? n Primary Function is to Predict the Future using (time series related or other) data we have in hand n Why are we interested?

More information

Normalization of Peak Demand for an Electric Utility using PROC MODEL

Normalization of Peak Demand for an Electric Utility using PROC MODEL Normalization of Peak Demand for an Electric Utility using PROC MODEL Mark Harris, Jeff Brown, and Mark Gilbert* Central and South West Services, Inc. Tulsa, Oklahoma Abstract This paper discusses the

More information

Statistical Methods for Forecasting

Statistical Methods for Forecasting Statistical Methods for Forecasting BOVAS ABRAHAM University of Waterloo JOHANNES LEDOLTER University of Iowa John Wiley & Sons New York Chichester Brisbane Toronto Singapore Contents 1 INTRODUCTION AND

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

Single Home Electricity Power Consumption Forecast Using Neural Networks Model

Single Home Electricity Power Consumption Forecast Using Neural Networks Model Single Home Electricity Power Consumption Forecast Using Neural Networks Model Naser Farag Abed 1 and Milan M.Milosavljevic 1,2 1 Singidunum University Belgrade, 11000, Serbia 2 School of Electrical Engineering,

More information

LOAD forecasting is a key task for the effective operation. Short-term load forecasting based on a semi-parametric additive model

LOAD forecasting is a key task for the effective operation. Short-term load forecasting based on a semi-parametric additive model IEEE TRANSACTIONS ON POWER SYSTEMS 1 Short-term load forecasting based on a semi-parametric additive model Shu Fan, Senior Member, IEEE, and Rob J Hyndman Abstract Short-term load forecasting is an essential

More information

TIME SERIES ANALYSIS. Forecasting and Control. Wiley. Fifth Edition GWILYM M. JENKINS GEORGE E. P. BOX GREGORY C. REINSEL GRETA M.

TIME SERIES ANALYSIS. Forecasting and Control. Wiley. Fifth Edition GWILYM M. JENKINS GEORGE E. P. BOX GREGORY C. REINSEL GRETA M. TIME SERIES ANALYSIS Forecasting and Control Fifth Edition GEORGE E. P. BOX GWILYM M. JENKINS GREGORY C. REINSEL GRETA M. LJUNG Wiley CONTENTS PREFACE TO THE FIFTH EDITION PREFACE TO THE FOURTH EDITION

More information

Day-Ahead Solar Forecasting Based on Multi-level Solar Measurements

Day-Ahead Solar Forecasting Based on Multi-level Solar Measurements Day-Ahead Solar Forecasting Based on Multi-level Solar Measurements Mohana Alanazi, Mohsen Mahoor, Amin Khodaei Department of Electrical and Computer Engineering University of Denver Denver, USA mohana.alanazi@du.edu,

More information

Computational Intelligence Load Forecasting: A Methodological Overview

Computational Intelligence Load Forecasting: A Methodological Overview Review Computational Intelligence Load Forecasting: A Methodological Overview Seyedeh Narjes Fallah 1, Mehdi Ganjkhani 2 1 Independent Researcher, Sari, Iran; s.narjes.f@gmail.com 2 Department of Electrical

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

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

NASA Products to Enhance Energy Utility Load Forecasting

NASA Products to Enhance Energy Utility Load Forecasting NASA Products to Enhance Energy Utility Load Forecasting Erica Zell, Battelle zelle@battelle.org, Arlington, VA ESIP 2010 Summer Meeting, Knoxville, TN, July 20-23 Project Overview Funded by the NASA Applied

More information

Uncertainty in energy system models

Uncertainty in energy system models Uncertainty in energy system models Amy Wilson Durham University May 2015 Table of Contents 1 Model uncertainty 2 3 Example - generation investment 4 Conclusion Model uncertainty Contents 1 Model uncertainty

More information

Dynamic feedback neuro-evolutionary networks for forecasting the highly fluctuating electrical loads

Dynamic feedback neuro-evolutionary networks for forecasting the highly fluctuating electrical loads DOI 10.1007/s10710-016-9268-6 Dynamic feedback neuro-evolutionary networks for forecasting the highly fluctuating electrical loads Gul Muhammad Khan 1 Faheem Zafari 2 Received: 11 November 2015 / Revised:

More information

Electricity Demand Forecasting using Multi-Task Learning

Electricity Demand Forecasting using Multi-Task Learning Electricity Demand Forecasting using Multi-Task Learning Jean-Baptiste Fiot, Francesco Dinuzzo Dublin Machine Learning Meetup - July 2017 1 / 32 Outline 1 Introduction 2 Problem Formulation 3 Kernels 4

More information

Elements of Multivariate Time Series Analysis

Elements of Multivariate Time Series Analysis Gregory C. Reinsel Elements of Multivariate Time Series Analysis Second Edition With 14 Figures Springer Contents Preface to the Second Edition Preface to the First Edition vii ix 1. Vector Time Series

More information