Sales and operations planning (SOP) Demand forecasting

Size: px
Start display at page:

Download "Sales and operations planning (SOP) Demand forecasting"

Transcription

1 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. Determine the best product mix, optimal inventory targets, postponement strategies, and supply plans Adapt and adjust to changing business conditions: Simulate multiple business scenarios; react quickly to changing conditions through automated exception management Integrated Solution: Drive continuous improvement through integrated performance management Sub-tasks Planning, Advanced Supply Chain Planning, Collaborative Planning, Inventory Optimization, Manufacturing Scheduling, and Global Order Promising. Predict demands and resources to schedule production Sales of computers Energy production Seats in airplane Motivation: Beer game Time series measuring quantity of interest X,X,...,X t forecast values at X t+,x t+,... our predictions are denoted ˆX t+, ˆX t+,... Assume measurements in time series are correlated Motivation Recall Australian Red Wine Sales Australian Wine Sales S e r ie s. 5.. Components Trend (global heating brings more rain) Seasonal variation (swim suits sold every spring) Cyclical variation (beer consumption increase during Soccer Championship) Irregular variation Trend Seasonal variation Irregular variation Seasonal and cyclical variation Multiplicative: (beer consumption increase hot days) dependent on current sales Additive: (beer consumption during Roskilde Festival) independent of current sales

2 Models Quality of forecast. S e r ie s Error ε t = ˆX t X t 5. Error total n t= ε t. 5.. Mean squared error n n t= εt Root mean squared error n n t= εt Punish large errors more than small errors 5. 8 Additive model with trend X t = L + T t + S t + I t Multiplicative model with trend where L level of series T t trend time t X t = (L + T t )S t + I t S t seasonal variation time t I t irregular variation time t Model selection Analyze problem, use experience, common sense Automatic model selection For all models For all parameters Evaluate error of forecast up to time t Use best model for future time forecasting: model fitting to time series 5 ES would work well here Overview Moving average, weighted moving average First order exponential smoothing Second order exponential smoothing Trends and seasonal pattern Croston s method Hyndman unified framework Moving Average Typical Behavior for Exponential Smoothing Given observations Level at time t X,X,...,X t L t = m m X t i i= ˆX t+i = L t for i =,,... advantage large m advantage small m average age of data m/ 7 8

3 Weighted Moving Average Exponential Smoothing Level at time t L t = t i= W i X i where W i is weight attached to each historic point W +W W t = ˆX t+i = L t for i =,,... New data more weight than old data Data have no trend or seasonal pattern L t = L t + α(x t L t ) (correct mistake of last forecast) L t = αx t + ( α)l t (weighted average of last observation and last forecast) ˆX t+i = L t for i =,, all forecasting schemes are variants of weighted moving average Weights on past data Substituting L t = αx t + ( α)l t we get L t = αx t + α( α)x t + ( α) L t Repeating substitution L t = αx t + α( α)x t + α( α) X t +α( α) X t +... Weights decrease exponentially (exponential smoothing) Expo Smooth a=. MoveAve(M=5) Appropriate for mean plus noise Or when mean is wandering around Quite stable processes Note: some authors use α instead of α 9 Exponential Shifting Mean Smoothing + Zero Mean White Noise Exponential Smoothing - Series Mean - Series. Mean Series. Mean Choice of smoothing parameter α RMSE RMSE vs Alpha Alpha

4 Exponential Smoothing Exponential Smoothing Actual vs for Various Alpha Series and using Alpha= a=. a=. a= Series and using Alpha=.9 Smoothing parameter α, < α < Large α, adjust more quickly to changes Small α, more averaging, stable Typically α should be RMSE analysis show larger α, smoothing not appropriate Exponential Smoothing Exponential Smoothing on a Trend Exponential Smoothing on a Trend RMSE vs Alpha RMSE Alpha Series 8 Trend Data Exponential smoothing will lag behind a trend 5

5 Exponential Smoothing on a Trend Exponential Smoothing on a Trend Data have trend but no seasonal pattern Ordinary exponential smoothing L t = αx t + ( α)l t 5 Double exponential smoothing (Holt 957) Trend Series Level: L t = αx t + ( α)(l t + T t ) Trend: T t = β(l t L t ) + ( β)t t (weighted average new trend, trend last time) Starting values (t ) T = X X, L = X : ˆX t+i = L t + it t Smoothing parameters < α < and < β < α=. Trend Series Data Single Smoothing Double smoothing Overshoots (dot-com, house prices?) 7 8 Exponential Smoothing, Seasonal Pattern Xt =( +.t)(.5,.5,) Exponential Smoothing, Seasonal Pattern Data have trend and seasonal pattern (+.t) Multiplicative Seasonal Series (Winters 9) S t multiplicative seasonal factor time t Season length s Recall Australian Red Wine Sales Australian Wine Sales S e r ie s 58 X t = (L + T t )S t + I t Level: L t = α X t + ( α)(l t + T t ) S t s Trend: T t = β(l t L t ) + ( β)t t Seasonal factor: : ˆX t+i = X t S t = γ + ( γ)s t s L t + T t { (Lt + it t )S t+i s for i =,,...,s (L t + it t )S t+i s for i = s +,s +,...,s... Smoothing parameters < α <, < β < and < γ <. 8 9

6 Exponential Smoothing, Seasonal Pattern Croston s Method Additive Seasonal Series X t = L + T t + S t + I t Level: L t = α(x t S t s ) + ( α)(l t + T t ) Trend: T t = β(l t L t ) + ( β)t t Seasonal factor: Probability Distribution : ˆX t+i = S t + γ(x t L t T t ) + ( γ)s t s { Lt + it t + S t+i s for i =,,...,s L t + it t + S t+i s for i = s +,s +,...,s Small quantities (e.g. sales of cars) Fine-grained time series (e.g. automatic data collection) Orders in huge quantities (e.g. containers of beer) Croston s Method An intermittent Series Exponential smoothing applied (α=.) Exponential Smoothing Applied.9.8 Croston s Method Keep track on Time between non-zero demands size when non-zero Smooth both time between and demand size Combine both for forecasting Definitions X t demand time t ˆX t predicted demand at time t Z t estimate of demand when not zero T t time between non-zero demands q time since last non-zero demand Exponential smoothing is highest right after non-zero demand is lowest right before non-zero demand

7 Croston s Method Croston s Method An intermittent Series An intermittent Series Update (if zero demand) Z t T t Update (if not zero demand) Z t T t = Z t = T t q = q + = α(x t Z t ) + ( α)z t = α(q T t ) + ( α)t t q = ˆX t = Z t T t Recall example Croston s method applied (α=.) Croston's Method Applied to Data Hyndman () Seasonal Component Trend N A M Component (none) (additive) (multiplicative) N (none) NN NA NM A (additive) AN AA AM M (multiplicative) MN MA MM D (damped) DN DA DM Damped: trend is damped over long horizons NN Simple exponential smoothing AN Holt s linear method AA Holt-Winter s method (additive) AM Holt-Winter s method (multiplicative) Terminology Y t observed value time t (was X t ) Y t () forecast one step ahead at time t (was ˆX t ) Level l t (was L t ) Trend b t (was T t ) Season s t (was S t ) Season length m (was s) exponential smoothing methods Level l t = αp t + ( α)q t Trend b t = βr t + (φ β)b t Seasonal s t = γt t + ( γ)s t m Values P t,q t,r t,t t vary Smoothing parameters α,β,γ Damping φ 7 8

8 Hyndman ing based on state space models for exponential smoothing Hyndman ing based on state space models for exponential smoothing 7 Seasonal component Trend N A M component (none) (additive) (multiplicative) Pt = Yt Pt = Yt st m Pt = Yt/st m N Qt = l t Qt = l t Qt = l t (none) Tt = Yt Qt Tt = Yt/Qt φ = φ = φ = Yt(h) = lt Yt(h) = lt + s t+h m Yt(h) = lts t+h m Pt = Yt Pt = Yt st m Pt = Yt/st m A Qt = l t + b t Qt = l t + b t Qt = l t + b t (additive) Rt = lt l t Rt = lt l t Rt = lt l t Tt = Yt Qt Tt = Yt/Qt φ = φ = φ = Yt(h) = lt + hbt Yt(h) = lt + hbt + s t+h m Yt(h) = (lt + hbt)s t+h m Pt = Yt Pt = Yt st m Pt = Yt/st m M Qt = l t b t Qt = l t b t Qt = l t b t (multiplicative) Rt = lt/l t Rt = lt/l t Rt = lt/l t Tt = Yt Qt Tt = Yt/Qt φ = φ = φ = Yt(h) = ltbt h Yt(h) = ltbt h + s t+h m Yt(h) = ltbt hs t+h m Pt = Yt Pt = Yt st m Pt = Yt/st m D Qt = l t + b t Qt = l t + b t Qt = l t + b t (damped) Rt = lt l t Rt = lt l t Rt = lt l t Tt = Yt Qt Tt = Yt/Qt β < φ < β < φ < β < φ < Yt(h) = lt+ Yt(h) = lt+ Yt(h) = [lt+ ( + φ + + φ h )bt ( + φ + + φ h )bt + s t+h m ( + φ + + φ h )bt]s t+h m Table : Formulae for recursive calculations and point forecasts. Trend Seasonal component component N A M (none) (additive) (multiplicative) N µt = l t µt = l t + st m µt = l t st m (none) lt = l t + αεt lt = l t + αεt lt = l t + αεt/st m st = st m + γεt st = st m + γεt/l t µt = l t + b t µt = l t + b t + st m µt = (l t + b t )st m A lt = l t + b t + αεt lt = l t + b t + αεt lt = l t + b t + αεt/st m (additive) bt = b t + αβεt bt = b t + αβεt bt = b t + αβεt/st m st = st m + γεt st = st m + γεt/(l t + b t ) µt = l t b t µt = l t b t + st m µt = l t b t st m M lt = l t b t + αεt lt = l t b t + αεt lt = l t b t + αεt/st m (multiplicative) bt = b t + αβεt/l t bt = b t + αβεt/l t bt = b t + αβεt/(st ml t ) st = st m + γεt st = st m + γεt/(l t b t ) µt = l t + b t µt = l t + b t + st m µt = (l t + b t )st m D lt = l t + b t + αεt lt = l t + b t + αεt lt = l t + b t + αεt/st m (damped) bt = φb t + αβεt bt = φb t + αβεt bt = φb t + αβεt/st m st = st m + γεt st = st m + γεt/(l t + b t ) Table : State space equations for each additive error model in the classification. Multiplicative error models are obtained by replacing ε t by µ tε t in the above equations. State space models Writing (.) (.) in their error-correction form we obtain l t = Q t + α(p t Q t) (.) b t = φb t + β(r t b t ) (.5) s t = s t m + γ(t t s t m). (.) The method with fixed level (constant over time) is obtained by setting α =, the method with fixed trend (drift) is obtained by setting β =, and the method with fixed seasonal pattern is obtained by setting γ =. Note also that the additive trend methods are obtained by letting φ = in the damped trend methods. 9 Two variants of state-space model (additive error, mul- HKSG describe the state space models that underlie the exponential smoothing methods. For each method, there are two models a model with additive errors and a model with multiplicative tiplicative errors. Theerror) pointwise forecasts for the two models are identical, but prediction intervals will differ. Likelihood functions The general model involves a state vector x t = (l t, b t, s t, s t,..., s t (m ) ) and state space equations of the form Model selection Y t = µ t + k(x t )ε t (.) Automatic model selection, parameter optimization Applied to M competition x t = f (x t ) + g(x t )ε t (.) where {ε t} is a Gaussian white noise process with mean zero and variance σ and µ t = Y t (). The model with additive errors has k(x t ) =, so that Y t = µ t + ε t. The model with multiplicative errors has k(x t ) = µ t, so that Y t = µ t( + ε t). Thus, ε t = (Y t µ t)/µ t is a relative error for the multiplicative model. All the methods in Table can be written in the form (.) and (.). The underlying equations are given in Table. The models are not unique. Clearly, any value of k(x t ) will ing is model fitting to time series Linear Trend (regression) Linear Trend and Additive Seasonality Linear Trend and Multiplicative Seasonality Polynomial Logarithmic Exponential Frequency identification All forecasting methods assume season known Identify seasonality of time series Advanced methods Stochastic models Likelihood calculations Prediction intervals Procedures for model selection Neural Networks Trained for model selection Smoothing parameters De-noising Removing noise from time series improves forecast Haar Wavelet transformation Daubechies Wavelet transformation Fourier transformation???

9 ing is important Acknowledgements s of sales Sales prices of houses and flats Water level in lakes Share prices Which forecast method should we use in Beer game? X t = {,,,,8,8,8,...} Figures from HOLT WINTERS file archive Discussion Stochastic programming Deterministic optimization (using forecasts) Data sets Famous M, M, M (April ) competition 5 annual series 75 quarterly series 7 other series 8 monthly series

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

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

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

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

Objectives of Chapters 7,8

Objectives of Chapters 7,8 Objectives of Chapters 7,8 Planning Demand and Supply in a SC: (Ch7, 8, 9) Ch7 Describes methodologies that can be used to forecast future demand based on historical data. Ch8 Describes the aggregate planning

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

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

ISSUES IN UNIVARIATE FORECASTING

ISSUES IN UNIVARIATE FORECASTING 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

More information

Forecasting irregular demand for spare parts inventory

Forecasting irregular demand for spare parts inventory Forecasting irregular demand for spare parts inventory Dang Quang Vinh Department of Industrial Engineering, Pusan National University, Busan 609-735, Korea vinhise@pusan.ac.kr Abstract. Accurate demand

More information

Logistic Regression. Jia Li. Department of Statistics The Pennsylvania State University. Logistic Regression

Logistic Regression. Jia Li. Department of Statistics The Pennsylvania State University. Logistic Regression Logistic Regression Department of Statistics The Pennsylvania State University Email: jiali@stat.psu.edu Logistic Regression Preserve linear classification boundaries. By the Bayes rule: Ĝ(x) = arg max

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

Trend and Seasonal Components

Trend and Seasonal Components Chapter 2 Trend and Seasonal Components If the plot of a TS reveals an increase of the seasonal and noise fluctuations with the level of the process then some transformation may be necessary before doing

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

Course Supply Chain Management: Inventory Management. Inventories cost money: Reasons for inventory. Types of inventory

Course Supply Chain Management: Inventory Management. Inventories cost money: Reasons for inventory. Types of inventory Inventories cost money: Inventories are to be avoided at all cost? Course Supply Chain Management: Or Inventory Management Inventories can be useful? Chapter 10 Marjan van den Akker What are reasons for

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

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

Univariate Time Series Analysis; ARIMA Models

Univariate Time Series Analysis; ARIMA Models Econometrics 2 Spring 25 Univariate Time Series Analysis; ARIMA Models Heino Bohn Nielsen of4 Outline of the Lecture () Introduction to univariate time series analysis. (2) Stationarity. (3) Characterizing

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

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

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

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

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

Second Order Linear Nonhomogeneous Differential Equations; Method of Undetermined Coefficients. y + p(t) y + q(t) y = g(t), g(t) 0.

Second Order Linear Nonhomogeneous Differential Equations; Method of Undetermined Coefficients. y + p(t) y + q(t) y = g(t), g(t) 0. Second Order Linear Nonhomogeneous Differential Equations; Method of Undetermined Coefficients We will now turn our attention to nonhomogeneous second order linear equations, equations with the standard

More information

Java Modules for Time Series Analysis

Java Modules for Time Series Analysis Java Modules for Time Series Analysis Agenda Clustering Non-normal distributions Multifactor modeling Implied ratings Time series prediction 1. Clustering + Cluster 1 Synthetic Clustering + Time series

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

8. Time Series and Prediction

8. Time Series and Prediction 8. Time Series and Prediction Definition: A time series is given by a sequence of the values of a variable observed at sequential points in time. e.g. daily maximum temperature, end of day share prices,

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

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

A State Space Model for Wind Forecast Correction

A State Space Model for Wind Forecast Correction A State Space Model for Wind Forecast Correction Valérie Monbe, Pierre Ailliot 2, and Anne Cuzol 1 1 Lab-STICC, Université Européenne de Bretagne, France (e-mail: valerie.monbet@univ-ubs.fr, anne.cuzol@univ-ubs.fr)

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

Forecasting Methods. What is forecasting? Why is forecasting important? How can we evaluate a future demand? How do we make mistakes?

Forecasting Methods. What is forecasting? Why is forecasting important? How can we evaluate a future demand? How do we make mistakes? Forecasting Methods What is forecasting? Why is forecasting important? How can we evaluate a future demand? How do we make mistakes? Prod - Forecasting Methods Contents. FRAMEWORK OF PLANNING DECISIONS....

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

MATH 4552 Cubic equations and Cardano s formulae

MATH 4552 Cubic equations and Cardano s formulae MATH 455 Cubic equations and Cardano s formulae Consider a cubic equation with the unknown z and fixed complex coefficients a, b, c, d (where a 0): (1) az 3 + bz + cz + d = 0. To solve (1), it is convenient

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

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

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 Autoregressive, MA and ARMA processes Andrés M. Alonso Carolina García-Martos Universidad Carlos III de Madrid Universidad Politécnica de Madrid June July, 212 Alonso and García-Martos

More information

The VAR models discussed so fare are appropriate for modeling I(0) data, like asset returns or growth rates of macroeconomic time series.

The VAR models discussed so fare are appropriate for modeling I(0) data, like asset returns or growth rates of macroeconomic time series. Cointegration The VAR models discussed so fare are appropriate for modeling I(0) data, like asset returns or growth rates of macroeconomic time series. Economic theory, however, often implies equilibrium

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

ARMA, GARCH and Related Option Pricing Method

ARMA, GARCH and Related Option Pricing Method ARMA, GARCH and Related Option Pricing Method Author: Yiyang Yang Advisor: Pr. Xiaolin Li, Pr. Zari Rachev Department of Applied Mathematics and Statistics State University of New York at Stony Brook September

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

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

Univariate Time Series Analysis; ARIMA Models

Univariate Time Series Analysis; ARIMA Models Econometrics 2 Fall 25 Univariate Time Series Analysis; ARIMA Models Heino Bohn Nielsen of4 Univariate Time Series Analysis We consider a single time series, y,y 2,..., y T. We want to construct simple

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

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

Lecture 4: Seasonal Time Series, Trend Analysis & Component Model Bus 41910, Time Series Analysis, Mr. R. Tsay

Lecture 4: Seasonal Time Series, Trend Analysis & Component Model Bus 41910, Time Series Analysis, Mr. R. Tsay Lecture 4: Seasonal Time Series, Trend Analysis & Component Model Bus 41910, Time Series Analysis, Mr. R. Tsay Business cycle plays an important role in economics. In time series analysis, business cycle

More information

Algebra I Vocabulary Cards

Algebra I Vocabulary Cards Algebra I Vocabulary Cards Table of Contents Expressions and Operations Natural Numbers Whole Numbers Integers Rational Numbers Irrational Numbers Real Numbers Absolute Value Order of Operations Expression

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

Lecture 1: Asset pricing and the equity premium puzzle

Lecture 1: Asset pricing and the equity premium puzzle Lecture 1: Asset pricing and the equity premium puzzle Simon Gilchrist Boston Univerity and NBER EC 745 Fall, 2013 Overview Some basic facts. Study the asset pricing implications of household portfolio

More information

Robust forecasting with exponential and Holt-Winters smoothing

Robust forecasting with exponential and Holt-Winters smoothing Faculty of Economics and Applied Economics Robust forecasting with exponential and Holt-Winters smoothing Sarah Gelper, Roland Fried and Christophe Croux DEPARTMENT OF DECISION SCIENCES AND INFORMATION

More information

A Regime-Switching Model for Electricity Spot Prices. Gero Schindlmayr EnBW Trading GmbH g.schindlmayr@enbw.com

A Regime-Switching Model for Electricity Spot Prices. Gero Schindlmayr EnBW Trading GmbH g.schindlmayr@enbw.com A Regime-Switching Model for Electricity Spot Prices Gero Schindlmayr EnBW Trading GmbH g.schindlmayr@enbw.com May 31, 25 A Regime-Switching Model for Electricity Spot Prices Abstract Electricity markets

More information

These slides follow closely the (English) course textbook Pattern Recognition and Machine Learning by Christopher Bishop

These slides follow closely the (English) course textbook Pattern Recognition and Machine Learning by Christopher Bishop Music and Machine Learning (IFT6080 Winter 08) Prof. Douglas Eck, Université de Montréal These slides follow closely the (English) course textbook Pattern Recognition and Machine Learning by Christopher

More information

Supply Chain Analysis Tools

Supply Chain Analysis Tools Supply Chain Analysis Tools MS&E 262 Supply Chain Management April 14, 2004 Inventory/Service Trade-off Curve Motivation High Inventory Low Poor Service Good Analytical tools help lower the curve! 1 Outline

More information

Moving averages. Rob J Hyndman. November 8, 2009

Moving averages. Rob J Hyndman. November 8, 2009 Moving averages Rob J Hyndman November 8, 009 A moving average is a time series constructed by taking averages of several sequential values of another time series. It is a type of mathematical convolution.

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

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

LogNormal stock-price models in Exams MFE/3 and C/4

LogNormal stock-price models in Exams MFE/3 and C/4 Making sense of... LogNormal stock-price models in Exams MFE/3 and C/4 James W. Daniel Austin Actuarial Seminars http://www.actuarialseminars.com June 26, 2008 c Copyright 2007 by James W. Daniel; reproduction

More information

Time Series and Forecasting

Time Series and Forecasting Chapter 22 Page 1 Time Series and Forecasting A time series is a sequence of observations of a random variable. Hence, it is a stochastic process. Examples include the monthly demand for a product, the

More information

Adaptive Demand-Forecasting Approach based on Principal Components Time-series an application of data-mining technique to detection of market movement

Adaptive Demand-Forecasting Approach based on Principal Components Time-series an application of data-mining technique to detection of market movement Adaptive Demand-Forecasting Approach based on Principal Components Time-series an application of data-mining technique to detection of market movement Toshio Sugihara Abstract In this study, an adaptive

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

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

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

Outline. Role of Forecasting. Characteristics of Forecasts. Logistics and Supply Chain Management. Demand Forecasting

Outline. Role of Forecasting. Characteristics of Forecasts. Logistics and Supply Chain Management. Demand Forecasting Logistics and Supply Chain Management Demand Forecasting 1 Outline The role of forecasting in a supply chain Characteristics ti of forecasts Components of forecasts and forecasting methods Basic approach

More information

Geostatistics Exploratory Analysis

Geostatistics Exploratory Analysis Instituto Superior de Estatística e Gestão de Informação Universidade Nova de Lisboa Master of Science in Geospatial Technologies Geostatistics Exploratory Analysis Carlos Alberto Felgueiras cfelgueiras@isegi.unl.pt

More information

Ch.3 Demand Forecasting.

Ch.3 Demand Forecasting. Part 3 : Acquisition & Production Support. Ch.3 Demand Forecasting. Edited by Dr. Seung Hyun Lee (Ph.D., CPL) IEMS Research Center, E-mail : lkangsan@iems.co.kr Demand Forecasting. Definition. An estimate

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

MATH4427 Notebook 2 Spring 2016. 2 MATH4427 Notebook 2 3. 2.1 Definitions and Examples... 3. 2.2 Performance Measures for Estimators...

MATH4427 Notebook 2 Spring 2016. 2 MATH4427 Notebook 2 3. 2.1 Definitions and Examples... 3. 2.2 Performance Measures for Estimators... MATH4427 Notebook 2 Spring 2016 prepared by Professor Jenny Baglivo c Copyright 2009-2016 by Jenny A. Baglivo. All Rights Reserved. Contents 2 MATH4427 Notebook 2 3 2.1 Definitions and Examples...................................

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

ANALYZING INVESTMENT RETURN OF ASSET PORTFOLIOS WITH MULTIVARIATE ORNSTEIN-UHLENBECK PROCESSES

ANALYZING INVESTMENT RETURN OF ASSET PORTFOLIOS WITH MULTIVARIATE ORNSTEIN-UHLENBECK PROCESSES ANALYZING INVESTMENT RETURN OF ASSET PORTFOLIOS WITH MULTIVARIATE ORNSTEIN-UHLENBECK PROCESSES by Xiaofeng Qian Doctor of Philosophy, Boston University, 27 Bachelor of Science, Peking University, 2 a Project

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

CHAPTER FIVE. Solutions for Section 5.1. Skill Refresher. Exercises

CHAPTER FIVE. Solutions for Section 5.1. Skill Refresher. Exercises CHAPTER FIVE 5.1 SOLUTIONS 265 Solutions for Section 5.1 Skill Refresher S1. Since 1,000,000 = 10 6, we have x = 6. S2. Since 0.01 = 10 2, we have t = 2. S3. Since e 3 = ( e 3) 1/2 = e 3/2, we have z =

More information

Booth School of Business, University of Chicago Business 41202, Spring Quarter 2015, Mr. Ruey S. Tsay. Solutions to Midterm

Booth School of Business, University of Chicago Business 41202, Spring Quarter 2015, Mr. Ruey S. Tsay. Solutions to Midterm Booth School of Business, University of Chicago Business 41202, Spring Quarter 2015, Mr. Ruey S. Tsay Solutions to Midterm Problem A: (30 pts) Answer briefly the following questions. Each question has

More information

Analysis of Bayesian Dynamic Linear Models

Analysis of Bayesian Dynamic Linear Models Analysis of Bayesian Dynamic Linear Models Emily M. Casleton December 17, 2010 1 Introduction The main purpose of this project is to explore the Bayesian analysis of Dynamic Linear Models (DLMs). The main

More information

Joseph Twagilimana, University of Louisville, Louisville, KY

Joseph Twagilimana, University of Louisville, Louisville, KY ST14 Comparing Time series, Generalized Linear Models and Artificial Neural Network Models for Transactional Data analysis Joseph Twagilimana, University of Louisville, Louisville, KY ABSTRACT The aim

More information

Exponential Smoothing with Trend. As we move toward medium-range forecasts, trend becomes more important.

Exponential Smoothing with Trend. As we move toward medium-range forecasts, trend becomes more important. Exponential Smoothing with Trend As we move toward medium-range forecasts, trend becomes more important. Incorporating a trend component into exponentially smoothed forecasts is called double exponential

More information

Simulating Stochastic Differential Equations

Simulating Stochastic Differential Equations Monte Carlo Simulation: IEOR E473 Fall 24 c 24 by Martin Haugh Simulating Stochastic Differential Equations 1 Brief Review of Stochastic Calculus and Itô s Lemma Let S t be the time t price of a particular

More information

Part 2: Analysis of Relationship Between Two Variables

Part 2: Analysis of Relationship Between Two Variables Part 2: Analysis of Relationship Between Two Variables Linear Regression Linear correlation Significance Tests Multiple regression Linear Regression Y = a X + b Dependent Variable Independent Variable

More information

Topic 5: Stochastic Growth and Real Business Cycles

Topic 5: Stochastic Growth and Real Business Cycles Topic 5: Stochastic Growth and Real Business Cycles Yulei Luo SEF of HKU October 1, 2015 Luo, Y. (SEF of HKU) Macro Theory October 1, 2015 1 / 45 Lag Operators The lag operator (L) is de ned as Similar

More information

Week TSX Index 1 8480 2 8470 3 8475 4 8510 5 8500 6 8480

Week TSX Index 1 8480 2 8470 3 8475 4 8510 5 8500 6 8480 1) The S & P/TSX Composite Index is based on common stock prices of a group of Canadian stocks. The weekly close level of the TSX for 6 weeks are shown: Week TSX Index 1 8480 2 8470 3 8475 4 8510 5 8500

More information

The Method of Least Squares. Lectures INF2320 p. 1/80

The Method of Least Squares. Lectures INF2320 p. 1/80 The Method of Least Squares Lectures INF2320 p. 1/80 Lectures INF2320 p. 2/80 The method of least squares We study the following problem: Given n points (t i,y i ) for i = 1,...,n in the (t,y)-plane. How

More information

Demand Management Where Practice Meets Theory

Demand Management Where Practice Meets Theory Demand Management Where Practice Meets Theory Elliott S. Mandelman 1 Agenda What is Demand Management? Components of Demand Management (Not just statistics) Best Practices Demand Management Performance

More information

SOLUTIONS TO PROBLEM SET 3

SOLUTIONS TO PROBLEM SET 3 SOLUTIONS TO PROBLEM SET 3 MATTI ÅSTRAND The General Cubic Extension Denote L = k(α 1, α 2, α 3 ), F = k(a 1, a 2, a 3 ) and K = F (α 1 ). The polynomial f(x) = x 3 a 1 x 2 + a 2 x a 3 = (x α 1 )(x α 2

More information

Observing the Changing Relationship Between Natural Gas Prices and Power Prices

Observing the Changing Relationship Between Natural Gas Prices and Power Prices Observing the Changing Relationship Between Natural Gas Prices and Power Prices The research views expressed herein are those of the author and do not necessarily represent the views of the CME Group or

More information

Oscillations. Vern Lindberg. June 10, 2010

Oscillations. Vern Lindberg. June 10, 2010 Oscillations Vern Lindberg June 10, 2010 You have discussed oscillations in Vibs and Waves: we will therefore touch lightly on Chapter 3, mainly trying to refresh your memory and extend the concepts. 1

More information

Energy Markets. Weather Derivates

Energy Markets. Weather Derivates III: Weather Derivates René Bendheim Center for Finance Department of Operations Research & Financial Engineering Princeton University Banff, May 2007 Weather and Commodity Stand-alone temperature precipitation

More information

Web-based Supplementary Materials for Bayesian Effect Estimation. Accounting for Adjustment Uncertainty by Chi Wang, Giovanni

Web-based Supplementary Materials for Bayesian Effect Estimation. Accounting for Adjustment Uncertainty by Chi Wang, Giovanni 1 Web-based Supplementary Materials for Bayesian Effect Estimation Accounting for Adjustment Uncertainty by Chi Wang, Giovanni Parmigiani, and Francesca Dominici In Web Appendix A, we provide detailed

More information

Sales forecasting # 1

Sales forecasting # 1 Sales forecasting # 1 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

Yield Management. B.S.c. Thesis by. Márta Treszl. Mathematics B.S.c., Mathematical Analyst. Supervisors: Róbert Fullér.

Yield Management. B.S.c. Thesis by. Márta Treszl. Mathematics B.S.c., Mathematical Analyst. Supervisors: Róbert Fullér. Yield Management B.S.c. Thesis by Márta Treszl Mathematics B.S.c., Mathematical Analyst Supervisors: Róbert Fullér Professor at Åbo Akademi University Viktória Villányi Assistant Professor at the Department

More information

The Engle-Granger representation theorem

The Engle-Granger representation theorem The Engle-Granger representation theorem Reference note to lecture 10 in ECON 5101/9101, Time Series Econometrics Ragnar Nymoen March 29 2011 1 Introduction The Granger-Engle representation theorem is

More information

Forecasting model of electricity demand in the Nordic countries. Tone Pedersen

Forecasting model of electricity demand in the Nordic countries. Tone Pedersen Forecasting model of electricity demand in the Nordic countries Tone Pedersen 3/19/2014 Abstract A model implemented in order to describe the electricity demand on hourly basis for the Nordic countries.

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

Recent Developments of Statistical Application in. Finance. Ruey S. Tsay. Graduate School of Business. The University of Chicago

Recent Developments of Statistical Application in. Finance. Ruey S. Tsay. Graduate School of Business. The University of Chicago Recent Developments of Statistical Application in Finance Ruey S. Tsay Graduate School of Business The University of Chicago Guanghua Conference, June 2004 Summary Focus on two parts: Applications in Finance:

More information

Forecasting of Economic Quantities using Fuzzy Autoregressive Model and Fuzzy Neural Network

Forecasting of Economic Quantities using Fuzzy Autoregressive Model and Fuzzy Neural Network Forecasting of Economic Quantities using Fuzzy Autoregressive Model and Fuzzy Neural Network Dušan Marček 1 Abstract Most models for the time series of stock prices have centered on autoregressive (AR)

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

Introduction to time series analysis

Introduction to time series analysis Introduction to time series analysis Margherita Gerolimetto November 3, 2010 1 What is a time series? A time series is a collection of observations ordered following a parameter that for us is time. Examples

More information

Time Series Analysis

Time Series Analysis Time Series Analysis hm@imm.dtu.dk Informatics and Mathematical Modelling Technical University of Denmark DK-2800 Kgs. Lyngby 1 Outline of the lecture Identification of univariate time series models, cont.:

More information

MAT 242 Test 3 SOLUTIONS, FORM A

MAT 242 Test 3 SOLUTIONS, FORM A MAT Test SOLUTIONS, FORM A. Let v =, v =, and v =. Note that B = { v, v, v } is an orthogonal set. Also, let W be the subspace spanned by { v, v, v }. A = 8 a. [5 points] Find the orthogonal projection

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

Two Topics in Parametric Integration Applied to Stochastic Simulation in Industrial Engineering

Two Topics in Parametric Integration Applied to Stochastic Simulation in Industrial Engineering Two Topics in Parametric Integration Applied to Stochastic Simulation in Industrial Engineering Department of Industrial Engineering and Management Sciences Northwestern University September 15th, 2014

More information

Time Series Analysis of Aviation Data

Time Series Analysis of Aviation Data Time Series Analysis of Aviation Data Dr. Richard Xie February, 2012 What is a Time Series A time series is a sequence of observations in chorological order, such as Daily closing price of stock MSFT in

More information