Question

In: Finance

Given the monthly returns that follow, find the R2, alpha, and beta of the portfolio. Compute...

Given the monthly returns that follow, find the R2, alpha, and beta of the portfolio. Compute the average return differential with and without sign. Do not round intermediate calculations. Round your answers to two decimal places.

Month Portfolio Return S&P 500 Return
January 6.0 % 6.3 %
February -2.6 -3.3
March -1.5 -1.3
April 2.3 1.7
May 0.7 -0.1
June -0.9 -0.3
July 0.5 0.8
August 1.5 1.8
September -0.4 0.2
October -3.0 -3.5
November 2.9 2.4
December 0.4 -0.1

R2:   

Alpha:   %

Beta:   

Average return difference (with signs):   %

Average return difference (without signs)   %

Solutions

Expert Solution

The above Solution can be computed through excel using Data Solver function by running the regression analysis:-

To do that = Excel->Data->Solver->Regression Analysis

Then select the data as X-axis = Porfolio returns and Y-axis = S&P Returns. You will get something like below:-

R2 = Cell P30 = 0.96

Alpha = Cell P42 = -0.12

Beta = Cell P43 = 1.02

{As regression line is like: Y = (Beta)*X + Alpha +-Error}

Average Return difference(with signs) = Average return of Portfolio - Average return of S&P 500 ; = 0.4917 - 0.3833 ; =0.1084%

Average Return difference(without signs) = Average return of Portfolio(without signs) - Average return of S&P 500(without signs) ; = 1.8917 - 1.8167 ; =0.0750%

Instruction:- To find the average use = AVERAGE() ; To find the absolute value = ABS()


Related Solutions

Given the monthly returns that follow, find the R2, alpha, and beta of the portfolio. Compute...
Given the monthly returns that follow, find the R2, alpha, and beta of the portfolio. Compute the average return differential with and without sign. Do not round intermediate calculations. Round your answers to two decimal places. Month Portfolio Return S&P 500 Return January 5.8 % 6.0 % February -2.4 -3.3 March -1.9 -1.3 April 2.4 1.6 May 0.5 0.2 June -1.0 -0.6 July 0.2 0.4 August 1.4 1.9 September -0.5 -0.3 October -3.5 -3.8 November 2.5 1.9 December 0.4 0.0...
Given the monthly returns that follow, find the R2, alpha, and beta of the portfolio. Compute...
Given the monthly returns that follow, find the R2, alpha, and beta of the portfolio. Compute the average return differential with and without sign. Do not round intermediate calculations. Round your answers to two decimal places. Month Portfolio Return S&P 500 Return January 5.3 % 5.5 % February -2.4 -2.9 March -1.8 -1.1 April 2.5 2.0 May 0.9 0.5 June -1.1 -0.5 July 0.2 0.4 August 1.3 1.7 September -0.8 -0.1 October -3.2 -3.8 November 2.8 2.3 December 0.8 0.3...
Given the monthly returns that follow, find the R2, alpha, and beta of the portfolio. Compute...
Given the monthly returns that follow, find the R2, alpha, and beta of the portfolio. Compute the average return differential with and without sign. Do not round intermediate calculations. Round your answers to two decimal places. Month Portfolio Return S&P 500 Return January 5.5 % 5.7 % February -2.3 -3.2 March -1.9 -1.1 April 2.3 1.8 May 0.9 0.2 June -0.5 0.0 July 0.0 0.2 August 1.3 1.5 September -0.3 0.2 October -3.7 -4.2 November 2.3 1.5 December 0.3 0.1...
Given the monthly returns that follow, find the R2, alpha, and beta of the portfolio.
Given the monthly returns that follow, find the R2, alpha, and beta of the portfolio. Compute the average return differential with and without sign. Do not round intermediate calculations. Round your answers to two decimal places.R2:   Alpha:   %Beta:   Average return difference (with signs):   %Average return difference (without signs)   %
Given the monthly returns that follow: Month Portfolio Return S&P 500 Return Jan. 5.5.% 5.8% Feb....
Given the monthly returns that follow: Month Portfolio Return S&P 500 Return Jan. 5.5.% 5.8% Feb. -2.4 -3.3 March -1.8 -1.5 April 2.7 2.0 May 0.7 -0.1 June -0.9 -0.4 July 0.1 0.5 August 1.5 2.0 September -0.8 -0.6 October -3.2 -3.7 November 2.4 1.6 December 0.6 0.1 Calculate R2:    Alpha:   % Beta:    Average return difference (with signs):   % Average return difference (without signs)   %
CAPM and expected​ returns.. a.  Given the following​ holding-period returns, compute the average returns and the...
CAPM and expected​ returns.. a.  Given the following​ holding-period returns, compute the average returns and the standard deviations for the Zemin Corporation and for the market. b.  If​ Zemin's beta is 1.88 and the​ risk-free rate is 7 percent, what would be an expected return for an investor owning​ Zemin? ​ (Note: Because the preceding returns are based on monthly​ data, you will need to annualize the returns to make them comparable with the​ risk-free rate. For​ simplicity, you can...
A firm has two mutually exclusive investment opportunities, Alpha and Beta. Returns on the projects are...
A firm has two mutually exclusive investment opportunities, Alpha and Beta. Returns on the projects are as follows: Project Alpha: returns $300 million after one year with probability 40% and $50 million after one year with probability 60%. Project Beta returns $180 million after one year for certain. Assume that all investors are risk-neutral so that present values can be calculated by discounting expected future cash flows at the risk-free interest rate of 5% per year. Also, assume that all...
Explain beta concept and how can you find the beta of an asset or portfolio? Identify...
Explain beta concept and how can you find the beta of an asset or portfolio? Identify key components of the CAPM model. What is SML? What method would you use to establish risk and return relationships?
Below you can find the comparative financial statements of “Alpha – Beta” company in € for...
Below you can find the comparative financial statements of “Alpha – Beta” company in € for years 2017 and 2018: Comparative Balance Sheet of “Alpha- Beta” Assets 2018 2017 Liabilities & Stockholders’ Equity 2018 2017 Fixed Assets Property, Plant and Equipment Accumulated depreciation Net Property, Plant and Equipment Other Assets Total Fixed Assets Current Assets Cash and Cash Equivalents Accounts receivables Inventory Prepaid Expenses Total Current Assets Total Assets 3,250,000 (425,000) 2,825,000 725,000 3,550,000 300,000 900,000 1,100,000 100,000 2,400,000 5,950,000...
For this assignment, you will implement the minimax algorithm with alpha-beta pruning in order to find...
For this assignment, you will implement the minimax algorithm with alpha-beta pruning in order to find the optimal move for a game of generalized tic-tac-toe. In this version of the game, the players can choose different board sizes, for example 4x4 or 5x5, instead of the normal 3x3. The game proceeds with the usual rules for tic-tac-toe (see https://en.wikipedia.org/wiki/Tic-tac-toe). Requirements You are to modify the mp2basecode (below) program to implement the alpha-beta search for making the computer’s move. This will...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT