Purpose of contents of operational planning level
-
Chase Demand vs Level Production strategy
pros and cons
Chase demand:
- low inventories, but high capacities
- updating plan every month based on incoming aggregated sales data
Level Production:
- high inventories, low capacities
Demand forecasting
Definion and Types of time series
Analysis of the characteristics of a time series
Procedure of time series based forecasting
5 Steps
Ex ante forecast values
vs
Ex post forecast values
Forecasting Models
Simple Exponential Smoothing
forecasting model for level demand time series
Formula Simple Exponential Smoothing
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
Exponential Smoothing with trend adjustment
forecasting model for trend line time series
Exponential Smoothing with trend adjustment
Step by Step
Which measured can be taken to match production and demand
Level Demand
Type of Time Series
Linear Trend
Type of time series
Seasonal Variation
3 types of time series
Exponential smoothing with trend adjustment
the smaller alpha
e.g. 0.2
Trend Adjustment
Exponential smoothing with trend adjustment
[(1 - alpha) / alph] * b
Initialization Formula
Level Demand
Exponential smoothing with trend adjustment
a(0) = y(0) - [(1-alpha/alpha) x b(0)]
b(0) = trend increase per period
Forecast Determination P(t+τ)
Formula
Exponential smoothing with trend adjustment
P(t+τ) = a(t) + b(t) x [(1-alpha) / alpha] + τ x b(t)
Update of trend
Formula
Exponential Smoothing with trend line adjustment
b(t) = alpha x (a(t) - a(t-1)) + (1-alpha) x b(t-1)
Update Level Demand
Formula
Exponential smoothing with trend adjustment
a(t) = alpha x y(t) + [(1-alpha) x a(t-1)]
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?
P(7) = P(6)
- as demand y(5) is used
What is the de-trended initial value?
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
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)
=> the results will vary significantly between both models