Calculating Expected Return and Standard Deviation of Combined Investment

needhelp83
Messages
193
Reaction score
0
Let X and Y be the per dollar return of 2 stocks. Suppose that both have an expected return of 0.05, both have a variance of 0.0009 and covariance(X,Y)= -0.001. Suppose that you invest $50 in the stock with return X and $100 in the stock having return Y

1) Calculate the expected return of your combined investment. Calculate the standard deviation

2) Provide the smallest centered at your expected return that will contain your future return with probability 8/9. (HINT: Since you many not assume that the return distribution is normal, you must use Chebychev's theorem)


For number 1) is this simply adding up 0.05 *2??
 
Physics news on Phys.org
1)E[Return] = E[50X] + E[100Y] = (50*.05)+(100*.05)=7.5

The standard deviation is:
Var(Return) = Var(50X+100Y)= 502Var(X) + 1002Var(Y)+ 2*(50)*(100)*Cov(X,Y) = 1.25

\sqrt{1.25}=1.118
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top