Answered step by step
Verified Expert Solution
Question
1 Approved Answer
5. Keynes versus Buffett This problem compares the investment records of two famous figures in finance: John May- nard Keynes and Warren Buffett. The keynes
5. Keynes versus Buffett This problem compares the investment records of two famous figures in finance: John May- nard Keynes and Warren Buffett. The keynes . csv data records the annual returns for the portfolio Keynes managed for King's College of Cambridge University in the 1930s. The buffett . csv data records the performance of Berkshire Hathaway from 1965 to 2012. (a) The market model assumes that annual returns (in percent terms) of a portfolio are linearly related to returns on the market, i.e. Y = a + Xb + 6, where Y is the portfolio return, X is the market return for the same period, and e is an independent noise random variable representing random fluctuations around the linear trend; that is, E(() = 0. For each data set, determine values of a and b that minimize E[(a + Xb - Y)?] where the expectation is taken with respect to the empirical distributions defined by the provided Keynes and Buffett datasets. That is, find the best linear predictor of Y (portfolio return) using X (market return). Who is the better investor based on these findings? (b) Find the best linear predictor using the Im () command in R. The estimated coefficients should be similar to (but not quite exactly the same as) the best linear predictor you computed above. That is, run a linear regression of portfolio return on market return for the Keynes and Buffett data sets. You can report your results using the output of the summary ( ) command. Make scatter plots with overlaid fitted lines to visualize your work. (c) What would you predict for the Keynes and Buffett portfolio returns when the market is up 10% versus when it is down 10%? Provide 95% prediction intervals for your point predictions. Which portfolio would you prefer and why?\f(d) Let pm denote the mean market return, meaning that E(X) 2 pt,\" where X is the random variable representing market return. Express the expected value of the Keynes and Buffett portfolio retums in terms of pm, using the relation Y = a + Xb. In light of this calculation, how can we interpret the roll of a in the market model? (e) Let om denote the standard deviation of the market returns, meaning that V(X ) = 0,2,, where X is the random variable representing market return. Express the variance of Keynes and Buffett's portfolio returns in terms of am using the relation Y = a + Xb. In light of this calculation, how can we interpret the roll of b in the market model?
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