Question

In: Statistics and Probability

Create one Excel file to submit named "Exam 3 Team X.xlsx" where X is your team...

Create one Excel file to submit named "Exam 3 Team X.xlsx" where X is your team letter.

Show work for credit. USE EXCEL

1. Use the data below.

Team C
Date DOW 10YTREAS
8-Apr-20 23,719.37 0.729
1-Apr-20 22,653.86 0.736
25-Mar-20 21,917.16 0.698
18-Mar-20 20,704.91 0.816
11-Mar-20 21,237.38 0.997
4-Mar-20 25,018.16 0.748
26-Feb-20 25,917.41 1.01
19-Feb-20 27,081.36 1.33
12-Feb-20 29,232.19 1.556
5-Feb-20 29,276.34 1.59
29-Jan-20 28,807.63 1.603
22-Jan-20 28,722.85 1.641
15-Jan-20 29,196.04 1.769
8-Jan-20 28,939.67 1.818
1-Jan-20 28,583.68 1.827

a. Create a scatter plot. Say what you see.

b.  Use the data to develop an estimated regression equation showing how your team data is related to DOW, the Dow Jones industrial average. What is the estimated regression model (y-mx+b, slope & intercept)?
Let x represent the DOW indexes.

c.  How much of the variation in the sample values of your team data does the model estimated in part (b) explain?
Round your answer to two decimal places.

d. Suppose that the closing price for the DOW is 29,000. Estimate the closing price for your data

e. Preform a hypothesis test for the model (F test) with an significance of 0.05. State your conclusion.

f. Preform a hypothesis test for each of the estimated coefficients at the 0.05 level of significance. State your conclusions.

2. From the data above create 3 variables where Month01=1, 0 otherwise for Janurary, Month02=1, 0 otherwise for February, Month03=1, 0 otherwise for March.

a..  Use the data to develop an estimated regression equation showing how your team data is related to DOW, the Dow Jones industrial average. What is the estimated regression model?
Let x represent the DOW indexes.

b.  How much of the variation in the sample values of your team data does the model estimated in part (b) explain?
Round your answer to two decimal places.

c. Suppose that the closing price for the DOW is 29,000. Estimate the closing price for your data for April.

d. Preform a hypothesis test for the model (F test) with an significance of 0.05. State your conclusion.

e. Preform a hypothesis test for each of the estimated coefficients at the 0.05 level of significance. State your conclusions.

3. Use the data below

Month Team A Team B Team C Team D Team E Team F
1 17 18 27 30 37 43
2 21 29 35 42 44 45
3 16 25 31 33 35 36
4 23 32 38 40 50 54
5 17 26 27 29 34 38
6 18 20 21 26 30 34
7 22 32 36 40 50 57
8 20 21 22 25 29 36
9 21 27 32 34 36 43
10 19 24 31 34 35 43
11 17 23 26 31 41 42
12 24 34 35 41 45 48

a.  Show the naive forecast, an exponential smoothing forecasts using α = 0.2, and a 3-month moving average forecast.

b. Compare the MFE, MSE, and MAPE on the models

c.  Make a conclusion on which model to use.

d. Find the alpha (smoothing constant) that minimizes the MSE.

Solutions

Expert Solution


Related Solutions

Create an Excel spreadsheet to organize your answers to the following problem, and submit your Excel...
Create an Excel spreadsheet to organize your answers to the following problem, and submit your Excel file as an attachment by clicking on the appropriate button on this page. A firm that is in the 35% tax bracket forecasts that it can retain $4 million of new earnings plans to raise new capital in the following proportions: 60% from 30-year bonds with a flotation cost of 4% of face value. Their current bonds are selling at a price of 91...
create an Excel spreadsheet to organize your answers to the following problem, and submit your Excel...
create an Excel spreadsheet to organize your answers to the following problem, and submit your Excel file as an attachment by clicking on the appropriate button on this page. A company is evaluating the purchase of a machine to improve product quality and output levels. The new machine would cost $1.6 million and would be depreciated for tax purposes using the straight-line method over an estimated six-year life to its expected salvage value of $100,000. The new machine would require...
Create an Excel spreadsheet to organize your answers to the following problem, and submit your Excel...
Create an Excel spreadsheet to organize your answers to the following problem, and submit your Excel file as an attachment by clicking on the appropriate button on this page. A company with EBIT of $6,000,000 is considering two financing alternatives. The first alternative would have interest expense of $2,000,000 and 1,000,000 common shares outstanding, whereas the second would have interest expense of $3,800,000 but only 750,000 shares outstanding. The company is in the 35% tax bracket. Part 1: Construct the...
Create an Excel spreadsheet to organize your answers to the following problem, and submit your Excel...
Create an Excel spreadsheet to organize your answers to the following problem, and submit your Excel file as an attachment by clicking on the appropriate button on this page. A firm had the following abbreviated income statement for 2020 and abbreviated balance sheets at the end of 2020 and 2021. 2020 Sales $600,000 Less Cost of goods sold 320,000 Gross Profit 280,000 Less Operating expenses 190,000 Less Depreciation 30,000 Operating Income (EBIT) 60,000 Less Interest expense 20,000 Earnings Before Taxes...
Create an Excel spreadsheet to organize your answers to the following problem, and submit your Excel...
Create an Excel spreadsheet to organize your answers to the following problem, and submit your Excel file as an attachment by clicking on the appropriate button on this page. A company with EBIT of $6,000,000 is considering two financing alternatives. The first alternative would have $25 million of bonds at 8% interest and 1,000,000 common shares outstanding, whereas the second would have $47.5 million of bonds at 8% interest and only 750,000 shares outstanding. The company is in the 35%...
Submit your solution to the problem in an Excel file. Explain your answer as necessary and...
Submit your solution to the problem in an Excel file. Explain your answer as necessary and be sure your calculations are clearly shown. ABC Corporation is large and profitable. This year it is considering buying factory equipment for $100,000,000. ABC’s cost of capital is 7%. Required: a) What is the after-tax cost of the equipment if it qualifies for 100% bonus depreciation? b) What is the after-tax cost of the equipment if it is depreciated using MACRS (7 year recovery...
Create a file named StudentArrayList.java,within the file create a class named StudentArrayList. This class is meant...
Create a file named StudentArrayList.java,within the file create a class named StudentArrayList. This class is meant to mimic the ArrayList data structure. It will hold an ordered list of items. This list should have a variable size, meaning an arbitrary number of items may be added to the list. Most importantly this class should implement the interface SimpleArrayList provided. Feel free to add as many other functions and methods as needed to your class to accomplish this task. In other...
Name your functions countOnesLoop() and countOnesWhere() and submit your code in a file named countOnes.py. Write...
Name your functions countOnesLoop() and countOnesWhere() and submit your code in a file named countOnes.py. Write a function that consists of a set of loops that run through an array and count the number of ones in it. Do the same thing using the where() function (use info(where) to find out how to use it) (in python)
This will be your first collaborative assignment with your team. Your team will submit one 1-2...
This will be your first collaborative assignment with your team. Your team will submit one 1-2 page plan outlining the methods your team will use to work together. Topics such as communications, expectations of team members, and technology use should be covered.
Answer all the items. To submit your exam you can either upload the file or upload...
Answer all the items. To submit your exam you can either upload the file or upload images of the pages with the handwritten answers (take photos or scan them). 1. T / F In double entry accounting, recorded financial events/transactions are self-balancing with debits equaling credits. 2. Fill out the basic accounting equation: ___________________ = _________________________ + ____________________ 3. Make the accounting entries for payment of medical supplies of $250. ACCT Debit Credit ______________ ___________ ___________ ______________ ___________ ___________ 4....
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT