Is there an analytic solution for the following Gaussian integral?
$$\int_{-\infty}^{\infty} \Phi(\frac{x}{2}+\frac{k}{x}) e^{-\frac{(x-a)^2}{2}}dx$$
with
$a,k$ are both real numbers,
$\Phi$ CDF of the standard Gauss distribution, that is, $\Phi(x):=\frac{1}{\sqrt{2\pi}} \int_{-\infty}^x e^{-\frac{t^2}{2}}dt$.
I found a similar question here, which solved the integral $\int_{-\infty}^{\infty} \Phi(x) e^{-\frac{(x-a)^2}{2}}dx$.
Is it possible to extend the above solution to my case?