Math Problem Statement

Problem 3-21 (Algo) Two different forecasting techniques (F1 and F2) were used to forecast demand for cases of bottled water. Actual demand and the two sets of forecasts are as follows:

Period Demand PREDICTED DEMAND F1 F2 1 68 67 64 2 75 70 60 3 70 75 70 4 74 71 72 5 69 71 73 6 72 65 76 7 80 71 75 8 78 77 85 Click here for the Excel Data File

Compute MAD for each set of forecasts. Given your results, which forecast appears to be more accurate?

Note: Round your answers to 2 decimal places.

Compute the MSE for each set of forecasts. Given your results, which forecast appears to be more accurate?

Note: Round your answers to 2 decimal places.

In practice, either MAD or MSE would be employed to compute forecast errors. What factors might lead a manager to choose one rather than the other?

Compute MAPE for each data set. Which forecast appears to be more accurate?

Note: Round your intermediate calculations to 2 decimal places and and final answers to 2 decimal places.

Solution

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Statistics
Forecast Accuracy
Error Metrics

Formulas

MAD = (Σ |Actual Demand - Forecast Demand|) / n
MSE = (Σ (Actual Demand - Forecast Demand)^2) / n
MAPE = (100 / n) Σ |(Actual Demand - Forecast Demand) / Actual Demand|

Theorems

-

Suitable Grade Level

University Level - Statistics or Operations Research