I have estimated two values: $X$ & $Y$ each of which have a standard error, $s_X$ and $s_Y$. I have assumed Normality for the construction of confidence intervals.
In an ideal situation, these two values should be the same. I'm running simulations to find out when they are the same or when they are different.
Previously, I have found their difference $W = X-Y$ and $s_W = \sqrt{s_X^2 + s_Y^2}$.
However, these values were inappropriate for the next steps of evaluation and so it would be better to find their ratio so I now have $Z = X/Y$ (I know that $Y \neq 0$).
How do I calculate the standard error of $Z$, $s_Z$? Or how would I find a confidence interval?