Assuming I want to get an estimation of $\pi$ using a MonteCarlo estimation of the unit circle. The most natural choice is to take random points in the smallest domain containing the circle, such as $[-1,1]\times[-1,1]$. It seems to be that this is a better choice than taking $[-10,10]\times[-10,10]$ because it is more ``sensitive'' to the geometry I am integrating. I guess I can tie this to the variance of the estimator.
We have Bernouilli law with variance $$\frac{p(1-p)}{N}$$ so it seems that $p\sim 1$ does not minimize the variance.
What I am missing?