I want to find the lower bound of $$\int_{-a}^{a}e^{-\frac{x^2}{2\sigma^2}}\frac{dx}{\sqrt{2\pi }\sigma}$$ where $x$ is a Gaussian Random variable with mean $0$ and variance $\sigma^2$.
I notice there are bunch of way to find a bound for standard Gaussian's tail probability but how should we deal with the probability in the middle?
Thanks in advance!
I presume $x$ and $y$ are the same variable, so this is $\Phi(a/\sigma) - \Phi(-a/\sigma) = 2 \Phi(a/\sigma)-1 = \text{erf}(a/(\sqrt{2}\sigma))$, where $\Phi$ is the standard normal CDF.
One lower bound that is good for $a/\sigma$ near $0$ is $$ \sqrt{\frac{2}{\pi}} \left(\frac{a}{\sigma} - \frac{a^3}{6\sigma^3}\right) $$ Of course this is useless for $a > \sqrt{6} \sigma$.