-
In a time series forecasting model, the demand for five time periods was 10,13,15,18 and 22. A linear regression fit resulted in an equation F = 6.9 + 2.9 where F is the forecast for period f. The sum of absolute deviations for the five data is
-
- 2.2
- 0.2
- –1.2
- 24.3
Correct Option: A
F = 6.9 + 2.9 t
F1 = 6.9 + 2.9 × 1 ⇒ 9.8
F2 = 6.9 + 2.9 × 2 ⇒ 12.7
F3 = 6.9 + 2.9 × 3 ⇒ 15.6
F4 = 6.9 + 2.9 × 4 ⇒ 18.5
F5 = 6.9 + 2.9 × 5 = 21.4
D1 = 10 D2 = 13 03 = 15
D4 = 16 D5 = 22
SAD = ∑ |ei|
SAD = |10 − 9.8| + |13 − 12.7| + |15 − 15.6| + |18 − 18.5| + |22 − 21.4 |
Absolute Deviation = 2.2