I have two performance measures in a given experiment that I know to be approximately normally distributed:
$X_1\sim \mathcal{N}\left(\mu_1,\sigma_1^2\right)$
$X_2\sim \mathcal{N}\left(\mu_2,\sigma_2^2\right)$
I am interested in the distribution of the percent difference between these two variables. If I define:
$Y = X_1 - X_2$
$W = \sqrt{X_1^2}$
Then I can define the percent difference I am interested in by either of two forms:
$D_1 = \frac{Y}{X_1}$
or, if $X_1$ is likely to have negative values:
$D_2 = \frac{Y}{W}$
I know that the ratio of two independent normal variables with zero mean is distributed as a Cauchy variable, but in my case the two variables are neither independent nor have zero mean. I also know that the distribution of $W$ will be a folded normal distribution.
Does anyone out there knows the distribution of either form? I would be very thankful for a few pointers or ideas.
Cheers,