Question

Jeannette Phan is a college student who has just completed her junior year. The following table summarizes her grade point average (GPA) for each of the past nine semesters: GPA 2.4 2.9 3.1 3.2 3.0 2.9 2.8 3.6 3.2 YEAR SEMESTER Fall Winter Spring Fall Winter Spring Fall Winter Spring Freshman Sophomore Junior

Forecasting Models.

This is one problem that requires the use of Excel newly created, blank Excel file, with no use of copy and pasting anything into the spreadsheet or use any kind of a template.

(a) Calculate the forecast of Jeannette's GPA for the fall semester of her senior year using a 3-period moving average.

(b) Calculate the forecast of Jeannette's GPA for the fall semester of her senior year using a 3-period weighted moving average, with the weights 1, 3, and 5 (with 5 being for the most recent data).

(c) Calculate the forecast of Jeannette's GPA for the fall semester of her senior year using exponential smoothing with an alpha value of 0.20. Assume that Jeannette had forecast her first semester GPA to be a 3.0 before starting college.

(d) Calculate the forecast of Jeannette's GPA for the fall semester of her senior year using linear regression.

(e) Use the MAD to determine which forecasting model is expected to perform the best.

When answering the questions round all forecasts and MAD values to 2 decimal places.

Thank you.

0 0
Add a comment Improve this question Transcribed image text
Answer #1

We first create the following table in excel

Year 1 Freshman Fall 2 Semester GPA 2.4 2.9 3.1 3.2 3.0 2.9 2.8 3.6 3.2 2 Winter 4 Sprin 4 Sophomore Fall Winter Sprin Fall W

a) 3 period moving average is calculated as

Moving averGPA of past 3 terms voving average

The first average we can calculate is for Sophomore, Fall. The 3 week moving average is

GPA of past 3 terms (GPA-Freshman, Fall)(GPA-Freshman, Winter) (GPA-Freshman,Spring) 2.4+2.9+3.1 Moving average for Fall, SopWe calculate the rest as below

3 period moving average forecast GPA 2.4 2.9 3.1 3.2 Year Semester Fall Winter Sprin Freshman 3 2 SUM D2:D4)/3 SUM(D3:DS)/3 S

and get these forecasts

3 period moving average forecast 2.4 2.9 3.1 3.2 3.0 2.9 2.8 3.6 3.2 1 t Year 2 1Freshman Fall Semester GPA 2 Winter Sprin 2.

The forecast of Jeannette's GPA for the fall semester of her senior year is 3.20

b) 3 period weighted moving average is calculated as

weight x GPA of past 3 terms voving average sum of weights

The first average we can calculate is for Sophomore, Fall. The 3 week weighted moving average is

2 weight x GPA of past 3 terms 1 × (GPA-Freshman. all) +3 × (GPA-Freshman.Winter) + 5 × (GPA-Freshman,Spring) 1 x 2.4 +3x 2.9

We calculate the rest as below

3 period moving 3 period weighted moving average forecast average forecast GPA 2.4 2.9 3.1 3.2 Year Semester Fall Winter Sprin Fall Winter Sprin Fall Winter Sprin Fall Freshman 3 2 SUM(D2:D4)/3 (D2*1+D3*3+D4*5)/(1+3+5) -SUM(D3:D5)/3 (D3*1+D4*3+D5*5)/(1+3+5) SUM(D4:D6)/3 -SUM(D5:D7)/3 (D5*1+D6*3+D7*5)/(1+3+5) SUM(D6:D8)/3 (D6*1+D7*3+D8*5)/(1+3+5) SUM(D7:D9)/3 (D7*1+D8*3+D9*5)/(1+3+5) SUM(D8:D10)/3 (D8*1+D9*3+D10*5)/(1+3+5) Sophomore D4*1+D5*3+D6 *5)/(1+3+5 2.9 2.8 3.6 3.2 Junior 10 9 11 10 Seniorget these forecasts

3 period 3 period weighted moving moving average average 1 t Year Semester GPA forecast forecast 21Freshman Fall 2.4 2.9 3.1 3.2 3.0 2.9 2.8 3.6 3.2 2 Winter 4 Sprin 5 4Sophomore Fall Winter Sprin Fall Winter Sprin Fall 2.80 3.07 3.10 3.03 2.90 3.10 3.20 2.96 3.13 3.08 2.97 2.86 3.26 3.29 8 7 Junior 10 9 11 10 Senior

The forecast of Jeannette's GPA for the fall semester of her senior year is 3.29

c) The exponential smoothing forecast with 0.2 is

= 0.2GPAit (1-0.2)Fi

where Ft+1, Ft are forecasts for period t+1 and t respectively and GPAt is the observed value of GPA for period t

the first period for which we can get the exponential forecast is for t=2, Freshman, Winter. The assumption is the the forecast for term Freshman fall Fi 3.0

For example the forecast for Freshman, Winter (t=2) is

0.2 × 2.4 288 (1-02)3.0

The rest are below

3 period weighted 3 period moving moving average Exponential smoothing forecast GPA 2.4 2.9 3.1 3.2 Year average forecast forecast Semester Fall Winter Sprin Fall Winter Sprin Fall Winter Sprin Fall Freshman -0.2 D2+(1-0.2) G2 -0.2 D3+1-0.2) G3 SUM(D2:D4)/3 (D2*1+D3*3+D4*5)/(1+-0.2*D4 (1-0.2)*G4 -SUM(D3:D5)/3 (D3*1+D4*3+D5*5)/(1+0.2*D5+ (1-0.2) G5 D4*1+D5*3+D6 *5)/(1+-0.2*D6 (1-0.2)*G6 -SUM(D5:D7)/3 D5*1+D6 3+D7*5)/(1+-0.2*D7+(1-0.2)G7 SUM(D6:D8)/3 (D6*1+D7*3+D8*5)/(1+-0.2*D8 (1-0.2)*G8 3 2 Sophomore SUM(D4:D6)/3 2.9 2.8 3.6 3.2 Junior 10 9 11 10 Senior SUM(D8:D101/3 (D8 1+D9 3+D10 5/(1-0.2 D10+(1-0.2) *G10get these forecasts

3 period 3 period weighted moving moving Exponential average |average |smoothing 1 t Year Semester GPA forecast forecast forecast 2 1Freshman Fall 2.4 2.9 3.1 3.2 3.0 2.9 2.8 3.6 3.2 2 Winter 2.88 2.88 2.93 2.98 2.99 2.97 2.93 3.07 3.09 4 Sprin 5 4Sophomore Fall 8 7 Junior 9 10 9 11 10 Senior Winter Sprin Fall Winter Sprin Fall 2.80 3.07 3.10 3.03 2.90 3.10 3.20 2.96 3.13 3.08 2.97 2.86 3.26 3.29

The forecast of Jeannette's GPA for the fall semester of her senior year using exponential smoothing with an alpha value of 0.20 is 3.09

d) the regression model that we want to estimate is

GPA = 30 + 31 t + E

where egin{align*}eta_0 end{align*} is the intercept of the regression line

egin{align*}eta_1 end{align*} is the slope coefficient for time t

egin{align*}epsilonstackrel{iid}simmathcal{N}(0,sigma^2) end{align*} is a random error

We estimate the regression using data-->data analysis--->regression

Regression 3 period 3 period weighted moving movingExponential average vge smoothing Input Input Y Range: Input X Range: SD$1

get these

SUMMARY OUTPUT Regression Statistics Multiple R R Square Adjusted RS Standard Err Observation 0.6094 0.3714 0.2815 0.2793 9 A

the estimated regression line is

egin{align*}widehat{ ext{GPA}}=2.644+0.073t end{align*}

For example we can forecast the GPA for Freshman, Fall (t=1) using

GPA-2.644+ 0.073 × 1-2.72

The calculations are below

3 period weighted 3 period average forecast Exponential smoothing forecast moving moving average Forecast using linear Year Sget these values

3 period 3 period weighted moving moving Exponential using Forecast average average smoothing linear 1 t Year 2 1 Freshman Fa

the forecast of Jeannette's GPA for the fall semester of her senior year using linear regression is 3.37

e) Mean Absolute Deviation (MAD) is calculated using

> | GPA-Forecast! MAD

To compare the MAD, we only have forecasts from Sophomore, fall to Junior, Spring for each of the forecasts methods. Hence we will use only those 6 values.

The following calculates the MAD

Absolute Deviation 3 period period movingweight Exponentiausing average ed forecast movingforecast regression average forecas

get these values

Absolute Deviation 3 period 3 period 3 period weighted moving moving Exponential Forecast average laverage smoothing |using linear laverage laverage |smoothing linear 3 periodweighted moving moving Exponential using Forecast Semester GPA forecastforecast forecast regression forecast forecast forecastregression 2 t Year 3 1Freshman Fall 4 2.4 2.72 2.79 2.86 2.94 3.01 3.08 3.16 3.23 3.30 3.37 2 Winter 2.9 2.88 2.88 2.93 2.98 2.99 2.97 2.93 3.07 3.09 Sprin 6 4Sophomore Fall 9 7 Junior 10 8 11 9 12 10 Senior 13 Winter Sprin Fall Winter Sprin Fall 3.2 3.0 2.9 2.8 3.6 3.2 2.80 3.07 3.10 3.03 2.90 3.10 3.20 2.96 3.13 3.08 2.97 2.86 3.26 3.29 0.40 0.07 0.20 0.23 0.70 0.10 0.24 0.13 0.18 0.17 0.74 0.06 0.27 0.02 0.09 0.17 0.67 0.13 0.26 0.01 0.18 0.36 0.37 0.10 MAD 0.28 0.25 0.22 0.21

We can see that the Linear model has the least MAD.

Linear regression model is expected to perform the best.

Add a comment
Know the answer?
Add Answer to:
Forecasting Models. This is one problem that requires the use of Excel newly created, blank Excel...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • Note: Data for these problems are in the Module 2 Individual Assignments Data file - there is a tab for each problem, A...

    Note: Data for these problems are in the Module 2 Individual Assignments Data file - there is a tab for each problem, All answers should be entered using two decimal places unless otherwise specified. If both decimal places are zeros-then just enter the integer value. Percentages should be entered without"%" sign- 3.45% should be entered as 3.45. M2 IND1. Mariah Henderson is a WCU student who has just finished her junior year. The data in Worksheet IND1 summarizes her grade...

  • All answers should be entered using two decimal places unless otherwise specified. If both decimal places...

    All answers should be entered using two decimal places unless otherwise specified. If both decimal places are zeros – then just enter the integer value. Percentages should be entered without “%” sign - 3.45% should be entered as 3.45. M 2 _ IND 1 . Mariah Henderson is a WCU studen t who has just finished her junior year. The data in Worksheet IND 1 summarizes her grade point average (GPA) for each of the last 9 semesters. a) Compute...

  • Chapter 4 Forecasting Homework Assignment Daily high temperatures in St. Louis for the last week were...

    Chapter 4 Forecasting Homework Assignment Daily high temperatures in St. Louis for the last week were as follows: 34, 36, 37, 39, 35, 32, and 36 (yesterday). Forecast the high temperature today, using a 3-day moving average.   Forecast the high temperature today, using a 2-day moving average.   For questions c-e use all the days where a 3-day forecast value is possible. Calculate the mean absolute deviation based on a 3-day moving average. Compute the mean squared error for the 3-day...

  • Masters Level work....all work must be shown. FORECASTING Forecasting ASSIgnment 1. Given the following data, use...

    Masters Level work....all work must be shown. FORECASTING Forecasting ASSIgnment 1. Given the following data, use a three-quarter moving average to forecast the demand for the third quarter of this year. Note, the first quarter is January, February, and March; the second quarter is April, May, and June; the third quarter is July, August, September, and the 4° quarter is October, November, and December ul ct 50 This year 235 245 255 295 305 295 Answer (Please show your work...

  • he bookstore at the University of Southern Alabama is owned and operated by the university through...

    he bookstore at the University of Southern Alabama is owned and operated by the university through an independent corporation with its own board of directors. The bookstore has three locations on or near the university campus. It stocks a range of items, including textbooks, trade books, logo apparel, drawing and educational supplies, and computers and related products such as printers, mice, and software. The bookstore has a program to sell laptop/notebook computers to incoming first-year students and other students at...

  • Demand Forecasting for the Inner-city Health Center Inner City Health Center is a federally funded health...

    Demand Forecasting for the Inner-city Health Center Inner City Health Center is a federally funded health clinic that serves the needs of the inner-city poor. Currently the center is at the end of third-year operation and is preparing its staffing plan for the upcoming year. The federal government requires that the center prepare a budget request each year. The request is based largely on the forecast of the # of Patient Visit for specific services during the next year. The...

  • Thus, r_ (.9014) .8125, meaning that about 81% of the variability in sales can be explained...

    Thus, r_ (.9014) .8125, meaning that about 81% of the variability in sales can be explained by the regression model with advertising as the independent varia ble. Problems Nde ΡΧ mere te problem may be sch od with POM for Wrndows ardor Exco. 4.1 The following gives the number of pints of type B t wook of October 12 b) Use a 3-week weighted moving average, with weights of. 1, 3, and 6, using .6 for the most recent week....

  • 1. Exercise 5.1 The forecasting staff for the Prizer Corporation has developed a model to predict...

    1. Exercise 5.1 The forecasting staff for the Prizer Corporation has developed a model to predict sales of its air-cushioned-ride snowmobiles. The model specifies that sales, S, vary jointly with disposable personal income, Y, and the population between ages 15 and 40,Z, and inversely with the price of the snowmobiles, P. Based on past data, the best estimate of this relationship is: where k has been estimated (from past data) to equal 100 If Y $13,000, Z- $1,200, and P...

  • USE excel contains the 2018 financial statements of Zeiber Corporation. Forecast Zeiber's 2019 income statement and...

    USE excel contains the 2018 financial statements of Zeiber Corporation. Forecast Zeiber's 2019 income statement and balance sheets. Use the following assumptions: (1) Sales grow by 6%. (2) The ratios of expenses to sales, depreciation to fixed assets, cash to sales, accounts receivable to sales, and inventories to sales will be the same in 2019 as in 2018. (3) Zeiber will not issue any new stock or new long-term bonds (4) The interest rate is 11% for long-term debt and...

  • You must attempt all questions. You must use Minitab and/or Excel to solve all questions. Show...

    You must attempt all questions. You must use Minitab and/or Excel to solve all questions. Show all of your works. State your hypothesis if required, Do NOT give the numerical final answer only, you MUST comment on all of your final finding. If required, use ?=0.05 for all the tests. Q1) 10 points A study of speeding violations and drivers who use cell phones produced the following fictional data: Speeding ticket No speeding ticket Uses cell phone while driving 40...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT