Forecasting - Southern Oregon Universitywebpages.sou.edu/~ordonez/BA380Web/Lecture Notes i…  ·...

Preview:

Citation preview

Forecasting

Why forecast?

Features Common to all Forecasts

Conditions in the past will continue in the future Rarely perfect Forecasts for groups tend to be more accurate than forecasts for individuals Forecast accuracy declines as time horizon increases

Elements of a Good Forecast

Timely Accurate Reliable (should work consistently) Forecast expressed in meaningful units Communicated in writing Simple to understand and use

Steps in Forecasting Process

Determine purpose of the forecast Establish a time horizon Select forecasting technique Gather and analyze the appropriate data Prepare the forecast Monitor the forecast

Types of Forecasts

Qualitativeo Judgment and opiniono Sales forceo Consumer surveyso Delphi technique

Quantitativeo Regression and Correlation (associative)o Time series

Forecasts Based on Time Series Data

What is Time Series? Components (behavior) of Time Series data

o Trendo Cycleo Seasonalo Irregularo Random variations

Naïve Methods

Naïve Forecast – uses a single previous value of a time series as the basis of a forecast.

Techniques for Averaging

What is the purpose of averaging? Common Averaging Techniques

o Moving Averageso Exponential smoothing

Moving Average

Exponential Smoothing

Techniques for Trend

Linear Trend Equation

Curvilinear Trend Equation

Techniques for Seasonality

What is seasonality?

What are seasonal relatives or indexes?

How seasonal indexes are used:o Deseasonalizing datao Seasonalizing data

How indexes are computed (see Example 7 on page 109)

Accuracy and Control of Forecasts

Measures of Accuracyo Mean Absolute Deviation (MAD)o Mean Squared Error (MSE)o Mean Absolute Percentage Error (MAPE)

Forecast Control Measureo Tracking Signal

Mean Absolute Deviation (MAD)

Mean Squared Error (or Deviation) (MSE)

Mean Square Percentage Error (MAPE)

Tracking Signal

Problems:

2 – Plot, Linear, MA, exponential Smoothing5 – Applying a linear trend to forecast15 – Computing seasonal relatives17 – Using indexes to deseasonalize values26 – Using MAD, MSE to measure forecast accuracy

Problem 2 (110)

National Mixer Inc., sells can openers. Monthly sales for a seven-month period were as follows:

MonthSales

(000 units)Feb 19March 18April 15May 20June 18July 22August 20

(a) Plot the monthly data on a sheet of graph paper.

(b) Forecast September sales volume using each of the following:(1) A linear trend equation(2) A five-month moving average(3) Exponential smoothing with a smoothing constant equal to 0.20, assuming March forecast of

19(000)(4) The Naïve Approach(5) A weighted average using 0.60 for August, 0.30 for July, and 0.10 for June

(c) Which method seems least appropriate? Why?

(d) What does use of the term sales rather than demand presume?

EXCEL SOLUTION

(a) Plot of the monthly data

How to superimpose a trend line on the graph

Click on the graph created above (note that when you do this an item called CHART will appear on the Excel menu bar)

Click on Chart > Add Trend Line Click on the most appropriate Trend Regression Type Click OK

(b) Forecast September sales volume using:

(1) Linear Trend Equation

Create a column for time period (t) codes (see column B) Click Tools > Data Analysis > Regression Fill in the appropriate information in the boxes in the Regression box that appears

Coded time periodSales data

Coded time period

(2) Five-month moving average

(3) Exponential Smoothing with a smoothing constant of 0.20, assuming March forecast of 19(000)

Enter the smoothing factor in D1 Enter “19” in D5 as forecast for March Create the exponential smoothing formula in D6, then copy it onto D7 to D11

(4) The Naïve Approach

(5) A weighted average using 0.60 for August, 0.30 for July, and 0.10 for June

Problem 5 (110)

A cosmetics manufacturer’s marketing department has developed a linear trend equation that can be used to predict annual sales of its popular Hand & Foot Cream.

yt =80 + 15 t

where: yt = Annual sales (000 bottles) t0 = 1990

(a) Are the annual sales increasing or decreasing? By how much?

(b) Predict annual sales for the year 2006 using the equation

Problem 15 (113)

Obtain estimates of daily relatives for the number of customers at a restaurant for the evening meal, given the following data. (Hint: Use a seven-day moving average)

Day Number Served

Day Number Served

1 80 15 842 75 16 773 78 17 834 95 18 965 130 19 1356 136 20 1407 40 21 378 82 22 879 77 23 82

10 80 24 9811 94 25 10312 125 26 14413 135 27 14414 42 28 48

Excel Solution

Type a 7-day average formula in E6 ( =average(C3:c9) ) In F6, type the formula =C6/E6 Copy the formulas in E6 and F6 onto cells E7 to E27 Compute the average ratio for Day 1 (see formula in E12) Copy and paste the formula in E12 onto E13 to E18 to complete the indexes for Days 2 to 7

Problem 17 (113) – Using indexes to deseasonalize values

New car sales for a dealer in Cook County, Illinois, for the past year are shown in the following table, along with monthly (seasonal) relatives, which are supplied to the dealer by the regional distributor.

MonthUnits Sold Index Month

Units Sold Index

Jan 640 0.80 Jul 765 0.90Feb 648 0.80 Aug 805 1.15Mar 630 0.70 Sept 840 1.20April 761 0.94 Oct 828 1.20May 735 0.89 Nov 840 1.25Jun 850 1.00 Dec 800 1.25

(a) Plot the data. Does there seem to be a trend?

(b) Deseasonalize car sales

(c) Plot the deseasonalized data on the same graph as the original data. Comment on the two graphs.

Excel Solution

(a) Plot of original data (seasonalized car sales)

(b) Deseasonalized Car Sales

(c) Graph of seasonalized car sales versus deseasonalized car sales

Create formula in F6 (see circled formula), then copy onto F7 to F17

Problem 26 (115) – Using MAD, MSE, and MAPE to measure forecast accuracy

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:

Predicted DemandPeriod Demand F1 F21 68 66 662 75 68 683 70 72 704 74 71 725 69 72 746 72 70 767 80 71 788 78 74 80

(a) Compute MAD for each set of forecasts. Given your results, which forecast appears to be the most accurate? Explain.

(b) Compute MSE for each set of forecasts. Given your results, which forecast appears to be the most accurate? Explain.

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

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

Excel Solution

=SUM(J8:J15)/(COUNT(J8:J15)-1)

=AVERAGE(G8:G15)

=ABS(c7-d7) =(c7-d7)^2 =ABS(c7-d7)/c7

=AVERAGE(M8:M15)

Recommended