Question

In: Economics

PM computer services assembles customized personal computers from generic parts. Formed and operated by part-time UMass...

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

  1. Make forecasts for the sales using 4-period moving average method.
  2. Use the exponential smoothing method with α=0.2 as a smoothing constant to forecast the sales. Assume that the initial forecast for January is 33.
  3. Calculate the error and the absolute error for each forecast and summarize your computations in the table below.
  4. Compute the MAD as an accuracy measure for evaluating the performance of forecasting method then decide which forecasting method provides a better forecast? Explain
  5. Use the better of the two methods to forecast sales for January.

Solutions

Expert Solution

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


Related Solutions

PERFORMANCE EVALUATION - Economics Computer Company assembles personal computers and sells them in the retail marketplace....
PERFORMANCE EVALUATION - Economics Computer Company assembles personal computers and sells them in the retail marketplace. The company is organized into two profit centers: the assembly division and the distribution division. The demand curve facing the company (and the distribution division) is P = 3,500 – 10Q. The marginal cost for assembly (which includes purchasing the parts) is constant at $450. The distribution division faces constant marginal distribution costs of $50 per unit. A. What is the profit-maximizing retail price...
PERFORMANCE EVALUATION – Economics for Business Decisions Computer Company assembles personal computers and sells them in...
PERFORMANCE EVALUATION – Economics for Business Decisions Computer Company assembles personal computers and sells them in the retail marketplace. The company is organized into two profit centers: the assembly division and the distribution division. The demand curve facing the company (and the distribution division) is P=3,500 – 10Q. The marginal cost for assembly (which includes purchasing the parts) is constant at $450. The distribution division faces constant marginal distribution costs of $50 per unit. A. What is the profit-maximizing retail...
Pentucket Computer Company manufactures personal computers and tablets. Based on the latest information from the cost​...
Pentucket Computer Company manufactures personal computers and tablets. Based on the latest information from the cost​ accountant, using the current sales​ mix, the​ weighted-average sales price per unit is $ 780 and the​ weighed-average variable cost per unit is $ 624. The company does not expect the sales mix to vary for the next year. Average fixed costs per month are $76,440. Reqirement 1. What is the number of units that must be sold each month to reach the breakeven​...
Miso Computer produces computer parts and buys platinum from one of its suppliers. Each part carries...
Miso Computer produces computer parts and buys platinum from one of its suppliers. Each part carries 1 ounce of copper. Annual demand for parts follows a normal distribution with an average of 7000 parts and a standard deviation of 2000. The copper supplier takes 5 weeks to deliver the material after the order is placed. Miso uses 40% annual interest to compute the cost of maintaining inventory. Copper buys it at $0.25 per ounce. The company uses a short material...
A supermarket you work part-time at has one express lane open from 5 to 6 PM...
A supermarket you work part-time at has one express lane open from 5 to 6 PM on weekdays (Monday through Friday). This time of the day is usually the busiest since people tend to stop on their way home from work to buy groceries. The number of items allowed in the express lane is limited to 10 so that the average time to process an order is fairly constant at about 1 minute. The manager of the supermarket notices that...
For the past several years, Jolene Upton has operated a part-time consulting business from her home....
For the past several years, Jolene Upton has operated a part-time consulting business from her home. As of July 1, 2019, Jolene decided to move to rented quarters and to operate the business, which was to be known as Gourmet Consulting, on a full-time basis. Gourmet Consulting entered into the following transactions during July: Jul. 1 The following assets were received from Jolene Upton: cash, $19,000; accounts receivable, $22,300; supplies, $3,800; and office equipment, $8,900. There were no liabilities received....
For the past several years, Kelly Pitney has operated a part-time consulting business from her home....
For the past several years, Kelly Pitney has operated a part-time consulting business from her home. Kelly Pitney also buys and sells merchandise. As of April 1, 2006, Kelly decided to move to rented quarters and to operate the business, which was to be known as Hippocrates Consulting, on a full-time basis. Hippocrates Consulting entered into the following transactions during April: April 1. The following assets were received from Kelly Pitney: cash, $13,100; accounts receivable, $3,000; merchandise $5,600; supplies, $1,400;...
For the past several years, Jolene Upton has operated a part-time consulting business from her home....
For the past several years, Jolene Upton has operated a part-time consulting business from her home. As of July 1, 2019, Jolene decided to move to rented quarters and to operate the business, which was to be known as Gourmet Consulting, on a full-time basis. Gourmet Consulting entered into the following transactions during July: Jul. 1 The following assets were received from Jolene Upton: cash, $19,000; accounts receivable, $22,300; supplies, $3,800; and office equipment, $8,900. There were no liabilities received....
For the past several years, Steffy Lopez has operated a part-time consulting business from his home.
**Ledger, Unadjusted Trial Balance, Adjusted Trial Balance, Income Statement, Statement of Stockholder's Equity, Balance Sheet, & Post-closing Trial Balance** For the past several years, Steffy Lopez has operated a part-time consulting business from his home. As of July 1, 20Y2, Steffy decided to move to rented quarters and to operate the business, which was to be known as Diamond Consulting, on a full-time basis. Diamond entered into the following transactions during July: Jul. 1 The following assets were received from...
For the past several years, Steffy Lopez has operated a part-time consulting business from his home....
For the past several years, Steffy Lopez has operated a part-time consulting business from his home. As of July 1, 20Y2, Steffy decided to move to rented quarters and to operate the business, which was to be known as Diamond Consulting, on a full-time basis. Diamond entered into the following transactions during July: Jul. 1 The following assets were received from Steffy Lopez in exchange for common stock: cash, $14,000; accounts receivable, $20,800; supplies, $3,100; and office equipment, $7,000. There...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT