Problem Statements in Time Series Forecasting

Size: px
Start display at page:

Download "Problem Statements in Time Series Forecasting"

Transcription

1 Problem Statements in Time Series Forecasting Vadim Strijov, Visiting Professor at IAM METU Computing Center of the Russian Academy of Sciences Institute of Applied Mathematics, Middle East Technical University June 4 th, 2012 Vadim Strijov Problem Statements in Time Series Forecasting 1 / 47

2 The plan and the goal 1 Customer demand sales forecasting as the example of error function statement. 2 Periodical time series: the one-model autoregressive problem. 3 Non-periodical time series: the mixed-model autoregressive problem. 4 Some problems of regression and classification. The goal is to state the problem of the time series event forecasting as the auto-regressive problem. Vadim Strijov Problem Statements in Time Series Forecasting 2 / 47

3 Sales planning The set of retailers problems: custom inventory, calculation of optimal insurance stocks, consumer demand forecasting. Vadim Strijov Problem Statements in Time Series Forecasting 3 / 47

4 The initial problem statement There given: time-scale, historical time series, additional time series; the quality of forecasting: minimum loss of money; we must: forecast the time series. Vadim Strijov Problem Statements in Time Series Forecasting 4 / 47

5 Custom inventory Vadim Strijov Problem Statements in Time Series Forecasting 5 / 47

6 Excessive forecast Vadim Strijov Problem Statements in Time Series Forecasting 6 / 47

7 Insufficient forecast Vadim Strijov Problem Statements in Time Series Forecasting 7 / 47

8 Loss function for the forecast error reflects the sales process and depends on the basis of the features of a particular trading network Symmetric quadratic function Module function Asymmetric function Vadim Strijov Problem Statements in Time Series Forecasting 8 / 47

9 Asymmetric loss function Vadim Strijov Problem Statements in Time Series Forecasting 9 / 47

10 Noisy time series forecasting There is a historical time series of the volume off-takes (i.e. foodstuff). Let the time series be homoscedastic (its variance is the time-constant). Using the loss function one must forecast the next sample. Vadim Strijov Problem Statements in Time Series Forecasting 10 / 47

11 The time series and the histogram Vadim Strijov Problem Statements in Time Series Forecasting 11 / 47

12 The forecasting algorithm Let there be given: the historgam H = {X i,g i },i = 1,...,m; the loss function L = L(Z,X); for example, L = Z X or L = (Z X) 2. The problem: For given H and L, one must find the optimal forecast value X. Solution: m X = arg min g i L(Z,X i ). Z {X 1,...,X m} i=1 Result: X is the optimal forecast of the time series. Vadim Strijov Problem Statements in Time Series Forecasting 12 / 47

13 The sales time series is non-stationary There is a trend total increase or decrease in sales volume, periodic component week and year cycles, aperiodic component promotional actions and holidays, life cycle of goods mobile phones. Vadim Strijov Problem Statements in Time Series Forecasting 13 / 47

14 Year seasonality Vadim Strijov Problem Statements in Time Series Forecasting 14 / 47

15 Week seasonality Vadim Strijov Problem Statements in Time Series Forecasting 15 / 47

16 How to create sample set of periodical series Weighting function includes neighborhood points to the sample set. Vadim Strijov Problem Statements in Time Series Forecasting 16 / 47

17 Holidays and week-ends Vadim Strijov Problem Statements in Time Series Forecasting 17 / 47

18 Promotional actions Vadim Strijov Problem Statements in Time Series Forecasting 18 / 47

19 Promotional profile extraction Hypothesis: the shape of the profile (excluding the profile parameters) does not depend of duration of the action. Problem: to forecast the customer demand during the promotional action. Vadim Strijov Problem Statements in Time Series Forecasting 19 / 47

20 Algorithmic composition On forecasting one must consider: trend of time series, periodical components of time series, aperiodical components, as well as the fact that the time series contain empty values there is no information about the stock, empty values new position on the stock, outliers and errors. Vadim Strijov Problem Statements in Time Series Forecasting 20 / 47

21 The periodic components of the multivariate time series The time series: Periods: energy price, consumption, daytime, temperature, humidity, wind force, holiday schedule. one year seasons (temperature, daytime), one week, one day (working day, week-end), a holiday, aperiodic events. Vadim Strijov Problem Statements in Time Series Forecasting 21 / 47

22 Source time series, one week 2.5 x Value Hours Vadim Strijov Problem Statements in Time Series Forecasting 22 / 47

23 The autoregressive matrix to forecast periodic time series There given the time series {s 1,...,s τ,...,s T 1 }, the length of a period is κ. One must to forecast the next sample T. The autoregressive matrix: its i-th row is a period of samples, its j-th column is a phase of the period and they map into the time series sample number such that (i 1)κ τ; let mod T κ = 0; X (m+1) (n+1) = s T s T 1... s T κ+1 s (m 1)κ s (m 1)κ 1... s (m 2)κ s nκ s nκ 1... s n(κ 1) s κ s κ 1... s 1. Vadim Strijov Problem Statements in Time Series Forecasting 23 / 47

24 The autoregressive matrix and the linear model s T s T 1... s T κ+1 X = s (m 1)κ s (m 1)κ 1... s (m 2)κ+1 (m+1) (n+1) s nκ s nκ 1... s n(κ 1) s κ s κ 1... s 1. In a nutshell, X = In terms of linear regression: s T 1 1 y m 1 y = Xw, x m+1 1 n X m n. y m+1 = s T = w T x T m+1. Vadim Strijov Problem Statements in Time Series Forecasting 24 / 47

25 The autoregressive matrix, five week-ends Days Hours Vadim Strijov Problem Statements in Time Series Forecasting 25 / 47

26 Model generation Introduce a set of the primitive functions G = {g 1,...,g r }, for example g 1 = 1, g 2 = x, g 3 = x, g 4 = x x, etc. The generated set of features X = g 1 s T 1... g r s T 1... g 1 s T κ+1... g r s T κ+1 g 1 s (m 1)κ 1... g r s (m 1)κ 1... g 1 s (m 2)κ+1... g r s (m 2)κ g 1 s nκ 1... g r s nκ 1... g 1 s n(κ 1)+1... g r s n(κ 1) g 1 s κ 1... g r s κ 1... g 1 s 1... g r s 1 Vadim Strijov Problem Statements in Time Series Forecasting 26 / 47

27 The one-day forecast, an example x 10 4 History Forecast Value Hours Vadim Strijov Problem Statements in Time Series Forecasting 27 / 47

28 Ill-conditioned matrix, or curse of dimensionality Assume we have hourly data on price/consumption for three years. Then the matrix X is (m+1) (n+1) , in details: 52w 3y 24h 7d; for 6 time series the matrix X is , for 4 primitive functions it is , m << n. The autoregressive matrix could be considered as ill-conditioned and multi-correlated. The model selection procedure is required. Vadim Strijov Problem Statements in Time Series Forecasting 28 / 47

29 How many parameters must be used to forecast? The color shows the value of a parameter for each hour. Parameters Hours Estimate parameters w(τ) = (X T X) 1 X T y, then calculate the sample s(τ) = w T (τ)x m+1 for each τ of the next (m+1-th) period. Vadim Strijov Problem Statements in Time Series Forecasting 29 / 47

30 The sample set and its indexes There are given: the design matrix X = [x 1,...,x i,...,x m ] T, the target vector y and the data generation hypothesis y N(f,B), the type of models {f = X A w A A J}. The indexes of objects are {1,...,i,...,m} = I, the split I = B 1 B K ; features are {1,...,j,...,n} = J, the active set A J. Vadim Strijov Problem Statements in Time Series Forecasting 30 / 47

31 Hour by Hour Energy Forecasting Data: historical consumption and prices, multivariate time series. To forecast: hour-by-hour, the next day consumption and price. Solution: the autoregressive model generation and model selection. Vadim Strijov Problem Statements in Time Series Forecasting 31 / 47

32 Source time series, one week 2.5 x Value Hours Vadim Strijov Problem Statements in Time Series Forecasting 32 / 47

33 Quality of the forecasting model Mean absolute percentage error MAPE = 1 m m f i y i y i i=1 Mean squared error MSE = 1 m. m (f i y i ) 2. i=1 Vadim Strijov Problem Statements in Time Series Forecasting 33 / 47

34 Structure of energy consumption Vadim Strijov Problem Statements in Time Series Forecasting 34 / 47

35 Similarity of daily consumption Vadim Strijov Problem Statements in Time Series Forecasting 35 / 47

36 Sunrise bias: one-year daytime and consumption Vadim Strijov Problem Statements in Time Series Forecasting 36 / 47

37 Biased and original daytime to fit consumption over years Vadim Strijov Problem Statements in Time Series Forecasting 37 / 47

38 One-hour line, day-by-day during a year: autoregressive analysis Vadim Strijov Problem Statements in Time Series Forecasting 38 / 47

39 Daily similarity Vadim Strijov Problem Statements in Time Series Forecasting 39 / 47

40 Energy consumption one-week forecast Vadim Strijov Problem Statements in Time Series Forecasting 40 / 47

41 Time series with a bubble, example The World Bank. Global Economic Monitor Vadim Strijov Problem Statements in Time Series Forecasting 41 / 47

42 Time series with a bubble, example The World Bank. Global Economic Monitor Vadim Strijov Problem Statements in Time Series Forecasting 42 / 47

43 Time series with no bubble, example The World Bank. Global Economic Monitor Vadim Strijov Problem Statements in Time Series Forecasting 43 / 47

44 Time series with no bubble, example The World Bank. Global Economic Monitor Vadim Strijov Problem Statements in Time Series Forecasting 44 / 47

45 Event forecasting; One must forecast a 1,T+1 M. There are N time series of length T (denote the element a n,t M) as the matrix a 1,1 a 1,2... a 1,T 1 a 1,T a 1,T+1 a 2,1 a 2,2... a 2,T 1 a 2,T a 2,T+1 A = a N,1 a N,2... a N,T 1 a N,T a N,T+1 Denote the time-lag and for the time series [a 1,t ],t { +1,...,T} form the matrix A t = a 1,t a 1,t a 1,t 2 a 1,t 1 a 2,t a 2,t a 2,t 2 a 2,t a N,t a N,t a N,t 2 a N,t 1 and vectorize it to obtain the sample x t x t = [a 1,t,a 2,t,...,a N,t,a 1,t +1,...,a N,t 1 ] T. Set y t a 1,t. Vadim Strijov Problem Statements in Time Series Forecasting 45 / 47

46 Event forecasting is a classification problem Introduce the data set D = (X, y), where X = x T 1 x T 2. x T T and y = y 1 y 2. y T. Treat this classification problem as the logistic regression f(w,x) = or as another classification problem. The error function S(w) = i I 1 1+exp( Xw) y y i lnf(w,x i )+(1 y i )ln(1 f(w,x i ). Vadim Strijov Problem Statements in Time Series Forecasting 46 / 47

47 See mvr.svn.sourceforge.net/viewvc/mvr/lectures/strijov2012iam.metu.part1.pdf or for short bit.ly/k3i8zj The next 1 parameter estimation and bayesian inference, 2 feature generation, 3 feature selection. Vadim Strijov Problem Statements in Time Series Forecasting 47 / 47

CP:

CP: Adeng Pustikaningsih, M.Si. Dosen Jurusan Pendidikan Akuntansi Fakultas Ekonomi Universitas Negeri Yogyakarta CP: 08 222 180 1695 Email : adengpustikaningsih@uny.ac.id Operations Management Forecasting

More information

Introduction to Regression Analysis. Dr. Devlina Chatterjee 11 th August, 2017

Introduction to Regression Analysis. Dr. Devlina Chatterjee 11 th August, 2017 Introduction to Regression Analysis Dr. Devlina Chatterjee 11 th August, 2017 What is regression analysis? Regression analysis is a statistical technique for studying linear relationships. One dependent

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

Model generation and model selection in credit scoring

Model generation and model selection in credit scoring Model generation and model selection in credit scoring Vadim STRIJOV Russian Academy of Sciences Computing Center EURO 2010 Lisbon July 14 th The workflow Client s application & history Client s score:

More information

Analytics for an Online Retailer: Demand Forecasting and Price Optimization

Analytics for an Online Retailer: Demand Forecasting and Price Optimization Analytics for an Online Retailer: Demand Forecasting and Price Optimization Kris Johnson Ferreira Technology and Operations Management Unit, Harvard Business School, kferreira@hbs.edu Bin Hong Alex Lee

More information

The value of competitive information in forecasting FMCG retail product sales and category effects

The value of competitive information in forecasting FMCG retail product sales and category effects The value of competitive information in forecasting FMCG retail product sales and category effects Professor Robert Fildes r.fildes@lancaster.ac.uk Dr Tao Huang t.huang@lancaster.ac.uk Dr Didier Soopramanien

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

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

A Second Course in Statistics: Regression Analysis

A Second Course in Statistics: Regression Analysis FIFTH E D I T I 0 N A Second Course in Statistics: Regression Analysis WILLIAM MENDENHALL University of Florida TERRY SINCICH University of South Florida PRENTICE HALL Upper Saddle River, New Jersey 07458

More information

Warwick Business School Forecasting System. Summary. Ana Galvao, Anthony Garratt and James Mitchell November, 2014

Warwick Business School Forecasting System. Summary. Ana Galvao, Anthony Garratt and James Mitchell November, 2014 Warwick Business School Forecasting System Summary Ana Galvao, Anthony Garratt and James Mitchell November, 21 The main objective of the Warwick Business School Forecasting System is to provide competitive

More information

Operations Management

Operations Management 3-1 Forecasting Operations Management William J. Stevenson 8 th edition 3-2 Forecasting CHAPTER 3 Forecasting McGraw-Hill/Irwin Operations Management, Eighth Edition, by William J. Stevenson Copyright

More information

Forecasting. Dr. Richard Jerz rjerz.com

Forecasting. Dr. Richard Jerz rjerz.com Forecasting Dr. Richard Jerz 1 1 Learning Objectives Describe why forecasts are used and list the elements of a good forecast. Outline the steps in the forecasting process. Describe at least three qualitative

More information

Forecasting Using Time Series Models

Forecasting Using Time Series Models Forecasting Using Time Series Models Dr. J Katyayani 1, M Jahnavi 2 Pothugunta Krishna Prasad 3 1 Professor, Department of MBA, SPMVV, Tirupati, India 2 Assistant Professor, Koshys Institute of Management

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

Making sense of Econometrics: Basics

Making sense of Econometrics: Basics Making sense of Econometrics: Basics Lecture 4: Qualitative influences and Heteroskedasticity Egypt Scholars Economic Society November 1, 2014 Assignment & feedback enter classroom at http://b.socrative.com/login/student/

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

Lecture 4 Forecasting

Lecture 4 Forecasting King Saud University College of Computer & Information Sciences IS 466 Decision Support Systems Lecture 4 Forecasting Dr. Mourad YKHLEF The slides content is derived and adopted from many references Outline

More information

WEATHER NORMALIZATION METHODS AND ISSUES. Stuart McMenamin Mark Quan David Simons

WEATHER NORMALIZATION METHODS AND ISSUES. Stuart McMenamin Mark Quan David Simons WEATHER NORMALIZATION METHODS AND ISSUES Stuart McMenamin Mark Quan David Simons Itron Forecasting Brown Bag September 17, 2013 Please Remember» Phones are Muted: In order to help this session run smoothly,

More information

CustomWeather Statistical Forecasting (MOS)

CustomWeather Statistical Forecasting (MOS) CustomWeather Statistical Forecasting (MOS) Improve ROI with Breakthrough High-Resolution Forecasting Technology Geoff Flint Founder & CEO CustomWeather, Inc. INTRODUCTION Economists believe that 70% of

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

Chapter 13: Forecasting

Chapter 13: Forecasting Chapter 13: Forecasting Assistant Prof. Abed Schokry Operations and Productions Management First Semester 2013-2014 Chapter 13: Learning Outcomes You should be able to: List the elements of a good forecast

More information

ECON/FIN 250: Forecasting in Finance and Economics: Section 4.1 Forecasting Fundamentals

ECON/FIN 250: Forecasting in Finance and Economics: Section 4.1 Forecasting Fundamentals ECON/FIN 250: Forecasting in Finance and Economics: Section 4.1 Forecasting Fundamentals Patrick Herb Brandeis University Spring 2016 Patrick Herb (Brandeis University) Forecasting Fundamentals ECON/FIN

More information

Modelling the Electric Power Consumption in Germany

Modelling the Electric Power Consumption in Germany Modelling the Electric Power Consumption in Germany Cerasela Măgură Agricultural Food and Resource Economics (Master students) Rheinische Friedrich-Wilhelms-Universität Bonn cerasela.magura@gmail.com Codruța

More information

Design of a Weather- Normalization Forecasting Model

Design of a Weather- Normalization Forecasting Model Design of a Weather- Normalization Forecasting Model Progress Report Abram Gross Yafeng Peng Jedidiah Shirey 3/4/2014 TABLE OF CONTENTS 1.0 Introduction... 3 2.0 Problem Statement... 3 3.0 Scope... 3 4.0

More information

TIMES SERIES INTRODUCTION INTRODUCTION. Page 1. A time series is a set of observations made sequentially through time

TIMES SERIES INTRODUCTION INTRODUCTION. Page 1. A time series is a set of observations made sequentially through time TIMES SERIES INTRODUCTION A time series is a set of observations made sequentially through time A time series is said to be continuous when observations are taken continuously through time, or discrete

More information

Big Data as Audit Evidence: Utilizing Weather Indicators

Big Data as Audit Evidence: Utilizing Weather Indicators Big Data as Audit Evidence: Utilizing Weather Indicators Kyunghee Yoon, Clark University Alexander Kogan, Rutgers, The State University of New Jersey Why Weather is Matter? Weather is often listed as one

More information

Information Sharing In Supply Chains: An Empirical and Theoretical Valuation

Information Sharing In Supply Chains: An Empirical and Theoretical Valuation Case 11/17/215 Information Sharing In Supply Chains: An Empirical and Theoretical Valuation Ruomeng Cui (Kelley School of Business) Gad Allon (Kellogg School of Management) Achal Bassamboo (Kellogg School

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

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

Glossary. The ISI glossary of statistical terms provides definitions in a number of different languages:

Glossary. The ISI glossary of statistical terms provides definitions in a number of different languages: Glossary The ISI glossary of statistical terms provides definitions in a number of different languages: http://isi.cbs.nl/glossary/index.htm Adjusted r 2 Adjusted R squared measures the proportion of the

More information

Advances in Continuous Replenishment Systems. Edmund W. Schuster. Massachusetts Institute of Technology

Advances in Continuous Replenishment Systems. Edmund W. Schuster. Massachusetts Institute of Technology Advances in Continuous Replenishment Systems Edmund W. Schuster Massachusetts Institute of Technology TRADITIONAL REPLENISHMENT SYSTEM DEMAND FLOW SUPPLIER DISTRIBUTOR WAREHOUSE RETAIL STORES CONSUMER

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

Integrated Electricity Demand and Price Forecasting

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

More information

A Multistage Modeling Strategy for Demand Forecasting

A Multistage Modeling Strategy for Demand Forecasting Paper SAS5260-2016 A Multistage Modeling Strategy for Demand Forecasting Pu Wang, Alex Chien, and Yue Li, SAS Institute Inc. ABSTRACT Although rapid development of information technologies in the past

More information

Econ 300/QAC 201: Quantitative Methods in Economics/Applied Data Analysis. 17th Class 7/1/10

Econ 300/QAC 201: Quantitative Methods in Economics/Applied Data Analysis. 17th Class 7/1/10 Econ 300/QAC 201: Quantitative Methods in Economics/Applied Data Analysis 17th Class 7/1/10 The only function of economic forecasting is to make astrology look respectable. --John Kenneth Galbraith show

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

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

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

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

More information

SERIAL CORRELATION. In Panel data. Chapter 5(Econometrics Analysis of Panel data -Baltagi) Shima Goudarzi

SERIAL CORRELATION. In Panel data. Chapter 5(Econometrics Analysis of Panel data -Baltagi) Shima Goudarzi SERIAL CORRELATION In Panel data Chapter 5(Econometrics Analysis of Panel data -Baltagi) Shima Goudarzi As We assumed the stndard model: and (No Matter how far t is from s) The regression disturbances

More information

Advances in promotional modelling and analytics

Advances in promotional modelling and analytics Advances in promotional modelling and analytics High School of Economics St. Petersburg 25 May 2016 Nikolaos Kourentzes n.kourentzes@lancaster.ac.uk O u t l i n e 1. What is forecasting? 2. Forecasting,

More information

Chart types and when to use them

Chart types and when to use them APPENDIX A Chart types and when to use them Pie chart Figure illustration of pie chart 2.3 % 4.5 % Browser Usage for April 2012 18.3 % 38.3 % Internet Explorer Firefox Chrome Safari Opera 35.8 % Pie chart

More information

Dennis Bricker Dept of Mechanical & Industrial Engineering The University of Iowa. Forecasting demand 02/06/03 page 1 of 34

Dennis Bricker Dept of Mechanical & Industrial Engineering The University of Iowa. Forecasting demand 02/06/03 page 1 of 34 demand -5-4 -3-2 -1 0 1 2 3 Dennis Bricker Dept of Mechanical & Industrial Engineering The University of Iowa Forecasting demand 02/06/03 page 1 of 34 Forecasting is very difficult. especially about the

More information

Forecasting of ATM cash demand

Forecasting of ATM cash demand Forecasting of ATM cash demand Ayush Maheshwari Mathematics and scientific computing Department of Mathematics and Statistics Indian Institute of Technology (IIT), Kanpur ayushiitk@gmail.com Project guide:

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

COMPARISON OF PEAK FORECASTING METHODS. Stuart McMenamin David Simons

COMPARISON OF PEAK FORECASTING METHODS. Stuart McMenamin David Simons COMPARISON OF PEAK FORECASTING METHODS Stuart McMenamin David Simons Itron Forecasting Brown Bag March 24, 2015 PLEASE REMEMBER» Phones are Muted: In order to help this session run smoothly, your phones

More information

INTRODUCTION TO FORECASTING (PART 2) AMAT 167

INTRODUCTION TO FORECASTING (PART 2) AMAT 167 INTRODUCTION TO FORECASTING (PART 2) AMAT 167 Techniques for Trend EXAMPLE OF TRENDS In our discussion, we will focus on linear trend but here are examples of nonlinear trends: EXAMPLE OF TRENDS If you

More information

A COMPARISON OF REGIONAL FORECASTING TECHNIQUES

A COMPARISON OF REGIONAL FORECASTING TECHNIQUES A COMPARISON OF REGIONAL FORECASTING TECHNIQUES John E. Connaughton and Ronald A. Madsen* 1. Introduction The need for regional econometric forecasting models and the uses of their results has increased

More information

Figure 1. Time Series Plot of arrivals from Western Europe

Figure 1. Time Series Plot of arrivals from Western Europe FORECASTING TOURIST ARRIVALS TO SRI LANKA FROM WESTERN EUROPE K. M. U. B. Konarasinghe 1 * 1 Institute of Mathematics & Management, Nugegoda, Sri Lanka INTRODUCTION Sri Lanka was re-emerging after defeating

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

Regression Analysis By Example

Regression Analysis By Example Regression Analysis By Example Third Edition SAMPRIT CHATTERJEE New York University ALI S. HADI Cornell University BERTRAM PRICE Price Associates, Inc. A Wiley-Interscience Publication JOHN WILEY & SONS,

More information

Demand Forecasting. for. Microsoft Dynamics 365 for Operations. User Guide. Release 7.1. April 2018

Demand Forecasting. for. Microsoft Dynamics 365 for Operations. User Guide. Release 7.1. April 2018 Demand Forecasting for Microsoft Dynamics 365 for Operations User Guide Release 7.1 April 2018 2018 Farsight Solutions Limited All Rights Reserved. Portions copyright Business Forecast Systems, Inc. This

More information

Cyclical Effect, and Measuring Irregular Effect

Cyclical Effect, and Measuring Irregular Effect Paper:15, Quantitative Techniques for Management Decisions Module- 37 Forecasting & Time series Analysis: Measuring- Seasonal Effect, Cyclical Effect, and Measuring Irregular Effect Principal Investigator

More information

Forecasting. BUS 735: Business Decision Making and Research. exercises. Assess what we have learned

Forecasting. BUS 735: Business Decision Making and Research. exercises. Assess what we have learned Forecasting BUS 735: Business Decision Making and Research 1 1.1 Goals and Agenda Goals and Agenda Learning Objective Learn how to identify regularities in time series data Learn popular univariate time

More information

INSTITUTE AND FACULTY OF ACTUARIES. Curriculum 2019 SPECIMEN SOLUTIONS

INSTITUTE AND FACULTY OF ACTUARIES. Curriculum 2019 SPECIMEN SOLUTIONS INSTITUTE AND FACULTY OF ACTUARIES Curriculum 09 SPECIMEN SOLUTIONS Subject CSA Risk Modelling and Survival Analysis Institute and Faculty of Actuaries Sample path A continuous time, discrete state process

More information

Structural Interpretation of Vector Autoregressions with Incomplete Identification: Revisiting the Role of Oil Supply and Demand Shocks

Structural Interpretation of Vector Autoregressions with Incomplete Identification: Revisiting the Role of Oil Supply and Demand Shocks Structural Interpretation of Vector Autoregressions with Incomplete Identification: Revisiting the Role of Oil Supply and Demand Shocks Christiane Baumeister, University of Notre Dame James D. Hamilton,

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

Handbook of Regression Analysis

Handbook of Regression Analysis Handbook of Regression Analysis Samprit Chatterjee New York University Jeffrey S. Simonoff New York University WILEY A JOHN WILEY & SONS, INC., PUBLICATION CONTENTS Preface xi PARTI THE MULTIPLE LINEAR

More information

Forecasting Chapter 3

Forecasting Chapter 3 Forecasting Chapter 3 Introduction Current factors and conditions Past experience in a similar situation 2 Accounting. New product/process cost estimates, profit projections, cash management. Finance.

More information

Variables For Each Time Horizon

Variables For Each Time Horizon Variables For Each Time Horizon Andy Sukenik Itron s Forecasting Brown Bag Seminar December 13th, 2011 Please Remember In order to help this session run smoothly, your phones are muted. To make the presentation

More information

Development of Short-term Demand Forecasting Model And its Application in Analysis of Resource Adequacy. For discussion purposes only Draft

Development of Short-term Demand Forecasting Model And its Application in Analysis of Resource Adequacy. For discussion purposes only Draft Development of Short-term Demand Forecasting Model And its Application in Analysis of Resource Adequacy For discussion purposes only Draft January 31, 2007 INTRODUCTION In this paper we will present the

More information

REED TUTORIALS (Pty) LTD ECS3706 EXAM PACK

REED TUTORIALS (Pty) LTD ECS3706 EXAM PACK REED TUTORIALS (Pty) LTD ECS3706 EXAM PACK 1 ECONOMETRICS STUDY PACK MAY/JUNE 2016 Question 1 (a) (i) Describing economic reality (ii) Testing hypothesis about economic theory (iii) Forecasting future

More information

BUSI 460 Suggested Answers to Selected Review and Discussion Questions Lesson 7

BUSI 460 Suggested Answers to Selected Review and Discussion Questions Lesson 7 BUSI 460 Suggested Answers to Selected Review and Discussion Questions Lesson 7 1. The definitions follow: (a) Time series: Time series data, also known as a data series, consists of observations on a

More information

A Guide to Modern Econometric:

A Guide to Modern Econometric: A Guide to Modern Econometric: 4th edition Marno Verbeek Rotterdam School of Management, Erasmus University, Rotterdam B 379887 )WILEY A John Wiley & Sons, Ltd., Publication Contents Preface xiii 1 Introduction

More information

Multivariate forecasting with VAR models

Multivariate forecasting with VAR models Multivariate forecasting with VAR models Franz Eigner University of Vienna UK Econometric Forecasting Prof. Robert Kunst 16th June 2009 Overview Vector autoregressive model univariate forecasting multivariate

More information

Dennis Bricker Dept of Mechanical & Industrial Engineering The University of Iowa. Exponential Smoothing 02/13/03 page 1 of 38

Dennis Bricker Dept of Mechanical & Industrial Engineering The University of Iowa. Exponential Smoothing 02/13/03 page 1 of 38 demand -5-4 -3-2 -1 0 1 2 3 Dennis Bricker Dept of Mechanical & Industrial Engineering The University of Iowa Exponential Smoothing 02/13/03 page 1 of 38 As with other Time-series forecasting methods,

More information

Applied Time Series Topics

Applied Time Series Topics Applied Time Series Topics Ivan Medovikov Brock University April 16, 2013 Ivan Medovikov, Brock University Applied Time Series Topics 1/34 Overview 1. Non-stationary data and consequences 2. Trends and

More information

Construction of an Informative Hierarchical Prior Distribution: Application to Electricity Load Forecasting

Construction of an Informative Hierarchical Prior Distribution: Application to Electricity Load Forecasting Construction of an Informative Hierarchical Prior Distribution: Application to Electricity Load Forecasting Anne Philippe Laboratoire de Mathématiques Jean Leray Université de Nantes Workshop EDF-INRIA,

More information

Forecasting Workbench in PRMS TM. Master Production Schedule. Material Requirements Plan. Work Order/ FPO Maintenance. Soft Bill Maintenance

Forecasting Workbench in PRMS TM. Master Production Schedule. Material Requirements Plan. Work Order/ FPO Maintenance. Soft Bill Maintenance Forecasting Workbench in PRMS TM SHOP FLOOR CONTROL Work Order/ FPO Maintenance Auto Allocation to Lots Pick Slip Print Master Production Schedule Material Requirements Plan Soft Bill Maintenance Stage

More information

Financial Econometrics

Financial Econometrics Financial Econometrics Estimation and Inference Gerald P. Dwyer Trinity College, Dublin January 2013 Who am I? Visiting Professor and BB&T Scholar at Clemson University Federal Reserve Bank of Atlanta

More information

The Dayton Power and Light Company Load Profiling Methodology Revised 7/1/2017

The Dayton Power and Light Company Load Profiling Methodology Revised 7/1/2017 The Dayton Power and Light Company Load Profiling Methodology Revised 7/1/2017 Overview of Methodology Dayton Power and Light (DP&L) load profiles will be used to estimate hourly loads for customers without

More information

Basics: Definitions and Notation. Stationarity. A More Formal Definition

Basics: Definitions and Notation. Stationarity. A More Formal Definition Basics: Definitions and Notation A Univariate is a sequence of measurements of the same variable collected over (usually regular intervals of) time. Usual assumption in many time series techniques is that

More information

Internal vs. external validity. External validity. This section is based on Stock and Watson s Chapter 9.

Internal vs. external validity. External validity. This section is based on Stock and Watson s Chapter 9. Section 7 Model Assessment This section is based on Stock and Watson s Chapter 9. Internal vs. external validity Internal validity refers to whether the analysis is valid for the population and sample

More information

Short-term management of hydro-power systems based on uncertainty model in electricity markets

Short-term management of hydro-power systems based on uncertainty model in electricity markets Open Access Journal Journal of Power Technologies 95 (4) (2015) 265 272 journal homepage:papers.itc.pw.edu.pl Short-term management of hydro-power systems based on uncertainty model in electricity markets

More information

Short-Term Electrical Load Forecasting for Iraqi Power System based on Multiple Linear Regression Method

Short-Term Electrical Load Forecasting for Iraqi Power System based on Multiple Linear Regression Method Volume 00 No., August 204 Short-Term Electrical Load Forecasting for Iraqi Power System based on Multiple Linear Regression Method Firas M. Tuaimah University of Baghdad Baghdad, Iraq Huda M. Abdul Abass

More information

Parking Occupancy Prediction and Pattern Analysis

Parking Occupancy Prediction and Pattern Analysis Parking Occupancy Prediction and Pattern Analysis Xiao Chen markcx@stanford.edu Abstract Finding a parking space in San Francisco City Area is really a headache issue. We try to find a reliable way to

More information

Forecasting. Operations Analysis and Improvement Spring

Forecasting. Operations Analysis and Improvement Spring Forecasting Operations Analysis and Improvement 2015 Spring Dr. Tai-Yue Wang Industrial and Information Management Department National Cheng Kung University 1-2 Outline Introduction to Forecasting Subjective

More information

Nonlinear Regression. Summary. Sample StatFolio: nonlinear reg.sgp

Nonlinear Regression. Summary. Sample StatFolio: nonlinear reg.sgp Nonlinear Regression Summary... 1 Analysis Summary... 4 Plot of Fitted Model... 6 Response Surface Plots... 7 Analysis Options... 10 Reports... 11 Correlation Matrix... 12 Observed versus Predicted...

More information

FORECASTING FLUCTUATIONS OF ASPHALT CEMENT PRICE INDEX IN GEORGIA

FORECASTING FLUCTUATIONS OF ASPHALT CEMENT PRICE INDEX IN GEORGIA FORECASTING FLUCTUATIONS OF ASPHALT CEMENT PRICE INDEX IN GEORGIA Mohammad Ilbeigi, Baabak Ashuri, Ph.D., and Yang Hui Economics of the Sustainable Built Environment (ESBE) Lab, School of Building Construction

More information

Causal Research Design: Experimentation. Week 04 W. Rofianto, ST, MSi

Causal Research Design: Experimentation. Week 04 W. Rofianto, ST, MSi Causal Research Design: Experimentation Week 04 W. Rofianto, ST, MSi Concept and Conditions for Causality When the occurrence of X increases the probability of the occurrence of Y. Concomitant variation

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

RS Metrics CME Group Copper Futures Price Predictive Analysis Explained

RS Metrics CME Group Copper Futures Price Predictive Analysis Explained RS Metrics CME Group Copper Futures Price Predictive Analysis Explained Disclaimer ALL DATA REFERENCED IN THIS WHITE PAPER IS PROVIDED AS IS, AND RS METRICS DOES NOT MAKE AND HEREBY EXPRESSLY DISCLAIMS,

More information

Skupos Data Helps Convenience Stores Predict Inventory Needs Before Hurricanes

Skupos Data Helps Convenience Stores Predict Inventory Needs Before Hurricanes Case Study: Hurricane Florence Winter 2018 SKUPOS Inc. 300 Kansas St. Suite 103 San Francisco, CA 94103 www.skupos.com Skupos Data Helps Convenience Stores Predict Inventory Needs Before Hurricanes A Look

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

Simultaneous Equation Models Learning Objectives Introduction Introduction (2) Introduction (3) Solving the Model structural equations

Simultaneous Equation Models Learning Objectives Introduction Introduction (2) Introduction (3) Solving the Model structural equations Simultaneous Equation Models. Introduction: basic definitions 2. Consequences of ignoring simultaneity 3. The identification problem 4. Estimation of simultaneous equation models 5. Example: IS LM model

More information

Foundations - 1. Time-series Analysis, Forecasting. Temporal Information Retrieval

Foundations - 1. Time-series Analysis, Forecasting. Temporal Information Retrieval Foundations - 1 Time-series Analysis, Forecasting Temporal Information Retrieval Time Series An ordered sequence of values (data points) of variables at equally spaced time intervals Time Series Components

More information

ECONOMETRICS HONOR S EXAM REVIEW SESSION

ECONOMETRICS HONOR S EXAM REVIEW SESSION ECONOMETRICS HONOR S EXAM REVIEW SESSION Eunice Han ehan@fas.harvard.edu March 26 th, 2013 Harvard University Information 2 Exam: April 3 rd 3-6pm @ Emerson 105 Bring a calculator and extra pens. Notes

More information

= observed volume on day l for bin j = base volume in jth bin, and = residual error, assumed independent with mean zero.

= observed volume on day l for bin j = base volume in jth bin, and = residual error, assumed independent with mean zero. QB research September 4, 06 Page -Minute Bin Volume Forecast Model Overview In response to strong client demand, Quantitative Brokers (QB) has developed a new algorithm called Closer that specifically

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

Least Squares Regression

Least Squares Regression E0 70 Machine Learning Lecture 4 Jan 7, 03) Least Squares Regression Lecturer: Shivani Agarwal Disclaimer: These notes are a brief summary of the topics covered in the lecture. They are not a substitute

More information

CHAPTER 4: DATASETS AND CRITERIA FOR ALGORITHM EVALUATION

CHAPTER 4: DATASETS AND CRITERIA FOR ALGORITHM EVALUATION CHAPTER 4: DATASETS AND CRITERIA FOR ALGORITHM EVALUATION 4.1 Overview This chapter contains the description about the data that is used in this research. In this research time series data is used. A time

More information

Available online at ScienceDirect. Procedia Engineering 119 (2015 ) 13 18

Available online at   ScienceDirect. Procedia Engineering 119 (2015 ) 13 18 Available online at www.sciencedirect.com ScienceDirect Procedia Engineering 119 (2015 ) 13 18 13th Computer Control for Water Industry Conference, CCWI 2015 Real-time burst detection in water distribution

More information

DRIVING ROI. The Business Case for Advanced Weather Solutions for the Energy Market

DRIVING ROI. The Business Case for Advanced Weather Solutions for the Energy Market DRIVING ROI The Business Case for Advanced Weather Solutions for the Energy Market Table of Contents Energy Trading Challenges 3 Skill 4 Speed 5 Precision 6 Key ROI Findings 7 About The Weather Company

More information

The Role of "Leads" in the Dynamic Title of Cointegrating Regression Models. Author(s) Hayakawa, Kazuhiko; Kurozumi, Eiji

The Role of Leads in the Dynamic Title of Cointegrating Regression Models. Author(s) Hayakawa, Kazuhiko; Kurozumi, Eiji he Role of "Leads" in the Dynamic itle of Cointegrating Regression Models Author(s) Hayakawa, Kazuhiko; Kurozumi, Eiji Citation Issue 2006-12 Date ype echnical Report ext Version publisher URL http://hdl.handle.net/10086/13599

More information

Modeling and Forecasting Currency in Circulation in Sri Lanka

Modeling and Forecasting Currency in Circulation in Sri Lanka Modeling and Forecasting Currency in Circulation in Sri Lanka Rupa Dheerasinghe 1 Abstract Currency in circulation is typically estimated either by specifying a currency demand equation based on the theory

More information

Regression Analysis. BUS 735: Business Decision Making and Research. Learn how to detect relationships between ordinal and categorical variables.

Regression Analysis. BUS 735: Business Decision Making and Research. Learn how to detect relationships between ordinal and categorical variables. Regression Analysis BUS 735: Business Decision Making and Research 1 Goals of this section Specific goals Learn how to detect relationships between ordinal and categorical variables. Learn how to estimate

More information

Any of 27 linear and nonlinear models may be fit. The output parallels that of the Simple Regression procedure.

Any of 27 linear and nonlinear models may be fit. The output parallels that of the Simple Regression procedure. STATGRAPHICS Rev. 9/13/213 Calibration Models Summary... 1 Data Input... 3 Analysis Summary... 5 Analysis Options... 7 Plot of Fitted Model... 9 Predicted Values... 1 Confidence Intervals... 11 Observed

More information

Modules 1-2 are background; they are the same for regression analysis and time series.

Modules 1-2 are background; they are the same for regression analysis and time series. Regression Analysis, Module 1: Regression models (The attached PDF file has better formatting.) Required reading: Chapter 1, pages 3 13 (until appendix 1.1). Updated: May 23, 2005 Modules 1-2 are background;

More information

TRANSMISSION BUSINESS LOAD FORECAST AND METHODOLOGY

TRANSMISSION BUSINESS LOAD FORECAST AND METHODOLOGY Filed: September, 00 EB-00-00 Tab Schedule Page of 0 TRANSMISSION BUSINESS LOAD FORECAST AND METHODOLOGY.0 INTRODUCTION 0 This exhibit discusses Hydro One Networks transmission system load forecast and

More information

STATE COUNCIL OF EDUCATIONAL RESEARCH AND TRAINING TNCF DRAFT SYLLABUS

STATE COUNCIL OF EDUCATIONAL RESEARCH AND TRAINING TNCF DRAFT SYLLABUS STATE COUNCIL OF EDUCATIONAL RESEARCH AND TRAINING TNCF 2017 - DRAFT SYLLABUS Subject :Business Maths Class : XI Unit 1 : TOPIC Matrices and Determinants CONTENT Determinants - Minors; Cofactors; Evaluation

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