Docsity
Docsity

Prepare for your exams
Prepare for your exams

Study with the several resources on Docsity


Earn points to download
Earn points to download

Earn points by helping other students or get them with a premium plan


Guidelines and tips
Guidelines and tips

Forecasting - Introduction to Operations Management - Lecture Slides, Slides of Production and Operations Management

Forecasting, Time Series Analysis, Causal Methods, Choosing a Forecasting Method, Simple Models, Last Point Model, Average Model, Simple Moving Average, Weighted Moving Average, Performance Measures .These are the important points of Operations Management.

Typology: Slides

2012/2013

Uploaded on 01/01/2013

dipal
dipal 🇮🇳

4.5

(18)

106 documents

1 / 63

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
Forecasting
Docsity.com
pf3
pf4
pf5
pf8
pf9
pfa
pfd
pfe
pff
pf12
pf13
pf14
pf15
pf16
pf17
pf18
pf19
pf1a
pf1b
pf1c
pf1d
pf1e
pf1f
pf20
pf21
pf22
pf23
pf24
pf25
pf26
pf27
pf28
pf29
pf2a
pf2b
pf2c
pf2d
pf2e
pf2f
pf30
pf31
pf32
pf33
pf34
pf35
pf36
pf37
pf38
pf39
pf3a
pf3b
pf3c
pf3d
pf3e
pf3f

Partial preview of the text

Download Forecasting - Introduction to Operations Management - Lecture Slides and more Slides Production and Operations Management in PDF only on Docsity!

Forecasting

Forecasting – Quantitative

  • Time series analysis : uses only past records of demand to forecast future demand - moving averages - exponential smoothing - ARIMA
  • Causal methods : uses explanatory variables (timing of advertising campaigns, price changes) - multiple regression - econometric models

Simple models

  • Notation
    • Dt = Actual demand in time period t
    • Ft = Forecast for period t
    • Et = Dt - Ft = Forecast error for period t

Simple models

  • Last Point model
    • Yesterday’s demand will be today’s forecast
      • Ft+1 = Dt
    • Not a good model cause it does no learning, it is just a follower
  • Average Model
    • Take the average of all known data to make prediction
    • F (^) t+1 = average(D 1 ,D 2 ,... , D (^) t)
    • Very old data is probably useless to us, so why include in the model?

Simple Exponential Smoothing (SES)

  • Initialization: F 2 = D (^1)
  • Learning: F (^) t+1 = LSD (^) t + (1-LS)Ft
  • Predicting: F (^) t+k = Ft+
    • Future forecasts are equal to the last forecast
  • LS = level smoother
    • Lower LS, higher the volatility
    • Higher LS, lower the volatility, however we will be doing less prediction and more following - Must have some sort of compromise - At LS=0, all values will be same as the initialized forecast, - At LS=1, the graph will follow the demand perfectly one day late » Really worthless

Performance Measures

  • Remember that for performance measures, you must have a demand and a corresponding forecast.
  • What is error if there is nothing to compare to?

Mean Absolute Deviation (MAD)

  • (1/n) Σ |E (^) t |
  • Similar to bias, but no negative values
  • No way of telling which direction the error

is occurring, just that there is error

Mean Square Error (MSE) and Standard Error (SE)

  • (1/(n-1)) Σ Et^2
  • Places more emphasis on large error terms
  • Heavily influenced by outlier terms and also not in units of the error

• SE = (MSE) 1/

  • Same units as error
  • Dampens the effect of the error terms

More Complex Forecasting

Models

Double Exponential Smoothing (DES)

  • Takes level and trend into account
  • Trend = change in the level
  • Initialization:
    • L 2 = (D 1 +D 2 )/
    • T 2 = D 2 -D 1
  • Learning:
    • L (^) t = LS*Dt+(1-LS)(L (^) t-1 +Tt-1 )
    • Tt = TS(L (^) t-L (^) t-1 )+(1-TS)T (^) t-

Triple Exponential Smoothing (TES)

  • Takes level, trend and seasonality into

account

  • Use if you see seasonal trends in the data

and if the data appears to be non-linear

TES - Initialization

  • P is the number of seasons in a dataset
    • Ex) weeky = 7, monthly = 12, hourly = 24, quarterly = 4
  • The initialization window is equal to P, we

allow P terms to pass before we begin to

forecast

TES - Learning

  • The one-time forecast is

F t+1 = (L t +T t )/S t+1-P

  • If Ft+1 is a Tuesday, S (^) t+1-P is the previous

Tuesday’s seasonality

TES - Learning

  • Lt = LS(D (^) t /S (^) t-p )+(1-LS)(Lt-1 +T (^) t-1 )
  • We want to remove the effect of

seasonality from level

  • We want to know what December sales

would be like if it weren’t Christmas, we

want the deseasonalized level

  • The old data is already deseasonalized

(L (^) t-1 +Tt-1 )(St+1-p /St+1-p )