Convolution of Gaussian and error function

2.1k Views Asked by At

I am trying to evaluate the following integral: $$ \int_{-\infty}^{\infty}e^{-\frac{x^2}{2}}\Phi(x-t)dx $$ where $$ \Phi(y) = \frac{1}{2} + \frac{1}{2}erf\left(\frac{y}{\sqrt{2}}\right) $$ I have tried integration by parts, a substitution, but nothing useful came out of this

1

There are 1 best solutions below

0
On BEST ANSWER

$$ \begin{align} \int_{-\infty}^{\infty} e^{-\frac{x^2} {2}} \Phi(x-t) dx & = \sqrt{2\pi}\int_{-\infty}^{\infty} \phi(x) \Phi(x-t) dx \\ & = \sqrt{2\pi}\Pr\{Z_1 \leq Z_2 - t\} \\ & = \sqrt{2\pi}\Pr\left\{\frac {Z_1 - Z_2} {\sqrt{2}} \leq - \frac {t} {\sqrt{2}}\right\} \\ & = \sqrt{2\pi}\Phi\left(- \frac {t} {\sqrt{2}}\right) \end{align} $$ where $\phi$ and $\Phi$ is the standard normal pdf and CDF respectively, $Z_1, Z_2$ are independent standard normal random variables.