suppose I have random variable X and Y with uncertainty $σ_x$ and $σ_y$. Now I want to estimate the uncertainty of $\frac XY$.
when σx is far less than Mean[X] and σy far less than Mean[Y], this problem has an easy resolution. However, I want to get the error bar of $\frac XY$ when σx is not necessary far less than Mean[X] and similarly for $σ_y$.
So this this the abstract model:
suppose$X~\sim~N(\bar x,σ_x^2),Y \sim~N(\bar y,σ_y^2)$ what is the distribution of $\frac XY$? (we know it is Cauchy distribution if $\bar x=\bar y=0$ and $σ_x=σ_y$ by Normal Ratio Distribution with CDF Method)
or what I care most, what is Mean[$\frac XY$] or most probable $\frac XY$?
If I want to set an confidence interval (error bar/uncertainty estimation) of ,saying 75%, for $\frac XY$ distribution, how should I chose? It seems that [ $\frac{\bar x-σ_x}{\bar y+σ_y}$,$\frac{\bar x+σ_x}{\bar y-σ_y}$] is a nature one, what is the confidence for this interval?
If I have $\bar x-σ_x$ and $\bar y-σ_y$ significantly large than $0$, will this problem be simplified?
https://filezemp.univ-st-etienne.fr/yr6k8
– Jean Marie Mar 02 '16 at 10:43