In: Economics
PM computer services assembles customized personal computers from generic parts. Formed and operated by part-time UMass Lowell students Paulette Tyler and Maureen Becker, the company has steady growth since it started. The company assembles computers mostly at night, using part time students. Paulette and Maureen purchase generic computer parts in volume at a discount from a variety of sources whenever they see a good deal. Thus, they need a good forecast of demand for their computers so that they will know how many parts to purchase and stock. they have complied demand data for the last 12 months as reported below.
Month |
Demand |
January |
32 |
February |
35 |
March |
37 |
April |
35 |
May |
42 |
June |
47 |
July |
49 |
August |
42 |
September |
53 |
October |
48 |
November |
52 |
December |
55 |
|
a. Compute four period moving average forecast using
Fm = (Dm-1 + Dm-2 + Dm-3 + Dm-4) ) / 4 where m is the period (month) number from 5 (May) to 12 (December)
F5 = (35 + 37 + 35 + 32) / 4 = 139 / 4 = 35
F6 = (42 + 35 + 37 + 35) / 4 = 149 / 4 = 37
F7 = (47 + 42 + 35 + 37) / 4 = 161 / 4 = 40
F8 = (49 + 47 + 42 + 35) / 4 = 173 / 4 = 43
F9 = (42 + 49 + 47 + 42) / 4 = 180 / 4 = 45
F10 = (53 + 42 + 49 + 47) / 4 = 191 / 4 = 48
F11 = (48 + 53 + 42 + 49) / 4 = 192 / 4 = 48
F12 = (52 + 48 + 53 + 42) / 4 = 195 / 4 = 49
All forecasts have been rounded to the nearest whole number since we are talking about computers forecast which can't be in fractions
b. Compute forecast using exponential smoothening method using
α = 0.2
F1 = 33
Fm = Fm-1 + α * (Dm-1 - Fm-1) ; where m is the period (month) number from 2 (February) to 12 (December)
F2 = 33 + 0.2 * (33 - 33) = 33
F3 = 33 + 0.2 * (35 - 33) = 33
F4 = 33 + 0.2 * (37 - 33) = 34
F5 = 34 + 0.2 * (35 - 34) = 34
F6 = 34 + 0.2 * (42 - 34) = 36
F7 = 36 + 0.2 * (47 - 36) = 38
F8 = 38 + 0.2 * (49 - 38) = 40
F9 = 40 + 0.2 * (42 - 40) = 40
F10 = 40 + 0.2 * (53 - 40) = 43
F11 = 43 + 0.2 * (48 - 43) = 44
F12 = 44 + 0.2 * (52 - 44) = 46
All forecasts have been rounded to the nearest whole number since we are talking about computers forecast which can't be in fractions
c. Compute error and absolute error
using four month moving average
Em = Dm - Fm where m is the period (month) number from 5 to 12
E5 = 42 - 35 = 7
E6 = 47 - 37 = 10
E7 = 49 - 40 = 9
E8 = 42 - 43 = -1
E9 = 53 - 45 = 8
E10 = 48 - 48 = 0
E11 = 52 - 48 = 4
E12 = 55 - 49 = 6
Absolute value of Em is positive value of Em
ABS(E5) = 7
ABS(E6) = 10
ABS(E7) = 9
ABS(E8) = 1
ABS(E9) = 8
ABS(E10) = 0
ABS(E11) = 4
ABS(E12) = 6
using Exponential Smoothening
Em = Dm - Fm where m is the period (month) number from 1 to 12
E1 = 32 - 33 = -1
E2 = 35 - 33 = 2
E3 = 37 - 33 = 4
E4 = 35 - 34 = 1
E5 = 42 - 34 = 8
E6 = 47 - 36 = 11
E7 = 49 - 38 = 11
E8 = 42 - 40 = 2
E9 = 53 - 40 = 13
E10 = 48 - 43 = 5
E11 = 52 - 44 = 8
E12 = 55 - 46 = 9
Absolute value of Em is positive value of Em
ABS(E1) = 1
ABS(E2) = 2
ABS(E3) = 4
ABS(E4) = 1
ABS(E5) = 8
ABS(E6) = 11
ABS(E7) = 11
ABS(E8) = 2
ABS(E9) = 13
ABS(E10) = 5
ABS(E11) = 8
ABS(E12) = 9
d. Compute MAD
using four month moving average
MAD = Σ ABS(Em) / n ; where m is the period (month) number from 5 to 12 ; n = number of periods(months)
= (7 + 10 + 9 + 1 + 8 + 0 + 4 + 6) / 8 = 45 / 8
= 5.63
MAD using four months moving average forecasting is 5.63
using Exponential Smoothening
MAD = Σ ABS(Em) / n ; where m is the period (month) number from 1 to 12 ; n = number of periods(months)
= (1 + 2 + 4 + 1 + 8 + 11 + 11 + 2 + 13 + 5 + 8 + 9) / 12 = 75 / 12
= 6.25
MAD using Exponential Smoothening forecasting is 6.25
MAD for Four months moving average is smaller compared to MAD of exponential smoothening forecast. Forecast using four months moving average has lesser deviation and thus is more accurate and better.
e. Forecast for January using four month moving average is
FJanuary = (55 + 52 + 48 + 53) / 4 = 208 / 4 = 52
Forecast for January using four month moving average method is 52
Summary of all computations