Forecasting
Forecasting
Forecasting
Since virtually all the operations management decisions (in both the strategic
category and the tactical category) require as input a good estimate of future
demand, this is the type of forecasting that is emphasized in our textbook and
in this course.
b. Seasonality: Data exhibit upward and downward swings in a short to intermediate time
frame (most notably during a year).
c. Cycles: Data exhibit upward and downward swings in over a very long time frame.
d. Random variations: Erratic and unpredictable variation in the data over time with
no discernable pattern.
ILLUSTRATION OF TIME SERIES DECOMPOSITION
Hypothetical Pattern of Historical Demand
Demand
Time
Time
SEASONAL COMPONENT IN HISTORICAL DEMAND
Demand
Demand
Demand
Time
Naïve method: The forecast for next period (period t+1) will be equal to this period's
actual demand (At).
Mean (simple average) method: The forecast for next period (period t+1) will be equal to the
average of all past historical demands.
Simple moving average method: The forecast for next period (period t+1) will be equal to
the average of a specified number of the most recent observations, with each observation
receiving the same emphasis (weight).
Weighted moving average method: The forecast for next period (period t+1) will be equal to a
weighted average of a specified number of the most recent observations.
Exponential smoothing method: The new forecast for next period (period t) will be
calculated as follows:
New forecast = Last period’s forecast + (Last period’s actual demand – Last period’s forecast)
(this box contains all you need to know to apply exponential smoothing)
Ft = Ft-1 + (At-1 – Ft-1) (equation 1)
The exponential smoothing method only requires that you dig up two pieces of data to
apply it (the most recent actual demand and the most recent forecast).
An attractive feature of this method is that forecasts made with this model will include a
portion of every piece of historical demand. Furthermore, there will be different weights
placed on these historical demand values, with older data receiving lower weights. At first
glance this may not be obvious, however, this property is illustrated on the following page.
Trend projection method: This method is a version of the linear regression technique. It
attempts to draw a straight line through the historical data points in a fashion that comes as close
to the points as possible. (Technically, the approach attempts to reduce the vertical deviations of
the points from the trend line, and does this by minimizing the squared values of the deviations
of the points from the line). Ultimately, the statistical formulas compute a slope for the trend
line
(b) and the point where the line crosses the y-axis (a). This results in the straight line
equation Y = a + bX
Where X represents the values on the horizontal axis (time), and Y represents the values on the
vertical axis (demand)