As a follow up to algebra-of-random-variables, is it possible to compute:
$z = \frac{dx}{dy}$
Where $x$ and $y$ are drawn from a known, independent probability distribution $x \in f(x)$, $y \in g(y)$? Geometrically the problem makes sense, one has a function $h(x,y) = f(x)g(y)$ that is the joint probability distribution and we are essentially asking for the gradient along one direction. I can get this to the expression ($z \in q(z)$):
$q(z) = \int f(x) g( \int{[z dx]} ) ( \frac{d}{dz} \int{[z dx]} ) dx$
But I'm not quite sure what to make of this, or even how to compute it given specific PDF's.
EDIT: For simplicity, assume all the PDF's considered are continuous and smooth.