0
$\begingroup$

Monte Carlo: to find out the mean of $A$, find a variable $B$, $corr(A,B)=c$, and simulate $A + B(E(B)-B)$ instead of A. What is $B$? The choices of B are cov(a,b)/var(a), cov(a,b)/var(b), 1, -1

1 Answers 1

0

$$corr(A,B)=\frac{E(A-E(A))E(B-E(B))}{\sigma_A\sigma_B}=c$$ $${E(B-E(B))}=\frac{c(\sigma_A\sigma_B)}{E(A-E(A))}$$ $$A+B({E(B)-B)}=A+\bigg(\frac{c(\sigma_A\sigma_B)}{E(A-E(A))}-B\bigg)B$$

  • 0
    Thanks for your answer. But what is B?2017-01-11
  • 0
    You must add more information so that I can help2017-01-12
  • 0
    The choices of B are cov(a,b)/var(a), cov(a,b)/var(b), 1, -12017-01-13