I had the following problem
$$ \int \limits_{- \infty}^\infty \mathrm{d} x \exp \left( - \frac{x^2}{2 \sigma} - 2 x \right) \exp \left( - E e^{-x} \right), \quad \sigma, E > 0 $$ by substituting $t = x - \log E$ I got rid of constants in the double exponential and arrived at this form (times some constant, which is not important right now) $$ \int \limits_{- \infty}^\infty \mathrm{d} t \exp \left( - \alpha t^2 - \beta t - e^{-t} \right) $$
I can't move from here on. I also tried $e^{-t} = u$ ($t = - \log u$) $$ \int \limits_{- \infty}^\infty \frac{\mathrm{d} u}{u} \exp \left( - \alpha \log^2 u + \beta \log u - u \right) = \int \limits_{- \infty}^\infty \mathrm{d} u \exp \left( - \alpha \log^2 u + (\beta-1) \log u - u \right) $$
I tried to divide the integral as $e^{-u}$ being one part and the rest the other part but both paths of the by parts integration yield horrible things (one yields the error function, the other gives an even more complicated function).
Is there a substitution that would reveal that this integral depends only on some combination of constants, thus it's a one parameter problem, or is this truly a two parameter problem?
It being a one parameter problem would be neat, but if there's a substitution that would make it into a known function of some combination of parameters times numerical constant given by some integral (similarly how gaussian integral is $1/\sqrt{\alpha}$ times $\sqrt{\pi}$), that would be pretty rad.
I also tried the following expansion $$ e^{-u} = \sum_{n = 0}^\infty \frac{(-1)^n u^n}{n!} $$ and therefore $$ \int \limits_0^\infty \mathrm d u \exp \left( - \alpha \log^2 u + (\beta-1) \log u - u \right) "=" \sqrt{\frac{\pi}{\alpha}} \sum_{n = 0}^\infty \frac{(-1)^n}{n!} \exp \left( \frac{(\beta + n)^2}{4 \alpha} \right) $$ but the right-hand side obviously does not converge :/ There is also perhaps a way to expand $\exp \left( - e^{-t} \right)$ (from the previous form of the integral) into the infinite series and go from there (and hope that the resulting series will converge after integration), but I don't know how to do that.
I guess at this point it's more or less clear that there is no combination of special and elementary functions that would describe the result of this integration, but even then I'd be interested in asymptotic as $\beta \to \infty$, while $\alpha$ is held constant. I don't know how to approach such task.