Answered step by step
Verified Expert Solution
Question
1 Approved Answer
4. [26 marks] Investment firms provide estimates of the systematic risks of stocks called betas. A stock's beta measures the relationship between a stock's
4. [26 marks] Investment firms provide estimates of the systematic risks of stocks called betas. A stock's beta measures the relationship between a stock's rate of return and the rate of return for the stock market overall. A stock's beta can be determined from the estimated slope in a linear model in which a stock's rate of return for a year is the response variable. A stock can be deemed aggressive if it has a beta greater than 1, neutral (or market-like) if its beta equals 1, or defensive if its beta is less than 1. We wish to estimate the beta for two stocks (IBM and General Mills), based on 10 years worth of data for the stock returns. The data are included in the table below, and are also posted on LEARN in the file beta.txt. The variable names are Year, IBM, GM, Market. Rates of Return (%) Year IBM 1 2 3 4 5 6 7 8 9 21.1 -21.9 General Mills Market 57.4 19.0 -29.7 37.4 -23.0 -34.4 50.4 27.3 -14.7 -26.5 37.2 23.8 28.1 7.3 1.6 -9.1 10 10.8 4.3 -11.3 -7.2 6.6 9.7 11.8 33.1 1.6 18.4 32.4 2.1 a. [5] Let Yi,IBM represent the rate of return for the IBM stock in year i, and let xi be the market return for year i. Fit the model: Y,IBM = 0,IBM + ,IBMXi + R,IBM, where Ri,IBM G(O, IBM), i = 1, 2, ..., 10; Independent. Determine the maximum likelihood estimates of Bo,IBM, P,IBM, and the estimate of IBM, using the unbiased estimate of b. [3] Using the standardized residual plots from this model, examine the model assumptions using residual plots. Comment on the suitability of the assumptions. Note: Residual plot analysis will allow you to check for Linearity, Independence, and Constant variance. We will check Normality in the next part of this question. c. [2] Using R, you can conduct a Shapiro-Wilk test for Normality of the residuals. Obtain the residuals (either by hand and load them into R, or directly in R if you loaded the data in), then use the command shapiro.test in R to test for Normality of the residuals. In this case, Ho: Residuals are Normal. Calculate a p-value and use the guidelines on page 128 of your Course Notes to assess the amount of evidence against Ho, based on the data. What would you conclude here?
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started