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
Monte Carlo Mean Estimation
0
$\begingroup$
monte-carlo
1 Answers
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$$
-
0Thanks for your answer. But what is B? – 2017-01-11
-
0You must add more information so that I can help – 2017-01-12
-
0The choices of B are cov(a,b)/var(a), cov(a,b)/var(b), 1, -1 – 2017-01-13