In: Finance
Assume that the % expected return for security A and the market M for a good, normal and bad economy (probabilities .3,.4,.3) are 20, 16, and 10 for A and 8, 4, and 12 for M. Also assume that you invest 40% in A and 60% in M. Compute the correlation between A and M.
-7.44
-.57
-.67
.45
State of economy | Probability | Return on security A |
Return on market M |
Good | 0.3 | 20% | 8% |
Normal | 0.4 | 16% | 4% |
Bad | 0.3 | 10% | 12% |
Expected Return
Expected return is calculated using the formula:
Expected return = E[R] = p1*R1 + p2*R2 + p3*R3
Expected return on security A = E[RA] = 0.3*20% + 0.4*16% + 0.3*10% = 15.4%
Expected return on M = E[RM] = 0.3*8% + 0.4*4% + 0.3*12% = 7.6%
Variance is calculated using the formula:
Varaince = σ2 = p1*(R1-E[R])2 + p2*(R2-E[R])2 + p3*(R3-E[R])2
Standard deviation is calculated as the square-root of variance
Standard deviation of A
Variance of A = σA2 = 0.3*(20% - 15.4%)2 + 0.4*(16% - 15.4%)2 + 0.3*(10% - 15.4%)2 = 0.0006348 + 0.0000144 + 0.0008748 = 0.001524
Standard deviation od A is square-root of variance of A
Standard deviation of A = σA = (0.001524)1/2 = 0.0390384425918863
Standard Deviation of M
Variance of M = σM2 = 0.3*(8% - 7.6%)2 + 0.4*(4% - 7.6%)2 + 0.3*(12% - 7.6%)2 = 0.0000048 + 0.0005184 + 0.0005808 = 0.001104
Standard deviation of M is square-root of variance of M
Standard deviation of M = σM = (0.001104)1/2 = 0.0332264954516723
Covariance of A and M
Covariance between the return of A and M is calculated using the formula:
Cov(A,M) = p1*(R1,A - E[RA])*(R1,M - E[RM]) + p2*(R2,A - E[RA])*(R2,M - E[RM]) + p3*(R3,A - E[RA])*(R3,M - E[RM]) = 0.3*(20% - 15.4%)*(8%-7.6%) + 0.4*(16% - 15.4%)*(4%-7.6%) + 0.3*(10% - 15.4%)*(12%-7.6%) = 0.0000552 + (-0.0000864) + (-0.0007128) = -0.000744
Another formula for Covariance is::
Cov(A, M) = ρ* σA* σM
Where ρ is the correlation between A and M
Cov(A, M) = -0.000744, σA = 0.0390384425918863, σM = 0.0332264954516723
-0.000744 = ρ * 0.0390384425918863* 0.0332264954516723
ρ = (-0.000744)/(0.0390384425918863*0.0332264954516723) = -0.573582530123959 ~ -0.57 (Rounded to two decimals)
Correlation between A and M = -0.57
Answer -> -0.57