FOR4. The Excel file Unemployment Rates provides data on monthly rates for 4 years. (8 pts)
a. Develop 3- and 6-months moving average forecasts, and exponential smoothing forecasts (use alpha of your choice)
b. Using MAD as a criterion, explain which model yields better forecast?
DATA:
Unemployment Rates | ||
Year | Month | Rate (%) |
2009 | Jan | 7.8 |
2009 | Feb | 8.3 |
2009 | Mar | 8.7 |
2009 | Apr | 9.0 |
2009 | May | 9.4 |
2009 | Jun | 9.5 |
2009 | Jul | 9.5 |
2009 | Aug | 9.6 |
2009 | Sep | 9.8 |
2009 | Oct | 10.0 |
2009 | Nov | 9.9 |
2009 | Dec | 9.9 |
2010 | Jan | 9.8 |
2010 | Feb | 9.8 |
2010 | Mar | 9.9 |
2010 | Apr | 9.9 |
2010 | May | 9.6 |
2010 | Jun | 9.4 |
2010 | Jul | 9.5 |
2010 | Aug | 9.5 |
2010 | Sep | 9.5 |
2010 | Oct | 9.5 |
2010 | Nov | 9.8 |
2010 | Dec | 9.3 |
2011 | Jan | 9.1 |
2011 | Feb | 9.0 |
2011 | Mar | 8.9 |
2011 | Apr | 9.0 |
2011 | May | 9.0 |
2011 | Jun | 9.1 |
2011 | Jul | 9.0 |
2011 | Aug | 9.0 |
2011 | Sep | 9.0 |
2011 | Oct | 8.9 |
2011 | Nov | 8.6 |
2011 | Dec | 8.5 |
2012 | Jan | 8.3 |
2012 | Feb | 8.3 |
2012 | Mar | 8.2 |
2012 | Apr | 8.1 |
2012 | May | 8.2 |
2012 | Jun | 8.2 |
2012 | Jul | 8.2 |
2012 | Aug | 8.1 |
2012 | Sep | 7.8 |
2012 | Oct | 7.9 |
2012 | Nov | 7.8 |
2012 | Dec | 7.8 |
A. Forecast Using 3 Month moving average, 6 Month moving average and exponential smoothing method
3 Month Moving Average - The forecast for the 4th month is the average of last 3 months.
6 Month Moving Average - The forecast for the 7th month is the average of Last 6 months.
Exponential Smoothing - Used Exponential smoothing method from data analysis tab in excel. (used damping factor as 0.5, which is nothing but 1- Alpha.) Alpha - 0.5
Absolute deviation (Mod value of deviation) has been calculated using ABS function in excel
Deviation - Actual rate - Forecast rate
Year | Month | Actual Rate (%) | 3 Month Moving Average( Forecast ) | Deviation (Actual - Forecast) | Absolute Deviation (Mod value of Deviation) | 6 Month Moving Average (Forecast) | Deviation (Actual - Forecast) | Absolute Deviation (Mod value of Deviation) | Exponential Smoothing (Alpha - 0.5) - Forecast | Deviation (Actual - Forecast) | Absolute Deviation (Mod value of Deviation) |
2009 | Jan | 7.8 | #NA | #NA | #NA | #NA | #NA | #NA | #N/A | #NA | #NA |
2009 | Feb | 8.3 | #NA | #NA | #NA | #NA | #NA | #NA | 7.80 | 0.50 | 0.50 |
2009 | Mar | 8.7 | #NA | #NA | #NA | #NA | #NA | #NA | 8.05 | 0.65 | 0.65 |
2009 | Apr | 9 | 8.27 | 0.73 | 0.73 | #NA | #NA | #NA | 8.38 | 0.63 | 0.63 |
2009 | May | 9.4 | 8.67 | 0.73 | 0.73 | #NA | #NA | #NA | 8.69 | 0.71 | 0.71 |
2009 | Jun | 9.5 | 9.03 | 0.47 | 0.47 | #NA | #NA | #NA | 9.04 | 0.46 | 0.46 |
2009 | Jul | 9.5 | 9.30 | 0.20 | 0.20 | 8.78 | 0.72 | 0.72 | 9.27 | 0.23 | 0.23 |
2009 | Aug | 9.6 | 9.47 | 0.13 | 0.13 | 9.07 | 0.53 | 0.53 | 9.39 | 0.21 | 0.21 |
2009 | Sep | 9.8 | 9.53 | 0.27 | 0.27 | 9.28 | 0.52 | 0.52 | 9.49 | 0.31 | 0.31 |
2009 | Oct | 10 | 9.63 | 0.37 | 0.37 | 9.47 | 0.53 | 0.53 | 9.65 | 0.35 | 0.35 |
2009 | Nov | 9.9 | 9.80 | 0.10 | 0.10 | 9.63 | 0.27 | 0.27 | 9.82 | 0.08 | 0.08 |
2009 | Dec | 9.9 | 9.90 | 0.00 | 0.00 | 9.72 | 0.18 | 0.18 | 9.86 | 0.04 | 0.04 |
2010 | Jan | 9.8 | 9.93 | -0.13 | 0.13 | 9.78 | 0.02 | 0.02 | 9.88 | -0.08 | 0.08 |
2010 | Feb | 9.8 | 9.87 | -0.07 | 0.07 | 9.83 | -0.03 | 0.03 | 9.84 | -0.04 | 0.04 |
2010 | Mar | 9.9 | 9.83 | 0.07 | 0.07 | 9.87 | 0.03 | 0.03 | 9.82 | 0.08 | 0.08 |
2010 | Apr | 9.9 | 9.83 | 0.07 | 0.07 | 9.88 | 0.02 | 0.02 | 9.86 | 0.04 | 0.04 |
2010 | May | 9.6 | 9.87 | -0.27 | 0.27 | 9.87 | -0.27 | 0.27 | 9.88 | -0.28 | 0.28 |
2010 | Jun | 9.4 | 9.80 | -0.40 | 0.40 | 9.82 | -0.42 | 0.42 | 9.74 | -0.34 | 0.34 |
2010 | Jul | 9.5 | 9.63 | -0.13 | 0.13 | 9.73 | -0.23 | 0.23 | 9.57 | -0.07 | 0.07 |
2010 | Aug | 9.5 | 9.50 | 0.00 | 0.00 | 9.68 | -0.18 | 0.18 | 9.54 | -0.04 | 0.04 |
2010 | Sep | 9.5 | 9.47 | 0.03 | 0.03 | 9.63 | -0.13 | 0.13 | 9.52 | -0.02 | 0.02 |
2010 | Oct | 9.5 | 9.50 | 0.00 | 0.00 | 9.57 | -0.07 | 0.07 | 9.51 | -0.01 | 0.01 |
2010 | Nov | 9.8 | 9.50 | 0.30 | 0.30 | 9.50 | 0.30 | 0.30 | 9.50 | 0.30 | 0.30 |
2010 | Dec | 9.3 | 9.60 | -0.30 | 0.30 | 9.53 | -0.23 | 0.23 | 9.65 | -0.35 | 0.35 |
2011 | Jan | 9.1 | 9.53 | -0.43 | 0.43 | 9.52 | -0.42 | 0.42 | 9.48 | -0.38 | 0.38 |
2011 | Feb | 9 | 9.40 | -0.40 | 0.40 | 9.45 | -0.45 | 0.45 | 9.29 | -0.29 | 0.29 |
2011 | Mar | 8.9 | 9.13 | -0.23 | 0.23 | 9.37 | -0.47 | 0.47 | 9.14 | -0.24 | 0.24 |
2011 | Apr | 9 | 9.00 | 0.00 | 0.00 | 9.27 | -0.27 | 0.27 | 9.02 | -0.02 | 0.02 |
2011 | May | 9 | 8.97 | 0.03 | 0.03 | 9.18 | -0.18 | 0.18 | 9.01 | -0.01 | 0.01 |
2011 | Jun | 9.1 | 8.97 | 0.13 | 0.13 | 9.05 | 0.05 | 0.05 | 9.01 | 0.09 | 0.09 |
2011 | Jul | 9 | 9.03 | -0.03 | 0.03 | 9.02 | -0.02 | 0.02 | 9.05 | -0.05 | 0.05 |
2011 | Aug | 9 | 9.03 | -0.03 | 0.03 | 9.00 | 0.00 | 0.00 | 9.03 | -0.03 | 0.03 |
2011 | Sep | 9 | 9.03 | -0.03 | 0.03 | 9.00 | 0.00 | 0.00 | 9.01 | -0.01 | 0.01 |
2011 | Oct | 8.9 | 9.00 | -0.10 | 0.10 | 9.02 | -0.12 | 0.12 | 9.01 | -0.11 | 0.11 |
2011 | Nov | 8.6 | 8.97 | -0.37 | 0.37 | 9.00 | -0.40 | 0.40 | 8.95 | -0.35 | 0.35 |
2011 | Dec | 8.5 | 8.83 | -0.33 | 0.33 | 8.93 | -0.43 | 0.43 | 8.78 | -0.28 | 0.28 |
2012 | Jan | 8.3 | 8.67 | -0.37 | 0.37 | 8.83 | -0.53 | 0.53 | 8.64 | -0.34 | 0.34 |
2012 | Feb | 8.3 | 8.47 | -0.17 | 0.17 | 8.72 | -0.42 | 0.42 | 8.47 | -0.17 | 0.17 |
2012 | Mar | 8.2 | 8.37 | -0.17 | 0.17 | 8.60 | -0.40 | 0.40 | 8.38 | -0.18 | 0.18 |
2012 | Apr | 8.1 | 8.27 | -0.17 | 0.17 | 8.47 | -0.37 | 0.37 | 8.29 | -0.19 | 0.19 |
2012 | May | 8.2 | 8.20 | 0.00 | 0.00 | 8.33 | -0.13 | 0.13 | 8.20 | 0.00 | 0.00 |
2012 | Jun | 8.2 | 8.17 | 0.03 | 0.03 | 8.27 | -0.07 | 0.07 | 8.20 | 0.00 | 0.00 |
2012 | Jul | 8.2 | 8.17 | 0.03 | 0.03 | 8.22 | -0.02 | 0.02 | 8.20 | 0.00 | 0.00 |
2012 | Aug | 8.1 | 8.20 | -0.10 | 0.10 | 8.20 | -0.10 | 0.10 | 8.20 | -0.10 | 0.10 |
2012 | Sep | 7.8 | 8.17 | -0.37 | 0.37 | 8.17 | -0.37 | 0.37 | 8.15 | -0.35 | 0.35 |
2012 | Oct | 7.9 | 8.03 | -0.13 | 0.13 | 8.10 | -0.20 | 0.20 | 7.97 | -0.07 | 0.07 |
2012 | Nov | 7.8 | 7.93 | -0.13 | 0.13 | 8.07 | -0.27 | 0.27 | 7.94 | -0.14 | 0.14 |
2012 | Dec | 7.8 | 7.83 | -0.03 | 0.03 | 8.00 | -0.20 | 0.20 | 7.87 | -0.07 | 0.07 |
B.
Mean Absolute Deviation - Average or Mean of Absolute deviation of the forecast rate from the actual rate
Lower the MAD better the Model.
Mean Absolute Deviation (in %) | |||
3 Monthly Moving Average | 0.1911 | ||
6 Monthly Moving Average | 0.2512 | ||
Exponential Smoothing | 0.1976 |
Since the Mean Absolute deviation is lowest in case of 3-month moving average(0.1911%), so 3 Month moving average yields better forecast.
Get Answers For Free
Most questions answered within 1 hours.