Forecasting Errors
Forecasting Errors
Examples:
value for time period t and Y^ is a predicted value for time period t.
t
25 22 3 3
28 30 -2 2
29 30 -1 1
Totals 6
===n
n
1 6
MAD= ∑ |Y t −Y^t|= =2
n i=1 3
25 22 3 9
28 30 -2 4
29 30 -1 1
Totals 14
n
1 2 14
MSE= ∑ ( Y t−Y^t ) = =4.67
n i=1 3
2
yt y^t et = Y t −Y^t |et| = | (et)2 = (Y t −Y^t)
Y −Y^ |
t t
60 57 +3 3 9
64 61 +3 3 9
67 70 -3 3 9
Totals 9 27
n
1 9
MAD= ∑ |Y t −Y^t|= =3
n i=1 3
n
1 2 27
MSE= ∑ ( Y t−Y^t ) = =9
n i=1 3
60 59 +1 1 1
64 65 -1 1 1
67 73 -6 6 36
Totals 8 38
1
n
8 =
MAD= ∑ |Y t −Y^t|= =2.67
n i=1 3
n
1 2 38
MSE= ∑ ( Y t−Y^t ) = =12.67
n i=1 3
Example 3: Comparison of the errors produced by two different methods
Interpretation:
Forecasting method A has produced predictions yielding moderate
forecasting errors, while forecasting method B has produced predictions
yielding two small errors along with one large error. Forecasting method
A has larger MAD, while forecasting method B has the larger MSE. This
is so because in the calculation of the MSE, forecasting method B is
heavily penalized for its large error in forecasting the actual value 67.
Yt
25 22 3 12.0
28 30 2 7.1
29 30 1 3.5
Totals 22.6
n
1 |Y t−Y^t|
MAPE= ∑
n i=1 Y t
¿ 7.533
Measuring Forecasting Error: The difference between observed values
and forecast value is called residua or forecasting error. That is
t e =Y −Y^ .
t t
Some of the formulae for evaluating forecasting errors are as follows: