Chapter 8: Forecasting

  1. Sales for a product for the past three months have been 200, 350, and 287. Use a three-month moving average to calculate a forecast for the fourth month. If the actual demand for month 4 turns out to be 300, calculate the forecast for month 5.

Answer:

F4 = (A1 + A2 + A3)/3 = (200 + 350 + 287)/3 = 279.0

F5 = (A2 + A3 + A4)/3 = (350 + 287 + 300)/3 = 312.33

  • Lauren’s Beauty Boutique has experienced the following weekly sales:
WeekSales
1432
2396
3415
4458
5460

Forecast sales for week 6 using the naïve method, a simple average, and a three-period moving average.

Answer:

Naïve Method: F6 = A5 = 460

Simple Average: F6 = (A1 + A2 + A 3+ A4 + A5)/5 = (432 + 396 + 415 + 458 +460)/5

= 432.2

3-Period Moving Average: F6 = (A3 + A4 + A5)/3 = (415 + 458 + 460)/3 = 444.3

  • Hospitality Hotels forecasts monthly labor needs.
  • Given the following monthly labor figures, make a forecast for June using a three-period moving average and a five-period moving average.
MonthActual Values
January32
February41
March38
April39
May43
  • What would be the forecast for June using the naïve method?
  • If the actual labor figure for June turns out to be 41, what would be the forecast for July using each of these models?
  • Compare the accuracy of these models using the mean absolute deviation (MAD).
  • Compare the accuracy of these models using the mean squared error (MSE).

Answer:

  1. 3-Period Moving Average: FJune = (AMarch + AApril + AMay)/3 = (38 + 39 + 43)/3 = 40

5-Period Moving Average: FJune = (AJanuary + AFebruary + AMarch + AApril + AMay)/5

= (32 + 41 + 38 + 39 + 43)/5 = 38.6

  • Naïve: FJune = AMay = 43
  • 3-Period Moving Average: FJuly = (AApril + AMay + AJune)/3 = (39 + 43 + 41)/3 = 41

5-Period Moving Average: FJuly = (AFebruary + AMarch + AApril + AMay + AJune)/5 

= (41 + 38 + 39 + 43 + 41)/5 = 40.4

Naïve: FJuly = AJune = 41

  •  
MonthActual3-period moving averageAbsolute Error5-period moving averageAbsolute ErrorNaïveAbsolute Error
January32      
February41    329
March38    413
April39372  381
May4339.333.67  394
June4140138.62.4432

MAD (3-period moving average) = = (2 + 3.67 + 1)/3 = 2.22

MAD (5-period moving average) = = 2.4/1 = 2.4

MAD (Naïve) = = (9 + 3 + 1 + 4 + 2)/5 = 3.8

The 3-period moving average provides the best historical fit using the MAD criterion and would be better to use.

  •  
MonthActual3-period moving averageSquared Error5-period moving averageSquared ErrorNaïveSquared Error
January32      
February41    3281
March38    419
April39372  381
May4339.3313.47  3916
June4140138.65.76434

MSE (3-period moving average) = = (2 + 13.47 + 1) = 6.15

MSE (5-period moving average) = = 5.76/1 = 5.76

MSE (Naïve) = = (81 + 9 + 1 + 16 + 4)/5 = 22.20

The 5-period moving average provides the best historical fit using the MSE criterion, but it only measures one error term.

  • The following data are monthly sales of jeans at a local department store. The buyer would like to forecast sales of jeans for the next month, July.
  • Forecast sales of jeans for March through June using the naïve method, a two-period moving average, and exponential smoothing with an α = 0.2. (Hint: Use naïve to start the exponential smoothing process.)
  • Compare the forecasts using MAD and decide which is best.
  • Using your method of choice, make a forecast for the month of July.
MonthSales
January45
February30
March40
April50
May55
June47

Answer:

  1.  
MonthSalesNaïve ForecastAbsolute Error2-period moving averageAbsolute ErrorExponential smoothingAbsolute Error
January45      
February30      
March40301037.52.53010
April50401035153218
May55505451035.619.4
June4755852.55.539.487.52
  • MAD (Naïve) = = (10 + 10 + 5 + 8)/4 = 8.25

MAD (2-period moving average) = = (2.5 + 15 + 10 + 5.5)/4

= 8.25

MAD (exponential smoothing) =

= (10 + 18 + 19.4 + 7.52)/4 = 13.73

The 2-period moving average and the naïve approach provide the best historical fit using the MAD criterion and would be better to use.

  • Naïve: FJuly = AJune = 47

2-period moving average: FJuly = (55 + 47)/2 = 51

  • The manager of a small health clinic would like to use exponential smoothing to forecast demand for laboratory services in the facility. However, she is not sure whether to use a high or low value of α. To make her decision, she would like to compare the forecast accuracy of a high and low α on historical data. She has decided to use α = 0.7 for the high value and α = 0.1 for the low value. Given the following historical data, which do you think would be better to use?
WeekDemand (lab requirements)
1330
2350
3320
4370
5368
6343

Answer:

WeekDemand (lab requirements)Exponential Smoothing (α = 0.1)Absolute ErrorExponential Smoothing (α = 0.7)Absolute Error
1330    
23503302033020
33203321234424
4370330.839.2327.242.8
5368334.7233.28357.1610.84
6343338.054.952364.74821.748

MAD (exponential smoothing α = 0.1) =

= (20 + 12 + 39.2 + 33.28 + 4.952) = 21.89

MAD (exponential smoothing α = 0.7) =

= (20 + 24 + 42.8 + 10.84 + 21.748) = 23.88

Using α = 0.1 provides a better historical fit based on the MAD criterion.

  • The manager of the health clinic in Problem 5 would also like to use exponential smoothing to forecast demand for emergency services in the facility. As in Problem 5, she is not sure whether to use a high or low value of α. To make her decision, she would like to compare the forecast accuracy of a high and low α on historical data. Again, she has decided to use α = 0.7 for the high value and α = 0.1 for the low value.
  • Given the following historical data, which value of α do you think would be better to use?
  • Is your answer the same as in Problem 5? Why or why not?
WeekDemand (in patients serviced)
1430
2289
3367
4470
5468
6365

Answer:

  1.  
WeekDemand (in patients serviced)Exponential Smoothing (α = 0.1)Absolute ErrorExponential Smoothing (α = 0.7)Absolute Error
1430    
2289430141430141
3367415.948.9331.335.7
4470411.0158.99356.29113.71
5468416.90951.091435.88732.113
6365422.0257.0181458.366193.3661

MAD (exponential smoothing α = 0.1) =

= (141 + 48.99 + 58.99 + 51.091 + 57.0181)/5 = 71.40

MAD (exponential smoothing α = 0.7) =

= (141 + 35.7 + 113.71 + 32.113 + 93.3661) = 83.18

Using α = 0.1 provides a better historical fit based on the MAD criterion.

  • The answer is the same since an α value of 0.1 provides a better historical fit. Both data sets do not exhibit a trend and the variation in the data appears to be random.
  • The following historical data have been collected representing sales of a product. Compare forecasts using a three-period moving average, exponential smoothing with α = 0.2, and linear regression. Using MAD and MSE, which forecasting model is best? Are your results the same using the two error measures?
WeekDemand
120
231
336
438
542
640

Answer:

WeekDemand3-period moving averageAbsolute ErrorSquared ErrorExponential smoothingAbsolute ErrorSquared Error
120      
231   2011121
336   22.213.8190.44
4382998124.9613.04170.04
5423574927.56814.432208.28
64038.671.331.7830.4549.54591.118

MAD (3-period moving average) = (9 + 7 + 1.33)/3 = 5.77

MSE (3-period moving average) = (81 + 49 + 1.78)/3 = 43.92

MAD (exponential smoothing) = (11 + 13.8 + 13.04 + 14.432 + 9.545) = 12.36

MSE (exponential smoothing) = (121 + 190.44 + 170.04 + 208.28 + 91.118) = 156.17

Regression Model:

 Time (X)Demand (Y)X2XYRegression LineAbsolute ErrorSquared Error
 12012024.8574.85723.591
 23146228.7142.2865.224
 336910832.5713.42911.755
 4381615236.4281.5722.469
 5422521040.2851.7152.938
 6403624044.1424.14217.163
Total2120791792   

= 21/6 = 3.5

= 207/6 = 34.5

= 3.857

= 21

MAD = (4.857 + 2.286 + 3.429 + 1.572 + 1.715 + 4.142)/6 = 3.00

MSE = (23.591 + 5.224 + 11.755 + 2.469 + 2.938 + 17.163) = 10.52

The linear regression model provides the best historical fit using the MAD and the MSE criteria.

  • A manufacturer of printed circuit boards uses exponential smoothing with trend to forecast monthly demand of its product. At the end of December, the company wishes to forecast sales for January. The estimate of trend through November has been 200 additional boards sold per month. Average sales have been around 1000 units per month. The demand for December was 1100 units. The company uses α = 0.20 and β = 0.10. Make a forecast including trend for the month of January.

Answer:

ADec = 1100 units/month

SNov = 1000 units/month

TNov = 200 units/month

α = 0.20

β = 0.10

Step 1: Smoothing the level of the series

SDec = αADec + (1 – α) (SNov + TNov) = 0.20(1100) + 0.80(1000 + 200) = 1180 units

Step 2: Smoothing the trend

TDec = β (SDecSNov) + (1 – β) TNov = 0.10(1180 – 1000) + 0.90(200) = 198 units

Step 3: Forecast including trend

FIT = SDec + TDec = 1180 + 198 = 1378 units

  • Demand at Nature Trails Ski Resort has a seasonal pattern. Demand is highest during the winter, as this is the peak ski season. However, there is some ski demand in the spring and even fall months. The summer months can also be busy as visitors often come for summer vacation to go hiking on the mountain trails. The owner of Nature Trails would like to make a forecast for each season of the next year. Total annual demand has been estimated at 4000 visitors. Given the last two years of historical data, what is the forecast for each season of the next year?
 Visitors
SeasonYear 1Year 2
Fall200230
Winter14001600
Spring520580
Summer720831

Answer:

Step 1: Average demand for each season:

Year 1: 2840/4 = 710

Year 2: 3241/4 = 810.25

Step 2: Seasonal index for each season:

SeasonYear 1Year 2
Fall200/710 = 0.282230/810.25 = 0.284
Winter1400/710 = 1.9721600/810.25 = 1.975
Spring520/710 = 0.732580/810.25 = 0.716
Summer720/710 = 1.014831/810.25 = 1.026

Step 3: Average seasonal index for each season:

Fall0.283
Winter1.973
Spring0.724
Summer1.020

Step 4: Average demand per season = 4000/4 = 1000

Step 5: Multiply next year’s average seasonal demand by each seasonal index.

SeasonForecast
Fall283
Winter1973
Spring724
Summer1020
  1. Rosa’s Italian restaurant wants to develop forecasts of daily demand for the next week. The restaurant is closed on Mondays and experiences a seasonal pattern for the other six days of the week. Mario, the manager, has collected information on the number of customers served each day for the past two weeks. If Mario expects total demand for next week to be around 350, what is the forecast for each day of next week?
 Number of Customers
DayWeek 1Week 2
Tuesday5248
Wednesday3632
Thursday3530
Friday8997
Saturday9899
Sunday6569

Answer:

Step 1: Average demand for each week:

Week 1: 375/4 = 62.5

Week 2: 375/4 = 62.5

Step 2: Seasonal index for each week:

DayWeek 1Week 2
Tuesday0.8320.768
Wednesday0.5760.512
Thursday0.560.48
Friday1.4241.552
Saturday1.5681.584
Sunday1.041.104

Step 3: Average daily index for each season:

DayAverage Daily Index
Tuesday0.8
Wednesday0.544
Thursday0.52
Friday1.488
Saturday1.576
Sunday1.072

Step 4: Average demand per day = 350/6 = 58.33

Step 5: Multiply average demand per day by each average daily index

DayForecast
Tuesday46.664
Wednesday31.73152
Thursday30.3316
Friday86.79504
Saturday91.92808
Sunday62.52976
  1. The president of a company was interested in determining whether there is a correlation between sales made by different sales teams and hours spent on employee training. These figures are shown.
Sales (in thousands)Training Hours
2510
4012
3612
5015
116
  1. Compute the correlation coefficient for the data. What is your interpretation of this value?
  2. Using the data, what would you expect sales to be if training was increased to 18 hours?

Answer:

  1. XY = 1978; ∑X2 = 649; ∑Y2 = 6142; ∑X = 55; ∑Y = 162

Correlation coefficient r = = 0.9887

The correlation coefficient is 0.9887. This high correlation indicated that there is a strong positive linear association between sales and training hours.

  • = 55/5 = 11

= 162/5 = 32.4

= 4.455

= –16.55

= 63.59

Sales (in thousands) = 63.59

  1. The number of students enrolled at Spring Valley Elementary has been steadily increasing over the past five years. The school board would like to forecast enrollment for years 6 and 7 in order to better plan capacity. Use a linear trend line to forecast enrollment for years 6 and 7.
YearEnrollment
1220
2245
3256
4289
5310

Answer:

= 15/5 = 3

= 1320/5 = 264

= 22.4

= 196.8

Year 6 forecast: 196.8 + 22.4 (6) = 331.2

Year 7 forecast: 196.8 + 22.4 (7) = 353.6

  1. Happy Lodge Ski Resorts tries to forecast monthly attendance. The management has noticed a direct relationship between the average monthly temperature and attendance.
  2. Given five months of average monthly temperatures and corresponding monthly attendance, compute a linear regression equation of the relationship between the two.

If next month’s average temperature is forecast to be 45 degrees, use your linear regression equation to develop a forecast.

MonthAverage TemperatureResort Attendance (in thousands)
12443
24131
33239
43038
53835
  • Compute a correlation coefficient for the data and determine the strength of the linear relationship between average temperature and attendance. How good a predictor is temperature for attendance?

Answer:

  1. XY = 6021; ∑X2 = 5625; ∑Y2 = 7000; ∑X = 165; ∑Y = 186

= 165/5 = 33

= 186/5 = 37.2

= –0.65

= 58.65

Resort attendance forecast when the average temperature is 45 degrees:

= 58.65 + (–0.65) (45) = 29.4 thousand attendees

  • Correlation coefficient r = = – 0.97

The correlation coefficient is – 0.97. Since this value is very close to negative 1, it indicates that the average temperature is a strong predictor of resort attendance. Note that since the sign is negative, it indicates that an inverse or negative relationship exists between the two variables.

  1. Small Wonder, an amusement park, experiences seasonal attendance. It has collected two years of quarterly attendance data and made a forecast of annual attendance for the coming year. Compute the seasonal indexes for the four quarters and generate quarterly forecasts for the coming year, assuming annual attendance for the coming year to be 1525.
 Park Attendance (in thousands)
QuarterYear 1Year 2
Fall352391
Winter156212
Spring489518
Summer314352

Answer:

Step 1:

Average demand for each quarter for year 1 = (352+156+489+314)/4 = 327.75

Average demand for each quarter for year 2 = (391+212+518+352)/4 = 368.25

Step 2:

Compute a seasonal index for every season of every year:

QuarterYear 1Year 2
Fall352/327.75 = 1.07391/368.25 = 1.06
Winter156/327.75 = 0.48212/368.25 = 0.58
Spring489/327.75 = 1.49518/368.25 = 1.41
Summer314/327.75 = 0.96352/368.25 = 0.95

Step 3: Calculate the average seasonal index for each season:

QuarterAverage Seasonal Index
Fall(1.07+1.06)/2 = 1.065
Winter(0.48+0.58)/2 = 0.53
Spring(1.49+1.41)/2 = 1.45
Summer(0.96+0.95)/2 = 0.955

Step 4: Calculate the average demand per season for next year = 1525/4 = 381.25

Step 5: Multiply next year’s average seasonal demand by each seasonal index:

QuarterForecast
Fall(381.25)(1.065) = 406.03
Winter(381.25)(0.53) = 202.06
Spring(381.25)(1.45) = 552.81
Summer(381.25)(0.955) = 364.09
  1. Burger Lover Restaurant forecasts weekly sales of cheeseburgers. Based on historical observations over the past five weeks, make a forecast for the next period using the following methods: simple average, three-period moving average, and exponential smoothing with α = 0.3, given a forecast of 328 cheeseburgers for the first week.
WeekCheeseburger Sales
1354
2345
3367
4322
5356

If actual sales for week 6 turn out to be 368, compare the three forecasts using MAD. Which method performed best?

Answer:

Period 6 Forecasts:

Simple average: F6 = 348.8

3-Period moving average: F6 = 348.33

Exponential smoothing: Using the fifth period forecast of 328, F6 = 336.40

Looking at the error only in period 6,

MAD (simple average) = |368 – 348.8| = 19.2

MAD (3-Period moving average) = |368 – 348.33| = 19.67

MAD (exponential smoothing) = |368 – 336.40| = 31.60

The simple average provides the best historical fit using the MAD criterion.

  1. A company uses exponential smoothing with trend to forecast monthly sales of its product, which show a trend pattern. At the end of week 5, the company wants to forecast sales for week 6. The trend through week 4 has been 20 additional cases sold per week. Average sales have been 85 cases per week. The demand for week 5 was 90 cases. The company uses α = 0.20 and β = 0.10. Make a forecast including trend for week 6.

Answer:

Given: T4 = 20, A5 = 90, S4 = 85

α = 0.20

β = 0.10

Step 1: Smoothing the level of the series:

S5 = αA5 + (1 – α) (S4 + T4) = 0.20(90) + 0.80(85 + 20) = 102

Step 2: Smoothing the trend:

T5 = β (S5S4) + (1 – β) T4 = 0.10(102 – 85) + 0.90(20) = 19.7

Step 3: Forecast including trend:

FIT6 = S5 + T5 = 102 + 19.7 = 121.7

  1. The number of patients coming to the Healthy Start maternity clinic has been increasing steadily over the past eight months. Given the following data, use a linear trend line to forecast attendance for months 9 and 10.
MonthClinic Attendance (in thousands)
13.4
23.9
34.5
45.0
55.8
65.9
76.5
86.7

Answer:

= 36/8 = 4.5

= 41.7/8 = 5.21

= 0.489

= 3.011

F9 = 3.011 + 0.489(9) = 7.412 attendees (in thousands)

F10 = 3.011 + 0.489(10) = 7.901 attendees (in thousands)

  1. Given the following data, use exponential smoothing with α = 0.2 and α = 0.5 to generate forecasts for periods 2 through 6. Use MAD and MSE to decide which of the two models produced a better forecast.
PeriodActualForecast
11517
218 
314 
416 
513 
616 

Answer:

PeriodActualForecast (α=0.2)Absolute ErrorSquared ErrorForecast (α=0.5)Absolute ErrorSquared Error
11517241724
21816.61.41.961624
31416.882.888.2941739
41616.3040.3040.09215.50.50.25
51316.2433.24310.51815.752.757.563
61615.5950.4050.16414.3751.6252.641

MAD (α = 0.2) = (2 + 1.4 + 2.88 + 0.304 + 3.243 + 0.405)/6 = 1.705

MAD (α = 0.5) = (2 + 2 + 3 + 0.5 + 2.75 + 1.625) = 1.979

Exponential smoothing using α = 0.2 yields lower MAD.

MSE (α = 0.2) = 4 + 1.96 + 8.294 + 0.092 + 10.518 + 0.164 = 4.172

MSE (α = 0.5) = 4 + 4 + 9 + 0.25 + 7.563 + 2.641) = 4.576

Exponential smoothing using α = 0.2 yields lower MSE.

  1. Pumpkin Pies Galore is trying to forecast sales of pies for the month of December. Demand for pies in September, October, and November has been 230, 304, and 415, respectively. Edith, the company’s owner, uses a three-period weighted moving average to forecast sales. Based on her experience, she chooses to weight September as 0.1, October as 0.3, and November as 0.6.
  2. What would Edith’s forecast for December be?
  3. What would her forecast be using the naïve method?
  4. If actual sales for December turned out to be 420 pies, which method was better (use MAD)?

Answer:

  1. Forecast using a weighted moving average = 230(0.1) + 304(0.3) + 415(0.6) = 363.2
  • Forecast using the naïve approach = 415
  • MAD (weighted moving average) = 420 – 363.2 = 56.8

MAD (naïve method) = 420 – 415 = 5

The naïve approach is better.

  • A company has used three different methods to forecast sales for the past five months. Use MAD and MSE to evaluate the performance of the three methods.
  • Which forecasting method performed best? Do MAD and MSE give the same results?
PeriodActualMethod AMethod BMethod C
1101098
28111011
31212810
411131211
512141112
  • Which of these is actually the naïve method?

Answer:

  1.  
PeriodActualMethod AAbsolute ErrorSquared Error
1101000
281139
3121200
4111324
5121424

MADA = (0 + 3 + 0 + 2 + 2)/5 = 1.4

MSEA = (0 + 9 + 0 + 4 + 4)/5 = 3.4

PeriodActualMethod BAbsolute ErrorSquared Error
110911
281024
3128416
4111211
5121111

MADB = (1 + 2 + 4 + 1 + 1)/5 = 1.8

MSEB = (1 + 4 + 16 + 1 + 1)/5 = 4.6

PeriodActualMethod CAbsolute ErrorSquared Error
110824
281139
3121024
4111100
5121200

MADC = (2 + 3 + 2 + 0 + 0)/5 = 1.4

MSEC = (4 + 9 + 4 + 0 + 0)/5 = 3.4

Both Method A and Method C provide the best historical fit using the MAD and MSE criteria.

  • Forecast method B is the naïve method.
  • Two different forecasting models were used to forecast sales of a popular soda on a college campus. Actual demand and the two sets of forecasts are shown. Use MAD to explain which method provided a better forecast.
PeriodActual DemandForecast 1Forecast 2
1907887
2878588
3928490
4959297
598100102
698102101

Answer:

PeriodActual DemandForecast 1Absolute ErrorForecast 2Absolute Error
1907812873
287852881
392848902
495923972
59810021024
69810241013

MAD (Forecast 1) = (12 + 2 + 8 + 3 + 2 + 4)/6 = 5.17

MAD (Forecast 2) = (3 + 1 + 2 + 2 + 4 + 3)/6 = 2.50

Forecast 2 provides a better historical fit using the MAD criterion.

  • A producer of picture frames uses a tracking signal with limits of ±4 to decide whether a forecast should be reviewed. Given historical information for the past four weeks, compute the tracking signal and decide whether the forecast should be reviewed. The MAD for this item was computed as 2.
WeeksActual SalesForecastDeviationCumulative DeviationTracking Signal
    63
11211   
21413   
31414   
41614   

Answer:

The tracking signal is the sum of the forecast errors (the cumulative deviation) divided by the MAD. In this problem MAD has been computed as 2. You need to compute the cumulative deviation for each period and divide by the MAD.

WeeksActual SalesForecastDeviationCumulative DeviationTracking Signal
    63
11211173.5
21413184
31414084
416142105

The forecast should be reviewed in week 4 because the tracking signal has exceeded +4.

  • Mop and Broom Manufacturing has tracked the number of units sold of their most popular mop over the past 24 months. This is shown.
MonthSalesMonthSalesMonthSales
1239931017369
22481033518378
32561134819367
42601235320383
52711335521394
62801436822393
72951537923405
83051635824412
  1. Develop a linear trend line for the data.
  2. Compute a correlation coefficient for the data and evaluate the strength of the linear relationship.
  3. Using the linear trend line equation, develop a forecast for the next period, month 25.

Answer:

  1. = 300/24 = 12.5

= 8061/24 = 335.875

= 7.424

= 243.07

Sales = 243.07 + 7.424 (month)

  • Correlation coefficient r = = 0.97

It indicates a strong, positive linear relationship.

  • Forecast for month 25 = 243.07 + (7.424)25 = 428.68 or 429 units
  • Given the sales data from Problem 23, generate forecasts for months 7–24 using a six-period and a three-period moving average. Use MAD to compare the forecasts. Which forecast is more stable? Which is more responsive and why?

Answer:

Month (X)Sales (Y)6-period moving averageAbsolute error3-period moving averageAbsolute Error
1239    
2248    
3256    
4260  247.6712.33
5271  254.6716.33
6280  262.3317.67
7295259.0036.00270.3324.67
8305268.3336.67282.0023.00
9310277.8332.17293.3316.67
10335286.8348.17303.3331.67
11348299.3348.67316.6731.33
12353312.1740.83331.0022.00
13355324.3330.67345.339.67
14368334.3333.67352.0016.00
15379344.8334.17358.6720.33
16358356.331.67367.339.33
17369360.178.83368.330.67
18378363.6714.33368.679.33
19367367.830.83368.331.33
20383369.8313.17371.3311.67
21394372.3321.67376.0018.00
22393374.8318.17381.3311.67
23405380.6724.33390.0015.00
24412386.6725.33397.3314.67

MAD (6-period moving average) = 469.33/18 = 26.074

MAD (3-period moving average) = 333.33/21 = 15.873

The very nature of averaging makes the 3-period moving average is more responsive. The 6-period moving average has more weight on older (and lower) sales data. The lower MAD confirms the 3-period moving average was better in forecasting the increasing sales in this data set.

  • The following data were collected on the study of the relationship between a company’s retail sales and advertising dollars:
Retails Sales ($)Advertising ($)
29,78916,893
35,43418,398
38,73220,376
43,58522,982
46,82125,732
49,28327,281
52,27132,182
55,28935,298
57,29836,281
58,29338,178
  1. Obtain a linear regression line for the data.
  2. Compute a correlation coefficient and determine the strength of the linear relationship.
  3. Using the linear regression equation, develop a forecast of retail sales for advertising dollars of $40,000.

Answer:

  1. = 466795/10 = 46679.5

= 273601/10 = 27360.1

= 0.784

= –9232.57

Value of sales = –9232.57 + 0.784 (advertising dollars)

  • Correlation coefficient r = = 0.98

It indicates a strong, positive linear relationship.

  • Forecast of retail sales = –9232.57 + 0.784 (40000) = $22123

All papers are written by ENL (US, UK, AUSTRALIA) writers with vast experience in the field. We perform a quality assessment on all orders before submitting them.

Do you have an urgent order?  We have more than enough writers who will ensure that your order is delivered on time. 

We provide plagiarism reports for all our custom written papers. All papers are written from scratch.

24/7 Customer Support

Contact us anytime, any day, via any means if you need any help. You can use the Live Chat, email, or our provided phone number anytime.

We will not disclose the nature of our services or any information you provide to a third party.

Assignment Help Services
Money-Back Guarantee

Get your money back if your paper is not delivered on time or if your instructions are not followed.

We Guarantee the Best Grades
Assignment Help Services