Suppose $X \sim N(\mu, 1)$ is a standard normal with shifted mean. If I sample $X$ once and calculate $\Phi(X)$ (where $\Phi$ is the CDF of the standard normal), what is its expected value and variance?
If $\mu = 0$ then $X$ is just standard normal, so we can deduce that $E[\Phi(X)] = 1/2$, but how do you calculate its variance? I suppose I can go straight to evaluating the integral, but was wondering if there's a "Statistical" approach to it that cleverly uses the definition of $X$ or properties of $\Phi$
If $\mu > 0$, then the expected value is also not $1/2$ but again, I can evaluate the integral directly or I feel like there is a more clever way to do this.