按照教材的说法,RPi = STD(i)*correlation(i,M)*RPm/STD(M)
而beta = correlation(i,M)*STD(i)/STD(M) ------------Note 1
Note 1
****** given corr(i,M)=cov(i,M)/[STD(M)*STD(i)]
divide both sde by STD(M)
******corr(i,M)/STD(M) = cov(i,M)/[STD(I)*STD(M)^2]
move STD(I) to the left
******STD(I)corr(i,M)/STD(M) = cov(i,M)/STD(M)^2, and the right hand side is the definition of beta |