I am trying to find the distribution of a RV that should seem relatively straight forward but is eluding me. Let $X \sim N(0,\sigma_1)$ and $Y \sim N(0,\sigma_2)$ while $X$ and $Y$ are independent. I am looking for the distribution of $Q = \frac{Y}{X-Y}$.
Now I know that $\frac{X}{Y} \sim \text{Cauchy}\left(0,\frac{\sigma_1}{\sigma_2}\right)$ so I tried to start from there.
I used the following transformation to try to deal with the weird denominator: $U=X-Y$.
This provides the following transformed RV: $\frac{X-U}{U} = \frac{X}{U}-1$
Now this should be Cauchy distributed too. When I run numerical calculation in Excel (0ver 20,000 data points) and test the hypothesis whether the distribution is Cauchy it says each time it is.
The problem I am facing however is the parameters. The distribution does not have a zero median and the variance I expect to get does not match the numerical calculations from the data.
I'll illustrate with an example. Let $X \sim N(0,1)$ and $X \sim N(0,4)$. I expect the distribution to be $Q\sim \text{Cauchy}\left(0,0.8\right)$. However, from the data I obtained $Q\sim \text{Cauchy}\left(-0.94215,0.23406\right)$. After dealing with data sets of 20,000 data points it seems as if
$\frac{X-U}{U}\sim \text{Cauchy} \left(\frac{\sigma_1^2}{\sigma_1^2+\sigma_2^2}-1,\frac{\sigma_1\sigma_2}{\sigma_1^2 + \sigma_2^2}\right)$
This, however, I am not able to show analytically yet.
I suspect I am missing something about covariance however I am not quite sure. Any help to determine the issue and provide the correct formulas for the parameter estimations would be greatly appreciated.