ISSUES IN UNIVARIATE FORECASTING

Size: px
Start display at page:

Download "ISSUES IN UNIVARIATE FORECASTING"

Transcription

1 ISSUES IN UNIVARIATE FORECASTING By Rohaiza Zakaria 1, T. Zalizam T. Muda 2 and Suzilah Ismail 3 UUM College of Arts and Sciences, Universiti Utara Malaysia 1 rhz@uum.edu.my, 2 zalizam@uum.edu.my and 3 halizus@uum.edu.my 1

2 yt Introduction: Univariate forecasting Univariate modelling just involve one variable i.e. a set of time series data. The series has its own pattern whether trend, seasonal, cycle or irregular. (d) Irregular t The identification of components is important towards determination of suitable technique. 2

3 Forecasting Scenario For model building (diff, techniques diff model) Hold out data point historical forecast Future forecast Policy planning and control 10 steps ahead 2 step 2 step 1 step 1 step 1 t-2 t-1 t t+1 t+2 n n+1 n+2 T1 estimation period T2 evaluation period T3 (today/present)

4 Stages in the time series forecasting procedure for a given data set Plot the data and identify the existence of the time series components Based on the components, choose several suitable forecasting techniques Divide the data into two parts; models estimation and evaluation Estimate the models using techniques identified in (2) Evaluate the models using recursive process and choose the best model using error measures Use the best model to forecast for the future 4

5 Problems of the study To solve the forecasting problem via manual calculation will involve highly cost. So automated system is important to avoid the problem. How do we automate the forecasting process when tacit knowledge and expert judgement is part of it? The issues of blended knowledge exist in the following part: Identification of time series components. Partitioning data. Estimation of forecasting techniques. Evaluation using error measures. 5

6 If forecasters want to produce forecast values, is not a problem but it will takes time to do it manually. But if end-users, there will be a problem because no expertise to do. If we can automate this process, there will be helpful to them. 6

7 Issues Identification of Time Series Components Partitioning of Data Estimation of Forecasting Techniques Decomposition (Multiplicative versus Additive) Exponential Smoothing Time Series Regression (Violation of Assumptions) ARIMA Identification Evaluation Error Measures Fixed versus Rolling Evaluation Solutions to the Issues in Automating the Forecasting Process 7

8 Issues in Identification of Time Series Components The needs of the blending of tacit knowledge or expert judgement of the forecaster Trend Seasonal Irregular/ Cyclical what type of trend exist non-fixed seasonal will be difficult to identify the outlier identification which perhaps just happen due to accidental event 8

9 Issues in Partitioning of Data There is no fixed rule of how to partition the data. Forecaster has adapt the data mining concept by partitioning the data into two parts. The general rule, the number of observation for estimation part is more than evaluation part. What is the best rate of partition? 9

10 Issues in Estimation of Forecasting Techniques Decomposition (Multiplicative versus Additive): Combination of these two conditions simultaneously in the data. Exponential Smoothing: Initial values and weight age of smoothing constant parameters. Time Series Regression (Violation of Assumptions): Is it true if the assumptions are not fulfilled will lead to inaccurate forecast? Do we really need to bother checking the assumptions? ARIMA Identification: Identification of ARIMA models (ACF and PACF plot) and the criteria used in selecting the best ARIMA model (AIC, BIC, standard errors and parsimony concept). 10

11 Issues in Evaluation Competition Ranking Parametric test Many studies (Fildes et al. (2011), Hyndman and Koehler (2006), Ismail (2005) and Fildes and Ord (2002)) have shown that more than one error measures needed to be used because each of the error measures has weakness and strength. Ranking (Batchelor (1990) and Stekler (1987)) methods play an important role in selecting the best technique. But by ranking the error measures, the true value of the errors are shadowed with the rank which we are loosing true information regarding the errors. Suggested initially by Diebold-Mariano but extended by Harvey et al (1997) is to conduct a parametric test implemented on mean squared errors for two sets of forecast errors. 11

12 Fixed versus Rolling Evaluation The recursive process is tedious and requires expert person in implementing it. Due to this, the end users still used the fixed evaluation. Fixed fitted values Evaluation of performance using the comparison between fixed fitted values and the actual values. Rolling fitted values Used in the recursive evaluation part where the equation is updated by including the left out actual values one by one to re-estimate the equation in order to mimic the future process. Once the equation been re-estimated, fitted values are produced using the updated equation (Fildes et al. (2011) and Lazim (2011)). 12

13 Initial Solutions to the Issues in Automating the Forecasting Process Identification: Start by identifying type of time series data i.e. yearly or non-yearly (monthly). All forecasting techniques that suitable for data set will go thru the estimation and evaluation part. Partition: We left out five data values for the evaluation part for the data and the rest are for the estimation part. Forecasting techniques: In Exponential Smoothing (ES): Single ES initial value equal to the first data value (Hanke & Wichern, 2005 and Lazim, 2011). 13

14 Double ES, Holt s and Holt-Winters techniques initial value from the coefficient in time series regression (Gaynor & Kirkpatrick, 1994 and Bowerman, O Connell & Koehler, 2005). In Time Series Regression, since the data is large we assumed the assumptions are met. In ARIMA, we used trial and error approach to identify the combination of p,d,q. We limit our search approach maximum 5 lags for p and q based on yearly data and 36 lags for non yearly (monthly) data. Error measures: more than one are used to develop the algorithm together with ranking procedure. Rolling evaluation: used in the recursive process to mimic the future process. 14

15 Objective of the study Solve the issues by automating the univariate forecasting process. 15

16 Methodology: Model building framework Start Data Specification Estimation Theory No Model checking: Is the model adequate? Yes Use the model End 16

17 Techniques to automate Yearly data Time series regression Moving average Double moving average Simple exponential smoothing Double exponential smoothing Holt s exponential smoothing Nonseasonal ARIMA Non yearly data Time series regression Decomposition Moving average Double moving average Simple exponential smoothing Double exponential smoothing Holt s exponential smoothing Holt-Winters exponential smoothing Nonseasonal ARIMA Seasonal ARIMA 17

18 A part of formula to automate the process: The univariate forecasting algorithm is transform to computer coding using Java. 18

19 Summarized of algorithm for automated univariate time series forecasting classify each series into yearly or not yearly data. make a partition for each series to estimation and evaluation part apply all models that are appropriate for each series in estimation part, optimizing parameters (both smoothing parameters and the initial state variable) of the model in each case do recursive for each series in evaluation part to produce predicted values and error values select the best models based on the comparison of error measures produce the point forecast using the best model (with optimized parameters) for three steps ahead. display the best model with the graph, three steps ahead point forecast and the error. 19

20 yt yt We only use two set of simulated data, yearly data (n=100) and non yearly data (n=121) Plot of yearly simulated data between y t and t t Plot of non yearly simulated data between y t and t t 20

21 Findings: A part of Java coding 21

22 Findings: A part of results in Java 22

23 Findings: Yearly data time series regression Yearly data Time Series Regression Coefficients Java Excel SPSS Constant, b Slope, b

24 Findings: Yearly data Holt s technique Yearly data Holt s technique Initial values Java Excel SPSS Level, l Trend, T Yearly data Holt s technique Parameters Java Excel SPSS Alpha, α Gamma, γ Yearly data Holt s technique SSE Java Excel SPSS

25 Findings: Non yearly data Multiplicative decomposition Non yearly data Multiplicative Decomposition Component at t=116 Java Excel SPSS Trend, TR Seasonal, SN

26 Findings: Non yearly data Holt-Winters technique Non yearly data Holt-Winters technique Initial values Java Excel SPSS Level, l Trend, T Non yearly data Holt-Winters technique Parameters Java Excel SPSS Alpha, α Gamma, γ Delta, δ Non yearly data Holt-Winters technique SSE Java Excel SPSS

27 Findings: Evaluation Using rolling evaluation: For simulated yearly data (n=100) The best model (the smallest rank) for: 1 step ahead MA 2 and 3 step ahead non-seasonal ARIMA(0,1,1) For simulated non yearly data (n=121) The best model (the smallest rank) for: 1, 2 and 3 step ahead Multiplicative Holt-Winters 27

28 Findings: Evaluation for yearly data (n=100) Error measure and performance ranking for 1 step ahead forecast value Techniques Error measure Total MSE RMSE GRMSE MAPE rank TSR (8) (8) (8) (8) 32 (8) SES (4) (4) (5) (4) 17 (4) DES (6) (6) (3) (6) 21 (5.5) HM (3) (3) (4) (3) 13 (3) MA(3) (1) (1) (1) (1) 4 (1) DMA(3) (7) (7) (7) (7) 28 (7) nsarima (10) (10) (10) (10) 40 (10) (0,0,1) nsarima (9) (9) (9) (9) 36 (9) (1,0,0) nsarima (2) (2) (2) (2) 8 (2) (0,1,1) nsarima (1,1,0) (5) (5) (6) (5) 21 (5.5) Notes: ( ) is rank of error measures 28

29 Findings: Evaluation for non yearly data (n=121) Error measure and performance ranking for 1 step ahead forecast value Techniques Error measure Total MSE RMSE GRMSE MAPE rank TSR (10) (10) (7) (10) 37 (10) MD (2) (2) (2) (2) 8 (2) SES (5) (5) (9) (7) 26 (7) DES (9) (9) (5) (6) 29 (8) HM (8) (8) (3) (3) 22 (5.5) MHW (1) (1) (1) (1) 4 (1) MA(3) (3) (3) (8) (8) 22 (5.5) DMA(3) (11) (11) (10) (11) 43 (11) nsarima (12) (12) (11) (12) 47 (12) (0,0,1) nsarima (4) (4) (6) (5) 19 (3) (1,0,0) nsarima (7) (7) (12) (9) 35 (9) (0,1,1) nsarima (1,1,0) (6) (6) (4) (4) 20 (4) Notes: ( ) is rank of error measures 29

30 Conclusion This study has shown an example of algorithm that require tacit knowledge can be automate and lessen the role of expert opinion. Therefore, it gives solution for the end users to use automated time series forecasting. In summary, this study attempts to solve practical issues in forecasting that face to the non statistical user. This study demonstrates that in the early stage, an algorithm focus on specific data to conduct an optimize parameter to produce a better results. Further research on these issues can provide guidelines especially to end users. Perhaps by automating the process will help them gain higher forecast accuracy and lead to better decision making. 30

31 31

TIME SERIES ANALYSIS

TIME SERIES ANALYSIS TIME SERIES ANALYSIS Ramasubramanian V. I.A.S.R.I., Library Avenue, New Delhi- 110 012 ram_stat@yahoo.co.in 1. Introduction A Time Series (TS) is a sequence of observations ordered in time. Mostly these

More information

TIME SERIES ANALYSIS

TIME SERIES ANALYSIS TIME SERIES ANALYSIS L.M. BHAR AND V.K.SHARMA Indian Agricultural Statistics Research Institute Library Avenue, New Delhi-0 02 lmb@iasri.res.in. Introduction Time series (TS) data refers to observations

More information

COMP6053 lecture: Time series analysis, autocorrelation. jn2@ecs.soton.ac.uk

COMP6053 lecture: Time series analysis, autocorrelation. jn2@ecs.soton.ac.uk COMP6053 lecture: Time series analysis, autocorrelation jn2@ecs.soton.ac.uk Time series analysis The basic idea of time series analysis is simple: given an observed sequence, how can we build a model that

More information

Forecasting in supply chains

Forecasting in supply chains 1 Forecasting in supply chains Role of demand forecasting Effective transportation system or supply chain design is predicated on the availability of accurate inputs to the modeling process. One of the

More information

MGT 267 PROJECT. Forecasting the United States Retail Sales of the Pharmacies and Drug Stores. Done by: Shunwei Wang & Mohammad Zainal

MGT 267 PROJECT. Forecasting the United States Retail Sales of the Pharmacies and Drug Stores. Done by: Shunwei Wang & Mohammad Zainal MGT 267 PROJECT Forecasting the United States Retail Sales of the Pharmacies and Drug Stores Done by: Shunwei Wang & Mohammad Zainal Dec. 2002 The retail sale (Million) ABSTRACT The present study aims

More information

IBM SPSS Forecasting 22

IBM SPSS Forecasting 22 IBM SPSS Forecasting 22 Note Before using this information and the product it supports, read the information in Notices on page 33. Product Information This edition applies to version 22, release 0, modification

More information

JOHANNES TSHEPISO TSOKU NONOFO PHOKONTSI DANIEL METSILENG FORECASTING SOUTH AFRICAN GOLD SALES: THE BOX-JENKINS METHODOLOGY

JOHANNES TSHEPISO TSOKU NONOFO PHOKONTSI DANIEL METSILENG FORECASTING SOUTH AFRICAN GOLD SALES: THE BOX-JENKINS METHODOLOGY DOI: 0.20472/IAC.205.08.3 JOHANNES TSHEPISO TSOKU North West University, South Africa NONOFO PHOKONTSI North West University, South Africa DANIEL METSILENG Department of Health, South Africa FORECASTING

More information

Sales and operations planning (SOP) Demand forecasting

Sales and operations planning (SOP) Demand forecasting ing, introduction Sales and operations planning (SOP) forecasting To balance supply with demand and synchronize all operational plans Capture demand data forecasting Balancing of supply, demand, and budgets.

More information

Forecasting Analytics. Group members: - Arpita - Kapil - Kaushik - Ridhima - Ushhan

Forecasting Analytics. Group members: - Arpita - Kapil - Kaushik - Ridhima - Ushhan Forecasting Analytics Group members: - Arpita - Kapil - Kaushik - Ridhima - Ushhan Business Problem Forecast daily sales of dairy products (excluding milk) to make a good prediction of future demand, and

More information

The Combination Forecasting Model of Auto Sales Based on Seasonal Index and RBF Neural Network

The Combination Forecasting Model of Auto Sales Based on Seasonal Index and RBF Neural Network , pp.67-76 http://dx.doi.org/10.14257/ijdta.2016.9.1.06 The Combination Forecasting Model of Auto Sales Based on Seasonal Index and RBF Neural Network Lihua Yang and Baolin Li* School of Economics and

More information

Time series Forecasting using Holt-Winters Exponential Smoothing

Time series Forecasting using Holt-Winters Exponential Smoothing Time series Forecasting using Holt-Winters Exponential Smoothing Prajakta S. Kalekar(04329008) Kanwal Rekhi School of Information Technology Under the guidance of Prof. Bernard December 6, 2004 Abstract

More information

IDENTIFICATION OF DEMAND FORECASTING MODEL CONSIDERING KEY FACTORS IN THE CONTEXT OF HEALTHCARE PRODUCTS

IDENTIFICATION OF DEMAND FORECASTING MODEL CONSIDERING KEY FACTORS IN THE CONTEXT OF HEALTHCARE PRODUCTS IDENTIFICATION OF DEMAND FORECASTING MODEL CONSIDERING KEY FACTORS IN THE CONTEXT OF HEALTHCARE PRODUCTS Sushanta Sengupta 1, Ruma Datta 2 1 Tata Consultancy Services Limited, Kolkata 2 Netaji Subhash

More information

USING SEASONAL AND CYCLICAL COMPONENTS IN LEAST SQUARES FORECASTING MODELS

USING SEASONAL AND CYCLICAL COMPONENTS IN LEAST SQUARES FORECASTING MODELS Using Seasonal and Cyclical Components in Least Squares Forecasting models USING SEASONAL AND CYCLICAL COMPONENTS IN LEAST SQUARES FORECASTING MODELS Frank G. Landram, West Texas A & M University Amjad

More information

Baseline Forecasting With Exponential Smoothing Models

Baseline Forecasting With Exponential Smoothing Models Baseline Forecasting With Exponential Smoothing Models By Hans Levenbach, PhD., Executive Director CPDF Training and Certification Program, URL: www.cpdftraining.org Prediction is very difficult, especially

More information

Overview of Quantitative Forecasting Methods on Sales of Naphthenic oils

Overview of Quantitative Forecasting Methods on Sales of Naphthenic oils Overview of Quantitative Forecasting Methods on Sales of Naphthenic oils ALI HADIZADEH Production Economics Master s thesis Department of Management and Engineering LIU-IEI-TEK-A-11/1237 SE 2 P a g e Overview

More information

TIME-SERIES ANALYSIS, MODELLING AND FORECASTING USING SAS SOFTWARE

TIME-SERIES ANALYSIS, MODELLING AND FORECASTING USING SAS SOFTWARE TIME-SERIES ANALYSIS, MODELLING AND FORECASTING USING SAS SOFTWARE Ramasubramanian V. IA.S.R.I., Library Avenue, Pusa, New Delhi 110 012 ramsub@iasri.res.in 1. Introduction Time series (TS) data refers

More information

Forecasting sales and intervention analysis of durable products in the Greek market. Empirical evidence from the new car retail sector.

Forecasting sales and intervention analysis of durable products in the Greek market. Empirical evidence from the new car retail sector. Forecasting sales and intervention analysis of durable products in the Greek market. Empirical evidence from the new car retail sector. Maria K. Voulgaraki Department of Economics, University of Crete,

More information

Forecasting areas and production of rice in India using ARIMA model

Forecasting areas and production of rice in India using ARIMA model International Journal of Farm Sciences 4(1) :99-106, 2014 Forecasting areas and production of rice in India using ARIMA model K PRABAKARAN and C SIVAPRAGASAM* Agricultural College and Research Institute,

More information

Applicability and accuracy of quantitative forecasting models applied in actual firms A case study at The Company

Applicability and accuracy of quantitative forecasting models applied in actual firms A case study at The Company Applicability and accuracy of quantitative forecasting models applied in actual firms A case study at The Company Master of Science Thesis in the Management and Economics of Innovation Programme JOHAN

More information

Causal Leading Indicators Detection for Demand Forecasting

Causal Leading Indicators Detection for Demand Forecasting Causal Leading Indicators Detection for Demand Forecasting Yves R. Sagaert, El-Houssaine Aghezzaf, Nikolaos Kourentzes, Bram Desmet Department of Industrial Management, Ghent University 13/07/2015 EURO

More information

Decision 411: Class 12

Decision 411: Class 12 Decision 411: Class 12 Automatic forecasting software Political & ethical issues in forecasting Automatic forecasting software Most major statistical & database packages include wizards for automatic forecasting:

More information

INCREASING FORECASTING ACCURACY OF TREND DEMAND BY NON-LINEAR OPTIMIZATION OF THE SMOOTHING CONSTANT

INCREASING FORECASTING ACCURACY OF TREND DEMAND BY NON-LINEAR OPTIMIZATION OF THE SMOOTHING CONSTANT 58 INCREASING FORECASTING ACCURACY OF TREND DEMAND BY NON-LINEAR OPTIMIZATION OF THE SMOOTHING CONSTANT Sudipa Sarker 1 * and Mahbub Hossain 2 1 Department of Industrial and Production Engineering Bangladesh

More information

Luciano Rispoli Department of Economics, Mathematics and Statistics Birkbeck College (University of London)

Luciano Rispoli Department of Economics, Mathematics and Statistics Birkbeck College (University of London) Luciano Rispoli Department of Economics, Mathematics and Statistics Birkbeck College (University of London) 1 Forecasting: definition Forecasting is the process of making statements about events whose

More information

Modelling and Forecasting Packaged Food Product Sales Using Mathematical Programming

Modelling and Forecasting Packaged Food Product Sales Using Mathematical Programming Modelling and Forecasting Packaged Food Product Sales Using Mathematical Programming Saurabh Gupta 1, Nishant Kumar 2 saurabhgupta2dams@gmail.com Abstract Sales forecasting is one of the most common phenomena

More information

Energy Load Mining Using Univariate Time Series Analysis

Energy Load Mining Using Univariate Time Series Analysis Energy Load Mining Using Univariate Time Series Analysis By: Taghreed Alghamdi & Ali Almadan 03/02/2015 Caruth Hall 0184 Energy Forecasting Energy Saving Energy consumption Introduction: Energy consumption.

More information

Multi-item Sales Forecasting with. Total and Split Exponential Smoothing

Multi-item Sales Forecasting with. Total and Split Exponential Smoothing Multi-item Sales Forecasting with Total and Split Exponential Smoothing James W. Taylor Saïd Business School University of Oxford Journal of the Operational Research Society, 2011, Vol. 62, pp. 555 563.

More information

Time Series Analysis of Household Electric Consumption with ARIMA and ARMA Models

Time Series Analysis of Household Electric Consumption with ARIMA and ARMA Models , March 13-15, 2013, Hong Kong Time Series Analysis of Household Electric Consumption with ARIMA and ARMA Models Pasapitch Chujai*, Nittaya Kerdprasop, and Kittisak Kerdprasop Abstract The purposes of

More information

Product Documentation SAP Business ByDesign 1302. Supply Chain Planning and Control

Product Documentation SAP Business ByDesign 1302. Supply Chain Planning and Control Product Documentation PUBLIC Supply Chain Planning and Control Table Of Contents 1 Supply Chain Planning and Control.... 6 2 Business Background... 8 2.1 Demand Planning... 8 2.2 Forecasting... 10 2.3

More information

Demand Forecasting LEARNING OBJECTIVES IEEM 517. 1. Understand commonly used forecasting techniques. 2. Learn to evaluate forecasts

Demand Forecasting LEARNING OBJECTIVES IEEM 517. 1. Understand commonly used forecasting techniques. 2. Learn to evaluate forecasts IEEM 57 Demand Forecasting LEARNING OBJECTIVES. Understand commonly used forecasting techniques. Learn to evaluate forecasts 3. Learn to choose appropriate forecasting techniques CONTENTS Motivation Forecast

More information

Simple Methods and Procedures Used in Forecasting

Simple Methods and Procedures Used in Forecasting Simple Methods and Procedures Used in Forecasting The project prepared by : Sven Gingelmaier Michael Richter Under direction of the Maria Jadamus-Hacura What Is Forecasting? Prediction of future events

More information

9th Russian Summer School in Information Retrieval Big Data Analytics with R

9th Russian Summer School in Information Retrieval Big Data Analytics with R 9th Russian Summer School in Information Retrieval Big Data Analytics with R Introduction to Time Series with R A. Karakitsiou A. Migdalas Industrial Logistics, ETS Institute Luleå University of Technology

More information

Section A. Index. Section A. Planning, Budgeting and Forecasting Section A.2 Forecasting techniques... 1. Page 1 of 11. EduPristine CMA - Part I

Section A. Index. Section A. Planning, Budgeting and Forecasting Section A.2 Forecasting techniques... 1. Page 1 of 11. EduPristine CMA - Part I Index Section A. Planning, Budgeting and Forecasting Section A.2 Forecasting techniques... 1 EduPristine CMA - Part I Page 1 of 11 Section A. Planning, Budgeting and Forecasting Section A.2 Forecasting

More information

Time Series Analysis and Forecasting Methods for Temporal Mining of Interlinked Documents

Time Series Analysis and Forecasting Methods for Temporal Mining of Interlinked Documents Time Series Analysis and Forecasting Methods for Temporal Mining of Interlinked Documents Prasanna Desikan and Jaideep Srivastava Department of Computer Science University of Minnesota. @cs.umn.edu

More information

Indian School of Business Forecasting Sales for Dairy Products

Indian School of Business Forecasting Sales for Dairy Products Indian School of Business Forecasting Sales for Dairy Products Contents EXECUTIVE SUMMARY... 3 Data Analysis... 3 Forecast Horizon:... 4 Forecasting Models:... 4 Fresh milk - AmulTaaza (500 ml)... 4 Dahi/

More information

NTC Project: S01-PH10 (formerly I01-P10) 1 Forecasting Women s Apparel Sales Using Mathematical Modeling

NTC Project: S01-PH10 (formerly I01-P10) 1 Forecasting Women s Apparel Sales Using Mathematical Modeling 1 Forecasting Women s Apparel Sales Using Mathematical Modeling Celia Frank* 1, Balaji Vemulapalli 1, Les M. Sztandera 2, Amar Raheja 3 1 School of Textiles and Materials Technology 2 Computer Information

More information

IBM SPSS Forecasting 21

IBM SPSS Forecasting 21 IBM SPSS Forecasting 21 Note: Before using this information and the product it supports, read the general information under Notices on p. 107. This edition applies to IBM SPSS Statistics 21 and to all

More information

USE OF ARIMA TIME SERIES AND REGRESSORS TO FORECAST THE SALE OF ELECTRICITY

USE OF ARIMA TIME SERIES AND REGRESSORS TO FORECAST THE SALE OF ELECTRICITY Paper PO10 USE OF ARIMA TIME SERIES AND REGRESSORS TO FORECAST THE SALE OF ELECTRICITY Beatrice Ugiliweneza, University of Louisville, Louisville, KY ABSTRACT Objectives: To forecast the sales made by

More information

Introducing Oracle Crystal Ball Predictor: a new approach to forecasting in MS Excel Environment

Introducing Oracle Crystal Ball Predictor: a new approach to forecasting in MS Excel Environment Introducing Oracle Crystal Ball Predictor: a new approach to forecasting in MS Excel Environment Samik Raychaudhuri, Ph. D. Principal Member of Technical Staff ISF 2010 Oracle Crystal

More information

Forecasting of Paddy Production in Sri Lanka: A Time Series Analysis using ARIMA Model

Forecasting of Paddy Production in Sri Lanka: A Time Series Analysis using ARIMA Model Tropical Agricultural Research Vol. 24 (): 2-3 (22) Forecasting of Paddy Production in Sri Lanka: A Time Series Analysis using ARIMA Model V. Sivapathasundaram * and C. Bogahawatte Postgraduate Institute

More information

Time Series Analysis and Forecasting

Time Series Analysis and Forecasting Time Series Analysis and Forecasting Math 667 Al Nosedal Department of Mathematics Indiana University of Pennsylvania Time Series Analysis and Forecasting p. 1/11 Introduction Many decision-making applications

More information

Time Series Analysis: Basic Forecasting.

Time Series Analysis: Basic Forecasting. Time Series Analysis: Basic Forecasting. As published in Benchmarks RSS Matters, April 2015 http://web3.unt.edu/benchmarks/issues/2015/04/rss-matters Jon Starkweather, PhD 1 Jon Starkweather, PhD jonathan.starkweather@unt.edu

More information

Module 6: Introduction to Time Series Forecasting

Module 6: Introduction to Time Series Forecasting Using Statistical Data to Make Decisions Module 6: Introduction to Time Series Forecasting Titus Awokuse and Tom Ilvento, University of Delaware, College of Agriculture and Natural Resources, Food and

More information

Advanced Forecasting Techniques and Models: ARIMA

Advanced Forecasting Techniques and Models: ARIMA Advanced Forecasting Techniques and Models: ARIMA Short Examples Series using Risk Simulator For more information please visit: www.realoptionsvaluation.com or contact us at: admin@realoptionsvaluation.com

More information

16 : Demand Forecasting

16 : Demand Forecasting 16 : Demand Forecasting 1 Session Outline Demand Forecasting Subjective methods can be used only when past data is not available. When past data is available, it is advisable that firms should use statistical

More information

A Study on the Comparison of Electricity Forecasting Models: Korea and China

A Study on the Comparison of Electricity Forecasting Models: Korea and China Communications for Statistical Applications and Methods 2015, Vol. 22, No. 6, 675 683 DOI: http://dx.doi.org/10.5351/csam.2015.22.6.675 Print ISSN 2287-7843 / Online ISSN 2383-4757 A Study on the Comparison

More information

Traffic Safety Facts. Research Note. Time Series Analysis and Forecast of Crash Fatalities during Six Holiday Periods Cejun Liu* and Chou-Lin Chen

Traffic Safety Facts. Research Note. Time Series Analysis and Forecast of Crash Fatalities during Six Holiday Periods Cejun Liu* and Chou-Lin Chen Traffic Safety Facts Research Note March 2004 DOT HS 809 718 Time Series Analysis and Forecast of Crash Fatalities during Six Holiday Periods Cejun Liu* and Chou-Lin Chen Summary This research note uses

More information

2. What is the general linear model to be used to model linear trend? (Write out the model) = + + + or

2. What is the general linear model to be used to model linear trend? (Write out the model) = + + + or Simple and Multiple Regression Analysis Example: Explore the relationships among Month, Adv.$ and Sales $: 1. Prepare a scatter plot of these data. The scatter plots for Adv.$ versus Sales, and Month versus

More information

Forecasting Using Eviews 2.0: An Overview

Forecasting Using Eviews 2.0: An Overview Forecasting Using Eviews 2.0: An Overview Some Preliminaries In what follows it will be useful to distinguish between ex post and ex ante forecasting. In terms of time series modeling, both predict values

More information

CB Predictor 1.6. User Manual

CB Predictor 1.6. User Manual CB Predictor 1.6 User Manual This manual, and the software described in it, are furnished under license and may only be used or copied in accordance with the terms of the license agreement. Information

More information

Rob J Hyndman. Forecasting using. 11. Dynamic regression OTexts.com/fpp/9/1/ Forecasting using R 1

Rob J Hyndman. Forecasting using. 11. Dynamic regression OTexts.com/fpp/9/1/ Forecasting using R 1 Rob J Hyndman Forecasting using 11. Dynamic regression OTexts.com/fpp/9/1/ Forecasting using R 1 Outline 1 Regression with ARIMA errors 2 Example: Japanese cars 3 Using Fourier terms for seasonality 4

More information

2.2 Elimination of Trend and Seasonality

2.2 Elimination of Trend and Seasonality 26 CHAPTER 2. TREND AND SEASONAL COMPONENTS 2.2 Elimination of Trend and Seasonality Here we assume that the TS model is additive and there exist both trend and seasonal components, that is X t = m t +

More information

Forecasting Time Series with Multiple Seasonal Patterns

Forecasting Time Series with Multiple Seasonal Patterns Forecasting Time Series with Multiple Seasonal Patterns Abstract: A new approach is proposed for forecasting a time series with multiple seasonal patterns. A state space model is developed for the series

More information

Outline: Demand Forecasting

Outline: Demand Forecasting Outline: Demand Forecasting Given the limited background from the surveys and that Chapter 7 in the book is complex, we will cover less material. The role of forecasting in the chain Characteristics of

More information

ITSM-R Reference Manual

ITSM-R Reference Manual ITSM-R Reference Manual George Weigt June 5, 2015 1 Contents 1 Introduction 3 1.1 Time series analysis in a nutshell............................... 3 1.2 White Noise Variance.....................................

More information

Forecasting Framework for Inventory and Sales of Short Life Span Products

Forecasting Framework for Inventory and Sales of Short Life Span Products Forecasting Framework for Inventory and Sales of Short Life Span Products Master Thesis Graduate student: Astrid Suryapranata Graduation committee: Professor: Prof. dr. ir. M.P.C. Weijnen Supervisors:

More information

Analysis of algorithms of time series analysis for forecasting sales

Analysis of algorithms of time series analysis for forecasting sales SAINT-PETERSBURG STATE UNIVERSITY Mathematics & Mechanics Faculty Chair of Analytical Information Systems Garipov Emil Analysis of algorithms of time series analysis for forecasting sales Course Work Scientific

More information

Readers will be provided a link to download the software and Excel files that are used in the book after payment. Please visit http://www.xlpert.

Readers will be provided a link to download the software and Excel files that are used in the book after payment. Please visit http://www.xlpert. Readers will be provided a link to download the software and Excel files that are used in the book after payment. Please visit http://www.xlpert.com for more information on the book. The Excel files are

More information

Supply Chain Forecasting Model Using Computational Intelligence Techniques

Supply Chain Forecasting Model Using Computational Intelligence Techniques CMU.J.Nat.Sci Special Issue on Manufacturing Technology (2011) Vol.10(1) 19 Supply Chain Forecasting Model Using Computational Intelligence Techniques Wimalin S. Laosiritaworn Department of Industrial

More information

Uniwersytet Ekonomiczny

Uniwersytet Ekonomiczny Uniwersytet Ekonomiczny George Matysiak Introduction to modelling & forecasting December 15 th, 2014 Agenda Modelling and forecasting - Models Approaches towards modelling and forecasting Forecasting commercial

More information

Forecasting methods applied to engineering management

Forecasting methods applied to engineering management Forecasting methods applied to engineering management Áron Szász-Gábor Abstract. This paper presents arguments for the usefulness of a simple forecasting application package for sustaining operational

More information

TIME SERIES ANALYSIS & FORECASTING

TIME SERIES ANALYSIS & FORECASTING CHAPTER 19 TIME SERIES ANALYSIS & FORECASTING Basic Concepts 1. Time Series Analysis BASIC CONCEPTS AND FORMULA The term Time Series means a set of observations concurring any activity against different

More information

FORECAST MODEL USING ARIMA FOR STOCK PRICES OF AUTOMOBILE SECTOR. Aloysius Edward. 1, JyothiManoj. 2

FORECAST MODEL USING ARIMA FOR STOCK PRICES OF AUTOMOBILE SECTOR. Aloysius Edward. 1, JyothiManoj. 2 FORECAST MODEL USING ARIMA FOR STOCK PRICES OF AUTOMOBILE SECTOR Aloysius Edward. 1, JyothiManoj. 2 Faculty, Kristu Jayanti College, Autonomous, Bengaluru. Abstract There has been a growing interest in

More information

CASH DEMAND FORECASTING FOR ATMS

CASH DEMAND FORECASTING FOR ATMS Report of summer project Institute for development and research in banking technology 13 May -13 July, 2013 CASH DEMAND FORECASTING FOR ATMS Guided By Dr. Mahil Carr Associate Professor IDRBT, Hyderabad

More information

FOCUS FORECASTING IN SUPPLY CHAIN: THE CASE STUDY OF FAST MOVING CONSUMER GOODS COMPANY IN SERBIA

FOCUS FORECASTING IN SUPPLY CHAIN: THE CASE STUDY OF FAST MOVING CONSUMER GOODS COMPANY IN SERBIA www.sjm06.com Serbian Journal of Management 10 (1) (2015) 3-17 Serbian Journal of Management FOCUS FORECASTING IN SUPPLY CHAIN: THE CASE STUDY OF FAST MOVING CONSUMER GOODS COMPANY IN SERBIA Abstract Zoran

More information

CHAPTER 11 FORECASTING AND DEMAND PLANNING

CHAPTER 11 FORECASTING AND DEMAND PLANNING OM CHAPTER 11 FORECASTING AND DEMAND PLANNING DAVID A. COLLIER AND JAMES R. EVANS 1 Chapter 11 Learning Outcomes l e a r n i n g o u t c o m e s LO1 Describe the importance of forecasting to the value

More information

Predicting Indian GDP. And its relation with FMCG Sales

Predicting Indian GDP. And its relation with FMCG Sales Predicting Indian GDP And its relation with FMCG Sales GDP A Broad Measure of Economic Activity Definition The monetary value of all the finished goods and services produced within a country's borders

More information

How To Plan A Pressure Container Factory

How To Plan A Pressure Container Factory ScienceAsia 27 (2) : 27-278 Demand Forecasting and Production Planning for Highly Seasonal Demand Situations: Case Study of a Pressure Container Factory Pisal Yenradee a,*, Anulark Pinnoi b and Amnaj Charoenthavornying

More information

A Comparative Study of the Pickup Method and its Variations Using a Simulated Hotel Reservation Data

A Comparative Study of the Pickup Method and its Variations Using a Simulated Hotel Reservation Data A Comparative Study of the Pickup Method and its Variations Using a Simulated Hotel Reservation Data Athanasius Zakhary, Neamat El Gayar Faculty of Computers and Information Cairo University, Giza, Egypt

More information

Comparative Study of Demand Forecast Accuracy for Healthcare Products Using Linear and Non Linear Regression

Comparative Study of Demand Forecast Accuracy for Healthcare Products Using Linear and Non Linear Regression International Journal of Business and Management Invention ISSN (Online): 2319 8028, ISSN (Print): 2319 801X Volume 3 Issue 5ǁ May. 2014 ǁ PP.01-10 Comparative Study of Demand Forecast Accuracy for Healthcare

More information

Time Series Analysis

Time Series Analysis Time Series Analysis Identifying possible ARIMA models Andrés M. Alonso Carolina García-Martos Universidad Carlos III de Madrid Universidad Politécnica de Madrid June July, 2012 Alonso and García-Martos

More information

# % # & ())! +,,, # ) (. / 0 1 ) / 2 3 4 ) )/)

# % # & ())! +,,, # ) (. / 0 1 ) / 2 3 4 ) )/) ! # % # & ())! +,,, # ) (. / 0 1 ) / 2 3 4 ) )/) 5 Hess & Polak 1 An Analysis of the Effects of Speed Limit Enforcement Cameras on Accident Rates Stephane Hess and John Polak Centre for Transport Studies

More information

Theory at a Glance (For IES, GATE, PSU)

Theory at a Glance (For IES, GATE, PSU) 1. Forecasting Theory at a Glance (For IES, GATE, PSU) Forecasting means estimation of type, quantity and quality of future works e.g. sales etc. It is a calculated economic analysis. 1. Basic elements

More information

Smoothing methods. Marzena Narodzonek-Karpowska. Prof. Dr. W. Toporowski Institut für Marketing & Handel Abteilung Handel

Smoothing methods. Marzena Narodzonek-Karpowska. Prof. Dr. W. Toporowski Institut für Marketing & Handel Abteilung Handel Smoothing methods Marzena Narodzonek-Karpowska Prof. Dr. W. Toporowski Institut für Marketing & Handel Abteilung Handel What Is Forecasting? Process of predicting a future event Underlying basis of all

More information

Using JMP Version 4 for Time Series Analysis Bill Gjertsen, SAS, Cary, NC

Using JMP Version 4 for Time Series Analysis Bill Gjertsen, SAS, Cary, NC Using JMP Version 4 for Time Series Analysis Bill Gjertsen, SAS, Cary, NC Abstract Three examples of time series will be illustrated. One is the classical airline passenger demand data with definite seasonal

More information

Time Series - ARIMA Models. Instructor: G. William Schwert

Time Series - ARIMA Models. Instructor: G. William Schwert APS 425 Fall 25 Time Series : ARIMA Models Instructor: G. William Schwert 585-275-247 schwert@schwert.ssb.rochester.edu Topics Typical time series plot Pattern recognition in auto and partial autocorrelations

More information

Robust Forecasting with Exponential and Holt-Winters Smoothing

Robust Forecasting with Exponential and Holt-Winters Smoothing Robust Forecasting with Exponential and Holt-Winters Smoothing Sarah Gelper 1,, Roland Fried 2, Christophe Croux 1 September 26, 2008 1 Faculty of Business and Economics, Katholieke Universiteit Leuven,

More information

2) The three categories of forecasting models are time series, quantitative, and qualitative. 2)

2) The three categories of forecasting models are time series, quantitative, and qualitative. 2) Exam Name TRUE/FALSE. Write 'T' if the statement is true and 'F' if the statement is false. 1) Regression is always a superior forecasting method to exponential smoothing, so regression should be used

More information

5. Multiple regression

5. Multiple regression 5. Multiple regression QBUS6840 Predictive Analytics https://www.otexts.org/fpp/5 QBUS6840 Predictive Analytics 5. Multiple regression 2/39 Outline Introduction to multiple linear regression Some useful

More information

Sales Forecasting System for Newspaper Distribution Companies in Turkey

Sales Forecasting System for Newspaper Distribution Companies in Turkey Statistics in the Twenty-First Century: Special Volume In Honour of Distinguished Professor Dr. Mir Masoom Ali On the Occasion of his 75th Birthday Anniversary PJSOR, Vol. 8, No. 3, pages 685-699, July

More information

Forecast the monthly demand on automobiles to increase sales for automotive company

Forecast the monthly demand on automobiles to increase sales for automotive company Forecast the monthly demand on automobiles to increase sales for automotive company BAFT Group 5 Members: Fang-I Liao, Tzu Yi Lin, Po-Wei Huang, Louie Lu Executive Summary Our client is an automotive corporation

More information

Demand Forecasting When a product is produced for a market, the demand occurs in the future. The production planning cannot be accomplished unless

Demand Forecasting When a product is produced for a market, the demand occurs in the future. The production planning cannot be accomplished unless Demand Forecasting When a product is produced for a market, the demand occurs in the future. The production planning cannot be accomplished unless the volume of the demand known. The success of the business

More information

Identification of Demand through Statistical Distribution Modeling for Improved Demand Forecasting

Identification of Demand through Statistical Distribution Modeling for Improved Demand Forecasting Identification of Demand through Statistical Distribution Modeling for Improved Demand Forecasting Murphy Choy Michelle L.F. Cheong School of Information Systems, Singapore Management University, 80, Stamford

More information

3. Regression & Exponential Smoothing

3. Regression & Exponential Smoothing 3. Regression & Exponential Smoothing 3.1 Forecasting a Single Time Series Two main approaches are traditionally used to model a single time series z 1, z 2,..., z n 1. Models the observation z t as a

More information

ER Volatility Forecasting using GARCH models in R

ER Volatility Forecasting using GARCH models in R Exchange Rate Volatility Forecasting Using GARCH models in R Roger Roth Martin Kammlander Markus Mayer June 9, 2009 Agenda Preliminaries 1 Preliminaries Importance of ER Forecasting Predicability of ERs

More information

Industry Environment and Concepts for Forecasting 1

Industry Environment and Concepts for Forecasting 1 Table of Contents Industry Environment and Concepts for Forecasting 1 Forecasting Methods Overview...2 Multilevel Forecasting...3 Demand Forecasting...4 Integrating Information...5 Simplifying the Forecast...6

More information

The SAS Time Series Forecasting System

The SAS Time Series Forecasting System The SAS Time Series Forecasting System An Overview for Public Health Researchers Charles DiMaggio, PhD College of Physicians and Surgeons Departments of Anesthesiology and Epidemiology Columbia University

More information

Integrated Forecasting and Inventory Control for Seasonal Demand: A Comparison with the Holt-Winters Approach

Integrated Forecasting and Inventory Control for Seasonal Demand: A Comparison with the Holt-Winters Approach Integrated Forecasting and Inventory Control for Seasonal Demand: A Comparison with the Holt-Winters Approach Gokhan Metan Aurélie Thiele December 2007 Abstract We present a data-driven forecasting technique

More information

TIME SERIES ANALYSIS AS A MEANS OF MANAGERIA DECISION MAKING IN MANUFACTURING INDUSTRY

TIME SERIES ANALYSIS AS A MEANS OF MANAGERIA DECISION MAKING IN MANUFACTURING INDUSTRY TIME SERIES ANALYSIS AS A MEANS OF MANAGERIA DECISION MAKING IN MANUFACTURING INDUSTRY 1 Kuranga L.J, 2 Ishola James.A, and 3 Ibrahim Hamzat G. 1 Department of Statistics Kwara State Polytechnic Ilorin,Nigeria

More information

Forecasting in STATA: Tools and Tricks

Forecasting in STATA: Tools and Tricks Forecasting in STATA: Tools and Tricks Introduction This manual is intended to be a reference guide for time series forecasting in STATA. It will be updated periodically during the semester, and will be

More information

COMBINING THE METHODS OF FORECASTING AND DECISION-MAKING TO OPTIMISE THE FINANCIAL PERFORMANCE OF SMALL ENTERPRISES

COMBINING THE METHODS OF FORECASTING AND DECISION-MAKING TO OPTIMISE THE FINANCIAL PERFORMANCE OF SMALL ENTERPRISES COMBINING THE METHODS OF FORECASTING AND DECISION-MAKING TO OPTIMISE THE FINANCIAL PERFORMANCE OF SMALL ENTERPRISES JULIA IGOREVNA LARIONOVA 1 ANNA NIKOLAEVNA TIKHOMIROVA 2 1, 2 The National Nuclear Research

More information

Time Series Analysis

Time Series Analysis JUNE 2012 Time Series Analysis CONTENT A time series is a chronological sequence of observations on a particular variable. Usually the observations are taken at regular intervals (days, months, years),

More information

Demand Forecasting to Increase Profits on Perishable Items

Demand Forecasting to Increase Profits on Perishable Items Demand Forecasting to Increase Profits on Perishable Items Ankur Pandey Arun Chaubey Sanchit Garg Shahid Siddiqui Sharath Srinivas Forecasting Analytics, ISB Over stock Wastage Ordering/ Inventory of Perishable

More information

Chapter 12 The FORECAST Procedure

Chapter 12 The FORECAST Procedure Chapter 12 The FORECAST Procedure Chapter Table of Contents OVERVIEW...579 GETTING STARTED...581 Introduction to Forecasting Methods...589 SYNTAX...594 FunctionalSummary...594 PROCFORECASTStatement...595

More information

State Space Time Series Analysis

State Space Time Series Analysis State Space Time Series Analysis p. 1 State Space Time Series Analysis Siem Jan Koopman http://staff.feweb.vu.nl/koopman Department of Econometrics VU University Amsterdam Tinbergen Institute 2011 State

More information

Software Review: ITSM 2000 Professional Version 6.0.

Software Review: ITSM 2000 Professional Version 6.0. Lee, J. & Strazicich, M.C. (2002). Software Review: ITSM 2000 Professional Version 6.0. International Journal of Forecasting, 18(3): 455-459 (June 2002). Published by Elsevier (ISSN: 0169-2070). http://0-

More information

Sales forecasting # 2

Sales forecasting # 2 Sales forecasting # 2 Arthur Charpentier arthur.charpentier@univ-rennes1.fr 1 Agenda Qualitative and quantitative methods, a very general introduction Series decomposition Short versus long term forecasting

More information

Search Marketing Cannibalization. Analytical Techniques to measure PPC and Organic interaction

Search Marketing Cannibalization. Analytical Techniques to measure PPC and Organic interaction Search Marketing Cannibalization Analytical Techniques to measure PPC and Organic interaction 2 Search Overview How People Use Search Engines Navigational Research Health/Medical Directions News Shopping

More information

A COMPARISON OF REGRESSION MODELS FOR FORECASTING A CUMULATIVE VARIABLE

A COMPARISON OF REGRESSION MODELS FOR FORECASTING A CUMULATIVE VARIABLE A COMPARISON OF REGRESSION MODELS FOR FORECASTING A CUMULATIVE VARIABLE Joanne S. Utley, School of Business and Economics, North Carolina A&T State University, Greensboro, NC 27411, (336)-334-7656 (ext.

More information

4. Forecasting Trends: Exponential Smoothing

4. Forecasting Trends: Exponential Smoothing 4. Forecasting Trends: Exponential Smoothing Introduction...2 4.1 Method or Model?...4 4.2 Extrapolation Methods...6 4.2.1 Extrapolation of the mean value...8 4.2.2 Use of moving averages... 10 4.3 Simple

More information

OUTLIER ANALYSIS. Data Mining 1

OUTLIER ANALYSIS. Data Mining 1 OUTLIER ANALYSIS Data Mining 1 What Are Outliers? Outlier: A data object that deviates significantly from the normal objects as if it were generated by a different mechanism Ex.: Unusual credit card purchase,

More information