Forecasting
Forecasting
There are many types of forecasting models. They differ in their degree of
complexity, the amount of data they use, and the way they generate the forecast.
However, some features are common to all forecasting models. They include the
following:
Operations Book
Forecasting Techniques
There are many forecasting methods, but they can usually be classified into:
Qualitative Techniques
Qualitative forecasting methods, often called judgmental methods, are methods
in which the forecast is made subjectively by the forecaster. They are educated
guesses by forecasters or experts based on intuition, knowledge, and
experience. When you decide, based on your intuition, that a particular team is
going to win a cricket game, you are making a qualitative forecast. Because
qualitative methods are made by people, they are often biased.
Quantitative Techniques
Quantitative forecasting methods, on the other hand, are based on mathematical
modelling. Because they are mathematical, these methods are consistent. The
same model will generate the exact same forecast from the same set of data
every time.
These methods are also objective. They do not suffer from the biases found in
qualitative forecasting. Finally, these methods can consider a lot of information at
one time. Because people have limited information-processing abilities and can
easily experience information overload, they cannot compete with
mathematically generated forecasts in this area.
Operations Book
Types of Quantitative Techniques
• Moving Average
Procedure is to calculate the average company sales for previous years. Moving
averages name is due to dropping sales in the oldest period and replacing it by
sales in the newest period.
Example:
Operations Book
The weighted average is calculated by multiplying the given price by its
associated weighting and then summing the values. In the example above, the
weighted 5-day moving average would be $90.62.
Calculation
((90.9*(5/15)) + (90.36*(4/15)) + (90.28*(3/15)) + (90.83*(2/15)) + (90.91*(1/15)))
Exponential smoothing
Operations Book
Noise: The random variation in the series
These components can be combined to form the time series either additively or
multiplicatively, i.e:
Operations Book
Forecast Error
In statistics, a forecast error is the difference between the actual or real and the
predicted or forecast value of a time series or any other phenomenon of interest.
Since the forecast error is derived from the same scale of data, comparisons
between the forecast errors of different series can only be made when the series
are on the same scale.
Forecast error is the difference between actual demand and forecast demand.
Various techniques to map the efficiency of model or find accuracy of model:
It takes the absolute value of forecast errors and averages them over the entirety
of the forecast time periods. Taking an absolute value of a number disregards
whether the number is negative or positive and, in this case, avoids the positives
and negatives cancelling each other out.
It is the most common measure of forecast error. MAPE functions best when
there are no extremes to the data (including zeros). MAPE is the average absolute
percent error for each time period or forecast minus actuals divided by actuals.
Average of squared error i.e., ratio of sum of squares of all errors and total no.
of data points -1.
Operations Book