Is there an analytic solution for the following Gaussian integral?
$$\int_{-\infty}^{+\infty} \Phi(x)^n \cdot \phi(a+bx) \cdot dx$$
with
- $n$, a positive integer (typically under 10)
- $a,b$, real numbers (typical values: $a$ between 1 and 30, and $b$ between 1 and 10)
- $\Phi(\cdot)$, the standard normal cumulative distribution function
- $\phi(\cdot)$, the standard normal density function
I found a solution for $n=1$ and $n=2$ (see http://en.wikipedia.org/wiki/List_of_integrals_of_Gaussian_functions)
However, I would need a general solution (for any $n$) if it exists. If not, is there a good approximation?
Thanks.
If we assume that $b$ is large, we can try the Laplace method see http://en.wikipedia.org/wiki/Laplace%27s_method look under "Other formulations". This assumes that the integrand is maximal at $-a/b$ and decays fast around this point. This gives $$ \int \Phi^n(x)\phi(bx+a) dx \approx \Phi^n(-a/b)\int \phi(bx+a) dx=$$ $$\Phi^n(-a/b) \frac{1}{b}$$ This is now the quick and dirty proposal. If it doesn't help, (please some information about the context), maybe one can try Laplace's method in some other way, i.e. with $n$ as large parameter.