04_Demand Forecasting Flashcards

1
Q

Purpose of contents of operational planning level

-

A
  • smoothing of seasonal variations of capacity requirements and available capacity
  • determine master production schedule (which products in which quantities)
    - procurement planning: which quantities of input materials are needed for master scheduling
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Chase Demand vs Level Production strategy

pros and cons

A

Chase demand:
- low inventories, but high capacities
- updating plan every month based on incoming aggregated sales data
Level Production:
- high inventories, low capacities

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Demand forecasting

Definion and Types of time series

A
  • prediction of future values of a time series (demand patterns) under uncertainty (based on historical values)
    Types of time series:
    1. Level Demand
    2. Linear Trend
    3. Seasonal Variation
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Analysis of the characteristics of a time series

A
  • long term
  • mid-term cyclical variations (eg economic cycles, product lifecycle)
  • seasonal fluctuations (eg. annual seasons)
  • random variations
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Procedure of time series based forecasting

5 Steps

A
  1. Analysis of characteristics of time series
  2. selecting appropriate forecast model
  3. estimate coefficients of forecast model
  4. apply forecast model
  5. monitor and analyse forecast accuracy over time (tracing errors)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Ex ante forecast values
vs
Ex post forecast values

A
  • ex ante: forecast for following period
  • ex post: previous forecast
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Forecasting Models

A
  • Simple exponential smoothing (level demand time series)
  • Exponential smoothing with trend adjustment (linear trend time series)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Simple Exponential Smoothing

forecasting model for level demand time series

A
  • random variations around a constant demand level
  • initialization Po has to be determined (often yo is chosen)
  • smoothing paramter alpha: determines the strenght of the smoothing effect
  • the higher alpha the closer you get to observed demand (naive forecast)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Formula Simple Exponential Smoothing

A

Pt+1 = alpha x yt + (1-alpha) x Pt

(weighting of previously observed demand and previous forecast adjusted for errors)

yt = observed demand in period t ; Pt = forecast period t

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Exponential Smoothing with trend adjustment

forecasting model for trend line time series

A
  • assumed demand process: random variations around linear trend
  • simple exponential smoothing causes systematic error
  • introdruce trend adjustment (correction factor) to adjust for systematic lag
  • Initialization: before first forecast determination adequate initial values a0 and b0 have to be determined, e.g. through linear regressen
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Exponential Smoothing with trend adjustment

Step by Step

A
  1. update of level demand at end of period t (at)
  2. update of trend at end of period t (bt)
  3. Forecast determination
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Which measured can be taken to match production and demand

A
  • build up inventories
  • backlog demand
  • lost sales
  • additional workforce
  • rent machinery
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Level Demand

Type of Time Series

A
  • levels are established with random fluctuations around them
  • simple exponential smoothing
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Linear Trend

Type of time series

A
  • average going up with fluctuations around it
  • exponential smoothing with trend adjustment
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Seasonal Variation

3 types of time series

A
  • seasonal peaks
  • e.g. construction industry
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Exponential smoothing with trend adjustment

the smaller alpha

e.g. 0.2

A
  • the larger deviations from ideal trend line
17
Q

Trend Adjustment

Exponential smoothing with trend adjustment

A
  • correction factor

[(1 - alpha) / alph] * b

18
Q

Initialization Formula
Level Demand

Exponential smoothing with trend adjustment

A

a(0) = y(0) - [(1-alpha/alpha) x b(0)]

b(0) = trend increase per period

19
Q

Forecast Determination P(t+τ)
Formula

Exponential smoothing with trend adjustment

A

P(t+τ) = a(t) + b(t) x [(1-alpha) / alpha] + τ x b(t)

20
Q

Update of trend
Formula

Exponential Smoothing with trend line adjustment

A

b(t) = alpha x (a(t) - a(t-1)) + (1-alpha) x b(t-1)

21
Q

Update Level Demand
Formula

Exponential smoothing with trend adjustment

A

a(t) = alpha x y(t) + [(1-alpha) x a(t-1)]

22
Q

Simple Exponential Smoothing

The company wants to calculate in period t=5 a demand forecat for period t=7. What is the value for the forecast?

A

P(7) = P(6)
- as demand y(5) is used

23
Q

What is the de-trended initial value?

A
  • a(0) of exponential smoothing with trend line
  • initialization
24
Q

Difference when forecasting for t(6) and t(7) from t(5) on but demand is not nown for t(6) nor (t7)

Simple exponential smoothing
vs.
Exponential smoothing with trend line adjustment

A

Simple exponential Smoothing

P(t+1) = α x yt + (1-α) x Pt
- y(t) = P(t)
- Smoothing will return same result as for P(5)

Exponential Smoothing with trend line adjustment

P(t+𝜏) = a(t) + b(t) x (1-α)/α + 𝜏 x b(t)

  • Take coefficients from t = 5 -> a(5) and b(5) and add 1 year for P(6) and 2 years for P(7)

=> the results will vary significantly between both models