Sales Management Ch-3
Sales Management Ch-3
where
• w t Weight for the period t, w t-1 Weight for period t -1, etc .
• A t Actual value in period t, A t -1 Actual value for period t -
1, etc.
Continued
Given the following demand data,
A. Compute a weighted average forecast using a weight
of .40 for the most recent period, .30 for the next most
recent, .20 for the next, and .10 for the next.
B. If the actual demand for period 6 is 39, forecast demand
for period 7 using the same weights as in part a.
2Exponential Smoothing
• Exponential smoothing is a type of moving average.
However, instead of weighting all observations equally
in generating the forecast, exponential smoothing
weights the most recent observations heaviest, for
good reason.
• The most recent observations contain the most
information about what is likely to happen in the
future, and they should logically be given more
weight.
Continued
• The key decision affecting the use of exponential
smoothing is the choice of the smoothing constant,
referred to as α in the algorithm for calculating
exponential smoothing, which is constrained to be
between 0 and 1.
• High values of α give great weight to recent
observations and little weight to distant sales; low
values of α, on the other hand, give more weight to
older observations. If sales change slowly, low values
of α work fine.
Continued
• When sales experience rapid changes and fluctuations,
however, high values of α should be used so that the
forecast series responds to these changes quickly.
• The value of α is normally determined empirically;
various values of α are tried, and the one that produces
the smallest forecast error when applied to the
historical series is adopted.
Continued
• Ft = Ft-1 + ά (At-1 – Ft-1)
• where
• F t = Forecast for period t
• F t - 1 = Forecast for the previous period (i.e., period t - 1)
• ά = Smoothing constant (percentage)
• A t - 1 =Actual demand or sales for the previous period
Continued