STA 6104 Financial Time Series. Moving Averages and Exponential Smoothing

Size: px
Start display at page:

Download "STA 6104 Financial Time Series. Moving Averages and Exponential Smoothing"

Transcription

1 STA 6104 Financial Time Series Moving Averages and Exponential Smoothing

2 Smoothing Our objective is to predict some future value Y n+k given a past history {Y 1, Y 2,..., Y n } of observations up to time n. Smoothing always involves some form of local averaging of data such that the non-systematic components of individual observations cancel each other out. All the time-series smoothing techniques use a form of weighted average of past observations to smooth up-and-down movements, i.e., some statistical methods of suppressing short-term fluctuations. The underlying assumption of these methods is that the fluctuations in past values represent random departures from some smooth curve that can plausibly be extrapolated into the future to produce a forecast or series of forecasts. 1

3 Moving Averages The most common technique is moving average smoothing which replaces each element of the series by either the simple or weighted average of n most recent values, where n is the width of the smoothing window (see Box & Jenkins, 1976; Velleman & Hoaglin, 1981). The simple moving average (SMA) is most often used for simple descriptive patterns of a time-series variable and is a very simple procedure for forecasting a time-series variable. The calculation of the simple moving average is given by SMA t = 1 k (Y t + Y t Y t (k 1) ), where SMA t is the simple k-period moving average in time period t. 2

4 Moving Averages This calculation involves the previous k periods and is used for generating the moving average for this time period. We can use the SMA to generate a one-period ahead forecast by Ŷ t+1 = SMA t. The naive method that assumes the next period will be identical to the present is a special case of SMA with k = 1. The term moving average refers to an average that is updated each time period by deleting one observation at the beginning of the period and replacing it with another at the end of the period. 3

5 Moving Averages The choice of how many of the most recent time periods k to use in computing the moving average is determined by the researcher (subjectively) or choosing the value of k that generates the smallest error (objectively). The accuracy of the forecast using a simple moving average is, in most cases, dependent upon the choice of k. The larger the choice of k, the smoother the series will be. Example: (c3t1.xls) Exchange rate with Japan 4

6 Centered Moving Averages The major difference between the simple moving average and the centered moving average is the selection of observation used. The simple moving average uses the current observation plus previous observations, e.g., a five-period SMA uses the current time period observation and the four previous time period observations. The centered moving average (CMA) centers its average on the current period using both the previous time period observations and the forward time period observations, e.g., a five-period CMA uses the current time period observation, the two previous time period observations and the two subsequent time period observations. 5

7 Centered Moving Averages The specific method of calculating a centered moving average depends upon whether the period of averaging, k, is even or odd. If k is odd, then the centered moving average is calculated by CMA t = 1 k (Y t ((k 1)/2)) + + Y t + + Y t+((k 1)/2)), where Y t is the mid-point in the range of k data observations. Note that (k 1)/2 observations are lost both at the beginning and the end of the series. 6

8 Centered Moving Averages In most time-series data, the centered moving average most commonly is associated with an even number of observations. For example, we are often analyzing either quarterly or monthly data, where the choice of k would be 4 for quarterly or 12 for monthly data. In these cases, the SMA does not correspond to the time period observations in the original data series. To obtain an average that does correspond to the original time periods, CMA are calculated using two-period moving averages of the initial moving averages. 7

9 Centered Moving Averages If k is even, the CMA is calculated in a two-step process. 1. Calculate two moving averages that bound the time period: MA t(1) = 1 k (Y t (k/2) Y t + + Y t+(k/2)) MA t(2) = 1 k (Y t (k/2) Y t + + Y t+(k/2)+1) 2. Take the simple average of these two values in order to center the average on a corresponding time period of the original series: CMA t = 1 2 (MA t(1) + MA t(2) ) The number of observation lost at each end of the series is L/2. 8

10 Exponential Smoothing Exponential smoothing is a method for continually revising an estimate or forecast by accounting for more recent changes or for fluctuations in the data. Here, we assume there is no systematic trend or seasonal effects in the process, or that these have been identified and removed. The mean of the process can change from one time step to the next, but we have no information about the likely direction of these changes. The model is Y t = µ t + e t, where µ t is the non-stationary mean of the process at time t and e t are independent random deviations with a mean of 0 and a standard deviation σ. 9

11 Exponential Smoothing A typical application is forecasting sales of a well-established product in a stable market. Exponential smoothing assigns exponentially decreasing weights as the observation get older. Recent observations are given relatively more weight in forecasting than the older observations. In exponential smoothing, however, there are one or more smoothing parameters to be determined (or estimated) and these choices determine the weights assigned to the observations. 10

12 Exponential Smoothing Let a t be our estimate of µ t. Given that there is no systematic trend, an intuitively reasonable estimate of the mean at time t is given by a weighted average of our observation at time t and our estimate of the mean at time t - 1: a t+1 = αy t + (1 α)a t, 0 < α < 1, where a t is the exponentially weighted moving average at time t. The value of α determines the amount of smoothing, and it is referred to as the smoothing parameter. 11

13 Exponential Smoothing If α is near 1, there is little smoothing and a t is approximately Y t. This would only be appropriate if the changes in the mean level were expected to be large by comparison with σ At the other extreme, a value of α near 0 gives highly smoothed estimates of the mean level and takes little account of the most recent observation. This would only be appropriate if the changes in the mean level were expected to be small compared with σ. A typical compromise figure for α is 0.2 since in practice we usually expect that the change in the mean between time t 1 and time t is likely to be smaller than σ. 12

14 Exponential Smoothing As time passes the smoothed statistics becomes the weighted average of a greater and greater number of the past observations Y t n, and the weights assigned to previous observations are in general proportional to the terms of the geometric progression {1,(1 α),(1 α) 2,(1 α) 3,...}. A geometric progression is the discrete version of an exponential function, so this is where the name for this smoothing method originated: w(t) = w(0)exp(kt), k = ln(1 α), w(0) = 1. 13

15 Holt s Exponential Smoothing We usually have more information about the market than exponential smoothing can take into account. Sales are often seasonal, and we may expect trends to be sustained for short periods at least. But trends will change. The first extension of the simple exponential smoothing is to adjust the smoothing model for any trend in the data. When a trend exists, the forecast may then by improved by adjusting for this trend by using a two-parameter exponential smoothing (originated by C. C. Holt, 1957 Forecasting trends and seasonals by exponentially weighted moving averages, ONR Research Memorandum, Carnegie Institute of Technology 52.). 14

16 Holt s Exponential Smoothing The model adds a growth factor (or trend factor) to the smoothing equation as a way to adjust for the trend. The Holt s exponential smoothing is given by where a t+1 = αy t + (1 α)(a t + b t ) b t+1 = β(a t+1 a t ) + (1 β)b t a t+1 = smoothed value for time period t + 1 α = smoothing constant for the level (0 < α < 1) x t = actual value in time period t a t = smoothed value for time period t b t+1 = trend estimate for time period t + 1 b t = trend estimate for time period t β = smoothing constant for the trend estimate (0 < β < 1) 15

17 Additive and Multiplicative Models Time-series models can basically be classified into two types: additive models and multiplicative models. For additive model, we assume the data is the sum of the time-series components, i.e., Y t = Tr t + Sn t + Cl t + e t. If the data does not contain one of the components, the value for that is equal to zero. The seasonal (or cyclical) component of an additive model is independent of the trend, and thus the magnitude of the seasonal swing (movement) is constant over time. 16

18 Additive and Multiplicative Models For multiplicative model, the data is the product of the various components, i.e., Y t = Tr t Sn t Cl t e t. If the data does not contain one of the components, the value for that is equal to 1. The seasonal (or cyclical) component of a multiplicative model is proportional (a ratio) of the trend, and thus the magnitude of the seasonal swing is increases or decreases according to the behavior of the trend. Although most data that posses seasonal (cyclical) variations cannot be precisely classified as additive or multiplicative in nature, we usually look at forecasts obtained in both models and choose the model that yields the smallest error. 17

19 Winter s Exponential Smoothing Winter s exponential smoothing model is another extension of the simple exponential smoothing model; it is used for data that exhibit both trend and seasonality. It is a three-parameter exponential smoothing model, which has an additional equation to adjust for the seasonal component. The Winter s exponential smoothing is due to P. R. Winters (1960, Forecasting sales by exponentially weighted moving averages, Management Science 6, ). 18

20 Winter s Exponential Smoothing The additive Holt-Winters prediction function (for time series with period length p) is Ŷ t+h = a t + h b t + s t+1+(h 1) mod p, where a t, b t and s t are given by a t = α(y t s t p ) + (1 α)(a t 1 + b t 1 ) where b t s t = β(a t a t 1 ) + (1 β)b t 1 = γ(y t a t ) + (1 γ)s t p a t+1 = smoothed value for time period t + 1 α = smoothing constant for the level (0 < α < 1) x t = actual value in time period t a t = smoothed value for time period t b t+1 = trend estimate for time period t + 1 b t = trend estimate for time period t β = smoothing constant for the trend estimate (0 < β < 1) γ = smoothing constant for the seasonality estimate (0 < γ < 1) h = number of periods in forecast lead period p = number of periods in the seasonal cycle = seasonality estimate for time period t s t 19

21 Winter s Exponential Smoothing The multiplicative Holt-Winters prediction function (for time series with period length p) is Ŷ t+h = (a t + hb t )s t+1+(h 1) mod p, where a t, b t and s t are given by a t = α(y t /s t p ) + (1 α)(a t 1 + b t 1 ) b t = β(a t a t 1 ) + (1 β)b t 1 s t = γ(y t /a t ) + (1 γ)s t p As with simple and Holt s exponential smoothing, initial values must be selected to initialize or warm up the model. Over a long time period, the particular values selected have little effect on the forecast. 20

22 New Product Forecasting For new products, because they typically lack historical data, most forecasting techniques cannot produce satisfying results. It is typically impossible for Holt s exponential smoothing to determine the trend since the dataset is too small. To overcome this difficulty, forecasters use a number of models that generally fall in the category called diffusing models. These models are alternatively called S-curves, growth models, saturation models, or substitution curves. These models are most commonly used to forecast the sales of new products and technology life cycles. 21

23 New Product Forecasting Life cycles usually follow a common pattern: 1. A period of slow growth just after introduction during an embryonic stage. 2. A period of rapid growth. 3. Slowing growth in a mature phase. 4. Decline. The forecaster s task is to identify and estimate the parameters of such a pattern of growth. Each new-product model has its own lower and upper limit and expert opinion is needed to determine these limits. In most cases, the lower limitation is 0 and the determination of the upper limit is a more complicated task. 22

24 Gompertz Curve Two most common forms of S-curves used in forecasting are the Gompertz curve and the logistics curve (also known as the Peral curve). The Gompertz curve is named after its developer, Benjamin Gompertz, an English actuary. In 1825, Benjamin Gompertz proposed an exponential increase in death rates with age. The Gompertz s Law of Mortality states that the death rate is increasing in a geometric progression. 23

25 Gompertz Curve The Gompertz function is given as Y t = Le ae bt, where a and b are the parameters that describing the curve and L is the upper limit of Y. The Gompertz curve will range in value from zero to U as t varies from to. The Gompertz curve is best used in situations where it becomes more difficult to achieve an increase in the growth rate as the maximum value is approached. Example: Color TV adoptions (c3t8) 24

26 Logistics Curve The logistics curve is another way of forecasting with sparse data and is also used frequently to forecast new-product sales. The logistics curve has the following form: Y t = L 1 + ae bt, where a and b are the parameters that describing the curve and L is the upper limit of Y. The logistics curve is symmetric about its point of inflection, i.e., the upper half of the curve is a reflection of the lower half. Note that the Gompertz curve is not necessarily symmetric about its point of inflection. 25

27 Logistics Curve vs. Gompertz Curve To choose in between Logistics curve and Gompertz curve, it lies in whether it is easier to achieve the maximum value the closer you get to it, or whether it becomes more difficult to attain the maximum value the closer you get to it. If there is an offsetting factor such that growth is more difficult to maintain as the maximum is approached, then the Gompertz curve will be the best choice. If there are no such offsetting factors hindering the attainments of the maximum value, the logistics curve will be the best choice. Example: Cellular phone adoption (c3t9) 26

28 Bass Model Professor Frank M. Bass published a paper describing his mathematical model, which quantified the theory of adoption and diffusion of a new product by society, in Management Science nearly fifty years ago (Bass, 1969). The mathematics is straightforward, and the model has been influential in marketing, and on a variety of biological, medical and scientific forecasts. An entrepreneur with a new invention will often use the Bass model when making a case for funding. 27

29 Bass Model The Bass formula for the number of people, N t who have bought a product at time t depends on three parameters: p: the coefficient of innovation (the probability of initial purchase of a new product independent of the influence of previous buyers) q: the coefficient of imitation (the pressure of imitation on previous purchasers) m: the total number of people who eventually buy the product The Bass formula (discrete-time version) is N t+1 = N t + p(m N t ) + qn t (m N t )/m Rationale for the model is that initial sales will be to people who are interested in the novelty of the product, whereas later sales will be to people who are drawn to the product after seeing their friends and acquaintances use it. 28

30 Bass Model The above formula is a difference equation and its solution is N t = m 1 e (p+q)t 1 + (q/p)e (p+q)t (We will verify this result for the continuous-time version of the model). One interpretation of the Bass model is that the time from product launch until purchase is assumed to have a probability distribution that can be parameterized in terms of p and q. The interpretation of the hazard is that if it is multiplied by a small time increment, it gives the probability that a random purchaser who has not yet made the purchase will do so in the next small time increment. 29

31 Bass Model The continuous-time model of the Bass formula can be expressed in terms of the hazard function and the CDF: h(t) = p + qf(t). This differential equation give the solution for F(t) as F(t) = 1 e (p+q)t 1 + (q/p)e (p+q)t. Therefore, the pdf is f(t) = (p + q)2 e (p+q)t p[1 + (q/p)e (p+q)t ] 2. Cumulative sales are given by m F(t). The time to peak is t = ln(q) ln(p) p+q. Example: Adoption of Telephone-answering devices in the United States (c3t12) 30

Economic Forecasting Lecture 9: Smoothing Methods

Economic Forecasting Lecture 9: Smoothing Methods Economic Forecasting Lecture 9: Smoothing Methods Richard G. Pierse 1 Introduction Smoothing methods are rather different from the model-based methods that we have been looking at up to now in this module.

More information

DEPARTMENT OF QUANTITATIVE METHODS & INFORMATION SYSTEMS

DEPARTMENT OF QUANTITATIVE METHODS & INFORMATION SYSTEMS DEPARTMENT OF QUANTITATIVE METHODS & INFORMATION SYSTEMS Moving Averages and Smoothing Methods ECON 504 Chapter 7 Fall 2013 Dr. Mohammad Zainal 2 This chapter will describe three simple approaches to forecasting

More information

BUSINESS FORECASTING

BUSINESS FORECASTING BUSINESS FORECASTING FORECASTING WITH REGRESSION MODELS TREND ANALYSIS Prof. Dr. Burç Ülengin ITU MANAGEMENT ENGINEERING FACULTY FALL 2015 OVERVIEW The bivarite regression model Data inspection Regression

More information

Chapter 5: Forecasting

Chapter 5: Forecasting 1 Textbook: pp. 165-202 Chapter 5: Forecasting Every day, managers make decisions without knowing what will happen in the future 2 Learning Objectives After completing this chapter, students will be able

More information

Time-series Forecasting - Exponential Smoothing

Time-series Forecasting - Exponential Smoothing Time-series Forecasting - Exponential Smoothing Dr. Josif Grabocka ISMLL, University of Hildesheim Business Analytics Business Analytics 1 / 26 Motivation Extreme recentivism: The Naive forecast considers

More information

Lecture 7: Exponential Smoothing Methods Please read Chapter 4 and Chapter 2 of MWH Book

Lecture 7: Exponential Smoothing Methods Please read Chapter 4 and Chapter 2 of MWH Book Lecture 7: Exponential Smoothing Methods Please read Chapter 4 and Chapter 2 of MWH Book 1 Big Picture 1. In lecture 6, smoothing (averaging) method is used to estimate the trend-cycle (decomposition)

More information

Forecasting: The First Step in Demand Planning

Forecasting: The First Step in Demand Planning Forecasting: The First Step in Demand Planning Jayant Rajgopal, Ph.D., P.E. University of Pittsburgh Pittsburgh, PA 15261 In a supply chain context, forecasting is the estimation of future demand General

More information

Forecasting. Simon Shaw 2005/06 Semester II

Forecasting. Simon Shaw 2005/06 Semester II Forecasting Simon Shaw s.c.shaw@maths.bath.ac.uk 2005/06 Semester II 1 Introduction A critical aspect of managing any business is planning for the future. events is called forecasting. Predicting future

More information

The Art of Forecasting

The Art of Forecasting Time Series The Art of Forecasting Learning Objectives Describe what forecasting is Explain time series & its components Smooth a data series Moving average Exponential smoothing Forecast using trend models

More information

CHAPTER 18. Time Series Analysis and Forecasting

CHAPTER 18. Time Series Analysis and Forecasting CHAPTER 18 Time Series Analysis and Forecasting CONTENTS STATISTICS IN PRACTICE: NEVADA OCCUPATIONAL HEALTH CLINIC 18.1 TIME SERIES PATTERNS Horizontal Pattern Trend Pattern Seasonal Pattern Trend and

More information

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

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

More information

Chapter 8 - Forecasting

Chapter 8 - Forecasting Chapter 8 - Forecasting Operations Management by R. Dan Reid & Nada R. Sanders 4th Edition Wiley 2010 Wiley 2010 1 Learning Objectives Identify Principles of Forecasting Explain the steps in the forecasting

More information

PPU411 Antti Salonen. Forecasting. Forecasting PPU Forecasts are critical inputs to business plans, annual plans, and budgets

PPU411 Antti Salonen. Forecasting. Forecasting PPU Forecasts are critical inputs to business plans, annual plans, and budgets - 2017 1 Forecasting Forecasts are critical inputs to business plans, annual plans, and budgets Finance, human resources, marketing, operations, and supply chain managers need forecasts to plan: output

More information

Multiplicative Winter s Smoothing Method

Multiplicative Winter s Smoothing Method Multiplicative Winter s Smoothing Method LECTURE 6 TIME SERIES FORECASTING METHOD rahmaanisa@apps.ipb.ac.id Review What is the difference between additive and multiplicative seasonal pattern in time series

More information

THE ROYAL STATISTICAL SOCIETY 2009 EXAMINATIONS SOLUTIONS GRADUATE DIPLOMA MODULAR FORMAT MODULE 3 STOCHASTIC PROCESSES AND TIME SERIES

THE ROYAL STATISTICAL SOCIETY 2009 EXAMINATIONS SOLUTIONS GRADUATE DIPLOMA MODULAR FORMAT MODULE 3 STOCHASTIC PROCESSES AND TIME SERIES THE ROYAL STATISTICAL SOCIETY 9 EXAMINATIONS SOLUTIONS GRADUATE DIPLOMA MODULAR FORMAT MODULE 3 STOCHASTIC PROCESSES AND TIME SERIES The Society provides these solutions to assist candidates preparing

More information

Time-Series Analysis. Dr. Seetha Bandara Dept. of Economics MA_ECON

Time-Series Analysis. Dr. Seetha Bandara Dept. of Economics MA_ECON Time-Series Analysis Dr. Seetha Bandara Dept. of Economics MA_ECON Time Series Patterns A time series is a sequence of observations on a variable measured at successive points in time or over successive

More information

Lecture 4 Forecasting

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

More information

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

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

More information

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

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

More information

Forecasting models and methods

Forecasting models and methods Forecasting models and methods Giovanni Righini Università degli Studi di Milano Logistics Forecasting methods Forecasting methods are used to obtain information to support decision processes based on

More information

Ch. 12: Workload Forecasting

Ch. 12: Workload Forecasting Ch. 12: Workload Forecasting Kenneth Mitchell School of Computing & Engineering, University of Missouri-Kansas City, Kansas City, MO 64110 Kenneth Mitchell, CS & EE dept., SCE, UMKC p. 1/2 Introduction

More information

Forecasting. Copyright 2015 Pearson Education, Inc.

Forecasting. Copyright 2015 Pearson Education, Inc. 5 Forecasting To accompany Quantitative Analysis for Management, Twelfth Edition, by Render, Stair, Hanna and Hale Power Point slides created by Jeff Heyl Copyright 2015 Pearson Education, Inc. LEARNING

More information

Antti Salonen PPU Le 2: Forecasting 1

Antti Salonen PPU Le 2: Forecasting 1 - 2017 1 Forecasting Forecasts are critical inputs to business plans, annual plans, and budgets Finance, human resources, marketing, operations, and supply chain managers need forecasts to plan: output

More information

Antti Salonen KPP Le 3: Forecasting KPP227

Antti Salonen KPP Le 3: Forecasting KPP227 - 2015 1 Forecasting Forecasts are critical inputs to business plans, annual plans, and budgets Finance, human resources, marketing, operations, and supply chain managers need forecasts to plan: output

More information

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

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

More information

ECON/FIN 250: Forecasting in Finance and Economics: Section 3.2 Filtering Time Series

ECON/FIN 250: Forecasting in Finance and Economics: Section 3.2 Filtering Time Series ECON/FIN 250: Forecasting in Finance and Economics: Section 3.2 Filtering Time Series Patrick Herb Brandeis University Spring 2016 Patrick Herb (Brandeis University) Filtering Time Series ECON/FIN 250:

More information

NATCOR. Forecast Evaluation. Forecasting with ARIMA models. Nikolaos Kourentzes

NATCOR. Forecast Evaluation. Forecasting with ARIMA models. Nikolaos Kourentzes NATCOR Forecast Evaluation Forecasting with ARIMA models Nikolaos Kourentzes n.kourentzes@lancaster.ac.uk O u t l i n e 1. Bias measures 2. Accuracy measures 3. Evaluation schemes 4. Prediction intervals

More information

Improved Holt Method for Irregular Time Series

Improved Holt Method for Irregular Time Series WDS'08 Proceedings of Contributed Papers, Part I, 62 67, 2008. ISBN 978-80-7378-065-4 MATFYZPRESS Improved Holt Method for Irregular Time Series T. Hanzák Charles University, Faculty of Mathematics and

More information

3 Time Series Regression

3 Time Series Regression 3 Time Series Regression 3.1 Modelling Trend Using Regression Random Walk 2 0 2 4 6 8 Random Walk 0 2 4 6 8 0 10 20 30 40 50 60 (a) Time 0 10 20 30 40 50 60 (b) Time Random Walk 8 6 4 2 0 Random Walk 0

More information

Forecasting Chapter 3

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

More information

CP:

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

More information

Forecasting. Chapter Copyright 2010 Pearson Education, Inc. Publishing as Prentice Hall

Forecasting. Chapter Copyright 2010 Pearson Education, Inc. Publishing as Prentice Hall Forecasting Chapter 15 15-1 Chapter Topics Forecasting Components Time Series Methods Forecast Accuracy Time Series Forecasting Using Excel Time Series Forecasting Using QM for Windows Regression Methods

More information

Copyright 2010 Pearson Education, Inc. Publishing as Prentice Hall.

Copyright 2010 Pearson Education, Inc. Publishing as Prentice Hall. 13 Forecasting PowerPoint Slides by Jeff Heyl For Operations Management, 9e by Krajewski/Ritzman/Malhotra 2010 Pearson Education 13 1 Forecasting Forecasts are critical inputs to business plans, annual

More information

Operations Management

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

More information

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

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

More information

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

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

More information

Modified Holt s Linear Trend Method

Modified Holt s Linear Trend Method Modified Holt s Linear Trend Method Guckan Yapar, Sedat Capar, Hanife Taylan Selamlar and Idil Yavuz Abstract Exponential smoothing models are simple, accurate and robust forecasting models and because

More information

Cyclical Effect, and Measuring Irregular Effect

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

More information

Comparing the Univariate Modeling Techniques, Box-Jenkins and Artificial Neural Network (ANN) for Measuring of Climate Index

Comparing the Univariate Modeling Techniques, Box-Jenkins and Artificial Neural Network (ANN) for Measuring of Climate Index Applied Mathematical Sciences, Vol. 8, 2014, no. 32, 1557-1568 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ams.2014.4150 Comparing the Univariate Modeling Techniques, Box-Jenkins and Artificial

More information

Chapter 7 Forecasting Demand

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

More information

Introduction to Forecasting

Introduction to Forecasting Introduction to Forecasting Introduction to Forecasting Predicting the future Not an exact science but instead consists of a set of statistical tools and techniques that are supported by human judgment

More information

CHAPTER 14. Time Series Analysis and Forecasting STATISTICS IN PRACTICE:

CHAPTER 14. Time Series Analysis and Forecasting STATISTICS IN PRACTICE: CHAPTER 14 Time Series Analysis and Forecasting CONTENTS STATISTICS IN PRACTICE: Nevada Occupational Health Clinic 14.1 Time Series Patterns Horizontal Pattern Trend Pattern Seasonal Pattern Trend and

More information

Time Series and Forecasting

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

More information

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

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

More information

Industrial Engineering Prof. Inderdeep Singh Department of Mechanical & Industrial Engineering Indian Institute of Technology, Roorkee

Industrial Engineering Prof. Inderdeep Singh Department of Mechanical & Industrial Engineering Indian Institute of Technology, Roorkee Industrial Engineering Prof. Inderdeep Singh Department of Mechanical & Industrial Engineering Indian Institute of Technology, Roorkee Module - 04 Lecture - 05 Sales Forecasting - II A very warm welcome

More information

SOLVING PROBLEMS BASED ON WINQSB FORECASTING TECHNIQUES

SOLVING PROBLEMS BASED ON WINQSB FORECASTING TECHNIQUES SOLVING PROBLEMS BASED ON WINQSB FORECASTING TECHNIQUES Mihaela - Lavinia CIOBANICA, Camelia BOARCAS Spiru Haret University, Unirii Street, Constanta, Romania mihaelavinia@yahoo.com, lady.camelia.yahoo.com

More information

Time Series Analysis -- An Introduction -- AMS 586

Time Series Analysis -- An Introduction -- AMS 586 Time Series Analysis -- An Introduction -- AMS 586 1 Objectives of time series analysis Data description Data interpretation Modeling Control Prediction & Forecasting 2 Time-Series Data Numerical data

More information

Operation and Supply Chain Management Prof. G. Srinivasan Department of Management Studies Indian Institute of Technology, Madras

Operation and Supply Chain Management Prof. G. Srinivasan Department of Management Studies Indian Institute of Technology, Madras Operation and Supply Chain Management Prof. G. Srinivasan Department of Management Studies Indian Institute of Technology, Madras Lecture - 3 Forecasting Linear Models, Regression, Holt s, Seasonality

More information

14. Time- Series data visualization. Prof. Tulasi Prasad Sariki SCSE, VIT, Chennai

14. Time- Series data visualization. Prof. Tulasi Prasad Sariki SCSE, VIT, Chennai 14. Time- Series data visualization Prof. Tulasi Prasad Sariki SCSE, VIT, Chennai www.learnersdesk.weebly.com Overview What is forecasting Time series & its components Smooth a data series Moving average

More information

Based on the original slides from Levine, et. all, First Edition, Prentice Hall, Inc

Based on the original slides from Levine, et. all, First Edition, Prentice Hall, Inc Based on the original slides from Levine, et. all, First Edition, Prentice Hall, Inc Process of predicting a future event Underlying basis of all business decisions Production Inventory Personnel Facilities

More information

Time Series and Forecasting

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

More information

Decision 411: Class 3

Decision 411: Class 3 Decision 411: Class 3 Discussion of HW#1 Introduction to seasonal models Seasonal decomposition Seasonal adjustment on a spreadsheet Forecasting with seasonal adjustment Forecasting inflation Log transformation

More information

A B C 1 Robert's Drugs 2 3 Week (t ) Sales t. Forec t

A B C 1 Robert's Drugs 2 3 Week (t ) Sales t. Forec t Chapter 7 Forecasting Quantitative Approaches to Forecasting The Components of a Time Series Measures of Forecast Accuracy Using Smoothing Methods in Forecasting Using Seasonal Components in Forecasting

More information

Exponentially weighted forecasts

Exponentially weighted forecasts FORECASTING USING R Exponentially weighted forecasts Rob Hyndman Author, forecast Simple exponential smoothing Forecasting Notation: ŷ t+h t = y t+h y 1,...,y t point forecast of Forecast Equation: given

More information

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

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

More information

22/04/2014. Economic Research

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

More information

Forecasting. Operations Analysis and Improvement Spring

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

More information

at least 50 and preferably 100 observations should be available to build a proper model

at least 50 and preferably 100 observations should be available to build a proper model III Box-Jenkins Methods 1. Pros and Cons of ARIMA Forecasting a) need for data at least 50 and preferably 100 observations should be available to build a proper model used most frequently for hourly or

More information

Decision 411: Class 3

Decision 411: Class 3 Decision 411: Class 3 Discussion of HW#1 Introduction to seasonal models Seasonal decomposition Seasonal adjustment on a spreadsheet Forecasting with seasonal adjustment Forecasting inflation Poor man

More information

Growth Models for the Forecasting of New Product Market Adoption

Growth Models for the Forecasting of New Product Market Adoption Growth odels for the Forecasting of New Product arket Adoption LADEN SOKELE Appropriate forecasting of product market adoption enables optimal planning of resources, investments, revenue, marketing and

More information

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

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

More information

Decision 411: Class 3

Decision 411: Class 3 Decision 411: Class 3 Discussion of HW#1 Introduction to seasonal models Seasonal decomposition Seasonal adjustment on a spreadsheet Forecasting with seasonal adjustment Forecasting inflation Poor man

More information

AUTO SALES FORECASTING FOR PRODUCTION PLANNING AT FORD

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

More information

FORECASTING FLUCTUATIONS OF ASPHALT CEMENT PRICE INDEX IN GEORGIA

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

More information

7. Forecasting with ARIMA models

7. Forecasting with ARIMA models 7. Forecasting with ARIMA models 309 Outline: Introduction The prediction equation of an ARIMA model Interpreting the predictions Variance of the predictions Forecast updating Measuring predictability

More information

15 yaş üstü istihdam ( )

15 yaş üstü istihdam ( ) Forecasting 1-2 Forecasting 23 000 15 yaş üstü istihdam (2005-2008) 22 000 21 000 20 000 19 000 18 000 17 000 - What can we say about this data? - Can you guess the employement level for July 2013? 1-3

More information

Exponential smoothing is, like the moving average forecast, a simple and often used forecasting technique

Exponential smoothing is, like the moving average forecast, a simple and often used forecasting technique EconS 450 Advanced Farm Management Forecasting Lecture 2 Simple Exponential Smoothing Exponential smoothing is, like the moving average forecast, a simple and often used forecasting technique Exponential

More information

Section 6.8 Exponential Models; Newton's Law of Cooling; Logistic Models

Section 6.8 Exponential Models; Newton's Law of Cooling; Logistic Models Section 6.8 Exponential Models; Newton's Law of Cooling; Logistic Models 197 Objective #1: Find Equations of Populations that Obey the Law of Uninhibited Growth. In the last section, we saw that when interest

More information

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

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

More information

Product and Inventory Management (35E00300) Forecasting Models Trend analysis

Product and Inventory Management (35E00300) Forecasting Models Trend analysis Product and Inventory Management (35E00300) Forecasting Models Trend analysis Exponential Smoothing Data Storage Shed Sales Period Actual Value(Y t ) Ŷ t-1 α Y t-1 Ŷ t-1 Ŷ t January 10 = 10 0.1 February

More information

CHAPTER 1: Decomposition Methods

CHAPTER 1: Decomposition Methods CHAPTER 1: Decomposition Methods Prof. Alan Wan 1 / 48 Table of contents 1. Data Types and Causal vs.time Series Models 2 / 48 Types of Data Time series data: a sequence of observations measured over time,

More information

Time Series Analysis. Smoothing Time Series. 2) assessment of/accounting for seasonality. 3) assessment of/exploiting "serial correlation"

Time Series Analysis. Smoothing Time Series. 2) assessment of/accounting for seasonality. 3) assessment of/exploiting serial correlation Time Series Analysis 2) assessment of/accounting for seasonality This (not surprisingly) concerns the analysis of data collected over time... weekly values, monthly values, quarterly values, yearly values,

More information

Advances in promotional modelling and analytics

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

More information

Forecasting. Dr. Richard Jerz rjerz.com

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

More information

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

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

More information

Modeling Recurrent Events in Panel Data Using Mixed Poisson Models

Modeling Recurrent Events in Panel Data Using Mixed Poisson Models Modeling Recurrent Events in Panel Data Using Mixed Poisson Models V. Savani and A. Zhigljavsky Abstract This paper reviews the applicability of the mixed Poisson process as a model for recurrent events

More information

More on Estimation. Maximum Likelihood Estimation.

More on Estimation. Maximum Likelihood Estimation. More on Estimation. In the previous chapter we looked at the properties of estimators and the criteria we could use to choose between types of estimators. Here we examine more closely some very popular

More information

TIME SERIES ANALYSIS AND FORECASTING USING THE STATISTICAL MODEL ARIMA

TIME SERIES ANALYSIS AND FORECASTING USING THE STATISTICAL MODEL ARIMA CHAPTER 6 TIME SERIES ANALYSIS AND FORECASTING USING THE STATISTICAL MODEL ARIMA 6.1. Introduction A time series is a sequence of observations ordered in time. A basic assumption in the time series analysis

More information

Time Series Analysis

Time Series Analysis Time Series Analysis A time series is a sequence of observations made: 1) over a continuous time interval, 2) of successive measurements across that interval, 3) using equal spacing between consecutive

More information

CHAPTER 4: DATASETS AND CRITERIA FOR ALGORITHM EVALUATION

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

More information

Forecasting Using Time Series Models

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

More information

ECON 343 Lecture 4 : Smoothing and Extrapolation of Time Series. Jad Chaaban Spring

ECON 343 Lecture 4 : Smoothing and Extrapolation of Time Series. Jad Chaaban Spring ECON 343 Lecture 4 : Smoothing and Extrapolation of Time Series Jad Chaaban Spring 2005-2006 Outline Lecture 4 1. Simple extrapolation models 2. Moving-average models 3. Single Exponential smoothing 4.

More information

Forecasting. Al Nosedal University of Toronto. March 8, Al Nosedal University of Toronto Forecasting March 8, / 80

Forecasting. Al Nosedal University of Toronto. March 8, Al Nosedal University of Toronto Forecasting March 8, / 80 Forecasting Al Nosedal University of Toronto March 8, 2016 Al Nosedal University of Toronto Forecasting March 8, 2016 1 / 80 Forecasting Methods: An Overview There are many forecasting methods available,

More information

Forecasting: Principles and Practice. Rob J Hyndman. 1. Introduction to forecasting OTexts.org/fpp/1/ OTexts.org/fpp/2/3

Forecasting: Principles and Practice. Rob J Hyndman. 1. Introduction to forecasting OTexts.org/fpp/1/ OTexts.org/fpp/2/3 Rob J Hyndman Forecasting: Principles and Practice 1. Introduction to forecasting OTexts.org/fpp/1/ OTexts.org/fpp/2/3 Forecasting: Principles and Practice 1 Resources Slides Exercises Textbook Useful

More information

An approach to make statistical forecasting of products with stationary/seasonal patterns

An approach to make statistical forecasting of products with stationary/seasonal patterns An approach to make statistical forecasting of products with stationary/seasonal patterns Carlos A. Castro-Zuluaga (ccastro@eafit.edu.co) Production Engineer Department, Universidad Eafit Medellin, Colombia

More information

Forecasting Automobile Sales using an Ensemble of Methods

Forecasting Automobile Sales using an Ensemble of Methods Forecasting Automobile Sales using an Ensemble of Methods SJOERT FLEURKE Radiocommunications Agency Netherlands Emmasingel 1, 9700 AL, Groningen THE NETHERLANDS sjoert.fleurke@agentschaptelecom.nl http://www.agentschaptelecom.nl

More information

Chapter 3: Regression Methods for Trends

Chapter 3: Regression Methods for Trends Chapter 3: Regression Methods for Trends Time series exhibiting trends over time have a mean function that is some simple function (not necessarily constant) of time. The example random walk graph from

More information

Cost and Preference in Recommender Systems Junhua Chen LESS IS MORE

Cost and Preference in Recommender Systems Junhua Chen LESS IS MORE Cost and Preference in Recommender Systems Junhua Chen, Big Data Research Center, UESTC Email:junmshao@uestc.edu.cn http://staff.uestc.edu.cn/shaojunming Abstract In many recommender systems (RS), user

More information

A time series is called strictly stationary if the joint distribution of every collection (Y t

A time series is called strictly stationary if the joint distribution of every collection (Y t 5 Time series A time series is a set of observations recorded over time. You can think for example at the GDP of a country over the years (or quarters) or the hourly measurements of temperature over a

More information

Operations Management

Operations Management Operations Management Chapter 4 Forecasting PowerPoint presentation to accompany Heizer/Render Principles of Operations Management, 7e Operations Management, 9e 2008 Prentice Hall, Inc. 4 1 Outline Global

More information

Models with Limited Dependent Variables

Models with Limited Dependent Variables LECTURE 7 Models with Limited Dependent Variables In this lecture, we present two models with limited dependent variables. The first is a logistic regression model in which the dependent variable has a

More information

Geology 560, Prof. Thomas Johnson Unit IV, Part 2: Activation energies and the responses of reaction rates to temperature and compositional changes.

Geology 560, Prof. Thomas Johnson Unit IV, Part 2: Activation energies and the responses of reaction rates to temperature and compositional changes. Geology 560, Prof. Thomas Johnson Unit IV, Part 2: Activation energies and the responses of reaction rates to temperature and compositional changes. eading: White, Chapter 5; Walther, Chapter 13 Excellent

More information

Simple Descriptive Techniques

Simple Descriptive Techniques Simple Descriptive Techniques Outline 1 Types of variation 2 Stationary Time Series 3 The Time Plot 4 Transformations 5 Analysing Series that Contain a Trend 6 Analysing Series that Contain Seasonal Variation

More information

INVERSE PROBLEMS IN MARKOV MODELS AND MEDICAL INSURANCE

INVERSE PROBLEMS IN MARKOV MODELS AND MEDICAL INSURANCE INVERSE PROBLEMS IN MARKOV MODELS AND MEDICAL INSURANCE Spivak Semyen, Abdyusheva Svetlana Bashkir State University Frunze str. 32, Ufa, 450074, Russia Phone: +7 3472-236162 Fax: +7 3472-236680 Email:

More information

A MACRO-DRIVEN FORECASTING SYSTEM FOR EVALUATING FORECAST MODEL PERFORMANCE

A MACRO-DRIVEN FORECASTING SYSTEM FOR EVALUATING FORECAST MODEL PERFORMANCE A MACRO-DRIVEN ING SYSTEM FOR EVALUATING MODEL PERFORMANCE Bryan Sellers Ross Laboratories INTRODUCTION A major problem of forecasting aside from obtaining accurate forecasts is choosing among a wide range

More information

A Metzlerian business cycle model with nonlinear heterogeneous expectations

A Metzlerian business cycle model with nonlinear heterogeneous expectations A Metzlerian business cycle model with nonlinear heterogeneous expectations Michael Wegener Frank Westerhoff Georg Zaklan April 11, 2008 University of Bamberg, Feldkirchenstr. 21, 96045 Bamberg, Germany

More information

FORECASTING TIME SERIES WITH BOOT.EXPOS PROCEDURE

FORECASTING TIME SERIES WITH BOOT.EXPOS PROCEDURE REVSTAT Statistical Journal Volume 7, Number 2, June 2009, 135 149 FORECASTING TIME SERIES WITH BOOT.EXPOS PROCEDURE Authors: Clara Cordeiro Dept. Math, FCT, University of Algarve, Portugal ccordei@ualg.pt

More information

From Argentina to Zimbabwe: Where Should I Sell my Widgets?

From Argentina to Zimbabwe: Where Should I Sell my Widgets? From Argentina to Zimbabwe: Department of Statistics Texas A&M University 15 Feb 2010 Acknowledgments This is joint work with my coauthors Bani Mallick (Texas A&M University) Debu Talukdar (SUNY - Buffalo)

More information

STATS24x7.com 2010 ADI NV, INC.

STATS24x7.com 2010 ADI NV, INC. TIME SERIES SIMPLE EXPONENTIAL SMOOTHING If the mean of y t remains constant over n time, each observation gets equal weight: y ˆ t1 yt 0 et, 0 y n t 1 If the mean of y t changes slowly over time, recent

More information

The SAB Medium Term Sales Forecasting System : From Data to Planning Information. Kenneth Carden SAB : Beer Division Planning

The SAB Medium Term Sales Forecasting System : From Data to Planning Information. Kenneth Carden SAB : Beer Division Planning The SAB Medium Term Sales Forecasting System : From Data to Planning Information Kenneth Carden SAB : Beer Division Planning Planning in Beer Division F Operational planning = what, when, where & how F

More information