i have a question who is very difficult for me. Its very much hard for find the solution:
$X,Y$ are random variables, and $R^2=(X-a)^2+(Y-b)^2$ with $a,b$ constants
$X,Y$ have distribution normal $N~(0,\sigma)$
How do I calculate the probability $P=[R\leq r]$?
could you help me? Plz.
Possible approach. Let $Z$ be the distance of the point $(X, Y)$ from the origin; then
$$ P(Z \leq z) = 1-e^{-\frac{z^2}{2}} = 1-e^{-\frac{X^2+Y^2}{2}} $$
At this point, I don't see any easier way than to integrate this expression over the disc $(X-a)^2+(Y-b)^2 \leq r^2$. Is this something you're supposed to be able to do symbolically?