Monte Carlo Mean Estimation

132 Views Asked by At

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

There are 1 best solutions below

3
On BEST ANSWER

$$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$$