Forecast Strategies
The forecasting strategy defines how forecast values will be computed.
All forecast strategies are based on statistical forecast procedures and forecast models that represent the time series mathematically.
The exponential smoothing methods are currently the most widely used time series patterns (see Exponential Smoothing).
If you expect historic values to continue to develop as they have in the past, choose a forecast model that fits the time series pattern.
Note
The Automatic Model Selection
strategy allows you to let the system select the forecast model that best fits the trend of historic data (see Automatic Model Selection).
The following forecasting strategies can be used:
The forecast value is calculated from the mean of the historic values.
Optional Forecast Parameters Outlier Correction
The forecast value is calculated according to the order.
Obligatory forecast parameter: Order of Floating Average
The order of the floating average is a number N that determines the length of the time interval for calculating the average. This is the number of chronologically sequential historic values. The forecast value is calculated simply as the average of the last N historic values.
Enter a positive number for the order.
Optional Forecast Parameters Outlier Correction
When the system calculates the floating average, each historic value is given a particular weight.
Obligatory forecast parameter: Order of Floating Average
The order of the floating average is a number N that determines the length of the time interval for calculating the average. This is the number of chronologically sequential historic values.
Enter a positive number for the order.
Mandatory forecast parameter: Weighting Factors
.
The weighting factors specify the relationship between the individual historic values and the average calculation. The sequence is important: Weighting factor 1 refers to the previous periods, while weighting factor 2 refers to the periods before that and so on.
Example
You want to create a forecast based on monthly values and choose a weighted moving average with an order that has the value 6. In this case, you want to place more weight on the most recent monthly values than on the less recent monthly values. The historic data is taken from months 5 to 10. The six weighting factors and the relevant months are as follows:
No. |
Weighting Factor |
Month |
|---|---|---|
1 |
3,00 |
10 |
2 |
2,00 |
9 |
3 |
2,00 |
8 |
4 |
1,00 |
7 |
5 |
1,00 |
6 |
6 |
1,00 |
5 |
Optional Forecast Parameters Outlier Correction
Simple linear regression (method of smallest quadrats).
Optional Forecast Parameters Trend Damping
Seasonal linear regression is based on the same statistical procedures as used in demand planning.
Note
For more information, see http://help.sap.com/
Mandatory forecast parameter: Periods per Season
Optional Forecast Parameters Trend Damping
Simple exponential smoothing is suitable if the historic data shows a constant trend.
Smoothing factor settings: Alpha
(base value)
Optional Forecast Parameters Outlier Correction
This procedure is the same as the “simple exponential smoothing“ described above with just one difference: The system also calculates the Alpha
smoothing factor. The Alpha
value is variegated in the interval using the defined step size and a forecast calculation (for the historic time frame) is performed in each case. The optimum value for Alpha
is the value that produces the smallest error in the forecast results.
Smoothing factor settings: Optimization Variable
, Alpha from
, Alpha tos
, Alpha Step Size
The forecast is calculated according to Holt’s method and is suitable if historic values display an upward or downward trend.
Smoothing factor settings: Alpha
(Base Value), Beta
(Trend Value),
Optional Forecast Parameters Trend Damping
Choose this strategy if your historic values show seasonal fluctuations (for example, annual fluctuations) from a constant base value.
Mandatory forecast parameter: Periods per Season
Smoothing factor settings: Alpha
(Base Value), Gamme
(seasonal components),
Optional Forecast Parameters Outlier Correction
Forecasting is based on Winter/Holt's multiplicative method and is appropriate if historical values fluctuate on a seasonal basis from an increasing or decreasing trend. The fluctuation increases with an upward trend.
Example
Ice cream sales in summer: Assume that ice cream sales rise by a trend of 10% annually. A seasonal increase of 30% each summer then leads to ever greater absolute fluctuations.
Mandatory forecast parameter: Periods per Season
Smoothing factor settings: Alpha
(base value), Beta
(trend value), Gamma
(seasonal component)
Optional Forecast Parameters Trend Damping
The Croston method was developed specifically for sporadic trends. This procedure uses exponential smoothing to calculate a mean time interval between the values in the time series that are not equal to zero.
Note
For more information, see http://help.sap.com/
Check whether it might be possible to aggregate the data in order to remove the gaps in the time series. This would make it possible to use procedures that take account of trend or seasonal time series patterns. You can aggregate data in this way by choosing a rough time characteristic (month instead of day) or by forecasting values for product groups instead of individual products.