Let Y be a random variable normally distributed, and let $X=g(Y)$ be a transformation of Y such that g solves a certain integral equation
$$I[g,F_X]=0$$
where $F_X$ is the distribution function of X.
Solve for g.
The only algorithm I naively came out is:
- guess an initial probability distribution for X
- solve I[.,.] for g, given the guessed $F_X$
- estimate the new $F_X$ given g
- goto step 2 or exit
Is there a more sophisticated strategy I can adopt for solving this equation? Any reference to articles or books can be helpful.