Exponential Smoothing

Slides:



Advertisements
Similar presentations
Decomposition Method.
Advertisements

Part II – TIME SERIES ANALYSIS C3 Exponential Smoothing Methods © Angel A. Juan & Carles Serrat - UPC 2007/2008.
ECON 251 Research Methods 11. Time Series Analysis and Forecasting.
19- 1 Chapter Nineteen McGraw-Hill/Irwin © 2005 The McGraw-Hill Companies, Inc., All Rights Reserved.
Guide to Using Excel For Basic Statistical Applications To Accompany Business Statistics: A Decision Making Approach, 5th Ed. Chapter 15: Analyzing and.
Exponential Smoothing Methods
Time Series Analysis Autocorrelation Naive & Simple Averaging
Ka-fu Wong © 2003 Chap Dr. Ka-fu Wong ECON1003 Analysis of Economic Data.
T T18-03 Exponential Smoothing Forecast Purpose Allows the analyst to create and analyze the "Exponential Smoothing Average" forecast. The MAD.
Analyzing and Forecasting Time Series Data
MOVING AVERAGES AND EXPONENTIAL SMOOTHING
Chapter 13 Forecasting.
McGraw-Hill/Irwin Copyright © 2010 by The McGraw-Hill Companies, Inc. All rights reserved. Time Series and Forecasting Chapter 16.
Business Forecasting Chapter 5 Forecasting with Smoothing Techniques.
Slides 13b: Time-Series Models; Measuring Forecast Error
CHAPTER 18 Models for Time Series and Forecasting
1 1 Slide © 2009 South-Western, a part of Cengage Learning Chapter 6 Forecasting n Quantitative Approaches to Forecasting n Components of a Time Series.
Slides by John Loucks St. Edward’s University.
Winter’s Exponential smoothing
Operations and Supply Chain Management
1 1 Slide © 2011 Cengage Learning. All Rights Reserved. May not be scanned, copied or duplicated, or posted to a publicly accessible website, in whole.
Non-continuous Relationships If the relationship between the dependent variable and an independent variable is non-continuous a slope dummy variable can.
TIME SERIES by H.V.S. DE SILVA DEPARTMENT OF MATHEMATICS
3-1 McGraw-Hill/Irwin Operations Management, Seventh Edition, by William J. Stevenson Copyright © 2002 by The McGraw-Hill Companies, Inc. All rights reserved.
Copyright © 2015 McGraw-Hill Education. All rights reserved. No reproduction or distribution without the prior written consent of McGraw-Hill Education.
Holt’s exponential smoothing
DSc 3120 Generalized Modeling Techniques with Applications Part II. Forecasting.
McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies, Inc. All rights reserved. Time Series Forecasting Chapter 13.
1 DSCI 3023 Forecasting Plays an important role in many industries –marketing –financial planning –production control Forecasts are not to be thought of.
Operations Management For Competitive Advantage 1Forecasting Operations Management For Competitive Advantage Chapter 11.
MBA.782.ForecastingCAJ Demand Management Qualitative Methods of Forecasting Quantitative Methods of Forecasting Causal Relationship Forecasting Focus.
Time Series Analysis and Forecasting
Time series Decomposition Farideh Dehkordi-Vakil.
Time-Series Forecasting Overview Moving Averages Exponential Smoothing Seasonality.
Slide 1 DSCI 5340: Predictive Modeling and Business Forecasting Spring 2013 – Dr. Nick Evangelopoulos Lecture 5: Exponential Smoothing (Ch. 8) Material.
Forecasting Operations Management For Competitive Advantage.
1 1 Slide Forecasting Professor Ahmadi. 2 2 Slide Learning Objectives n Understand when to use various types of forecasting models and the time horizon.
Lesson 5.1 Forecasting Moving Averages Exponential Smoothing.
Economics 173 Business Statistics Lecture 26 © Fall 2001, Professor J. Petry
Forecasting Demand. Forecasting Methods Qualitative – Judgmental, Executive Opinion - Internal Opinions - Delphi Method - Surveys Quantitative - Causal,
Time Series and Forecasting
MGS3100_03.ppt/Feb 11, 2016/Page 1 Georgia State University - Confidential MGS 3100 Business Analysis Time Series Forecasting Feb 11, 2016.
1 1 Chapter 6 Forecasting n Quantitative Approaches to Forecasting n The Components of a Time Series n Measures of Forecast Accuracy n Using Smoothing.
Forecasting Demand. Problems with Forecasts Forecasts are Usually Wrong. Every Forecast Should Include an Estimate of Error. Forecasts are More Accurate.
1-1 Logistics Management LSM 730 Dr. Khurrum S. Mughal Lecture 22.
Chapter 20 Time Series Analysis and Forecasting. Introduction Any variable that is measured over time in sequential order is called a time series. We.
Statistics for Business and Economics Module 2: Regression and time series analysis Spring 2010 Lecture 7: Time Series Analysis and Forecasting 1 Priyantha.
Chapter 15 Forecasting. Forecasting Methods n Forecasting methods can be classified as qualitative or quantitative. n Such methods are appropriate when.
Chapter 20 Time Series Analysis and Forecasting. Introduction Any variable that is measured over time in sequential order is called a time series. We.
Chapter 3 Lect 6 Forecasting. Seasonality – Repetition at Fixed Intervals Seasonal variations –Regularly repeating movements in series values that can.
Chapter 3 Lecture 4 Forecasting. Time Series is a sequence of measurements over time, usually obtained at equally spaced intervals – Daily – Monthly –
TIME SERIES MODELS. Definitions Forecast is a prediction of future events used for planning process. Time Series is the repeated observations of demand.
Welcome to MM305 Unit 5 Seminar Dr. Bob Forecasting.
Welcome to MM305 Unit 5 Seminar Forecasting. What is forecasting? An attempt to predict the future using data. Generally an 8-step process 1.Why are you.
Time Series Analysis and Forecasting
Forecasting Demand Chapter 11.
Chapter Nineteen McGraw-Hill/Irwin
Forecasting Methods Dr. T. T. Kachwala.
Forecasting techniques
Forecasting Approaches to Forecasting:
What is Correlation Analysis?
Demand Management and Forecasting
MOVING AVERAGES AND EXPONENTIAL SMOOTHING
Exponential Smoothing
Chapter Nineteen McGraw-Hill/Irwin
Forecasting - Introduction
OUTLINE Questions? Quiz Go over homework Next homework Forecasting.
Chap 4: Exponential Smoothing
Forecasting Plays an important role in many industries
TIME SERIES MODELS – MOVING AVERAGES.
Presentation transcript:

Exponential Smoothing TIME SERIES MODELS – Exponential Smoothing and Seasonal Indices

Exponential Smoothing Methods This method provides an exponentially weighted moving average of all previously observed values. The aim is to estimate the current level and use it as a forecast of future value. This is an obvious extension the moving average method. With simple moving average forecasts the mean of the past k observations used as a forecast have equal eights (1/k) for all k data points. With exponential smoothing the idea is that the most recent observations will usually provide the best guide as to the future, so we want a weighting scheme that has decreasing weights as the observations get older

Simple Exponential Smoothing Method Formally, the exponential smoothing equation is forecast for the next period.  = smoothing constant. yt = observed value of series in period t. = old forecast for period t. The forecast Ft+1 is based on weighting the most recent observation yt with a weight  and weighting the most recent forecast Ft with a weight of 1- 

Simple Exponential Smoothing Method The implication of exponential smoothing can be better seen if the previous equation is expanded by replacing Ft with its components as follows:

Simple Exponential Smoothing Method If this substitution process is repeated by replacing Ft-1 by its components, Ft-2 by its components, and so on the result is: Therefore, Ft+1 is the weighted moving average of all past observations.

Simple Exponential Smoothing Method The exponential smoothing equation rewritten in the following form elucidate the role of weighting factor . Exponential smoothing forecast is the old forecast plus an adjustment for the error that occurred in the last forecast.

Simple Exponential Smoothing Method The value of smoothing constant  must be between 0 and 1 If stable predictions with smoothed random variation is desired then a small value of  is desire. If a rapid response to a real change in the pattern of observations is desired, a large value of  is appropriate.

Seasonal Analysis Seasonal variation may occur within a year or within a shorter period (month, week) To measure the seasonal effects we construct seasonal indices. Seasonal indexes express the degree to which the seasons differ from the average time series value across all seasons.

Computing Seasonal Indices Remove the effects of the seasonal and random variations by regression analysis: = b0 + b1t For each time period compute the ratio yt/yt which removes most of the trend variation > This is based on the Multiplicative Model. For each season calculate the average of yt/yt which provides the measure of seasonality. Adjust the average above so that the sum of averages of all seasons is equal to number of seasons (Correcting the Seasonal Indices) >

Deseasonalized Time Series Seasonally adjusted time series = Actual time series Seasonal index By removing the seasonality, we can identify changes in the other components of the time series, that might have occurred over time.