Content deleted Content added
Deleting stale merge tag and replacing with a new destination merge proposal |
|||
Line 7:
==Calculating the accuracy of supply chain forecasts==
Forecast accuracy in the supply chain is typically measured using the [[Mean absolute percentage error|Mean Absolute Percent Error]] or MAPE. Statistically [[Mean absolute percentage error|MAPE]] is defined as the average of percentage errors.
Another interesting option is the weighted
<math>MAPE = \frac{\sum(w\cdot|A-F|)}{\sum(w\cdot A)}</math>. The advantage of this measure is that could weight errors, so you can define how to weight for your relevant business, ex gross profit or ABC. The only problem is that for seasonal products you will create an undefined result when sales = 0 and that is not symmetrical, that means that you can be much more inaccurate if sales are higher than if they are lower than the forecast. So sMAPE is also used to correct this, it is known as symmetric Mean Absolute Percentage Error.
|