I am wondering what is the probability density function for the normal cdf $\Phi (aX+b)$, where $\phi$ is the usual standard normal cumulative distribution function
I want to calculate $\mathbb{E}[\Phi(aX+b)]$ but i am stuck on how to get the distribution. thank you =]
note: X is normally distributed
Let $X$ and $Y$ be the standard normal random variables. Then $$ \mathbb{E}(\Phi(a X + b)) = \mathbb{E}( \mathbb{P}( Y \le a x + b \vert X = x ) ) = \mathbb{P}(Y- a X \le b ) $$ But the combination $Z = Y-a X$ also follows normal distribution (being a linear combination of normals), with zero mean and variance $\mathbb{E}((Y-a X)^2) = 1 + a^2$. Hence $$ \mathbb{E}(\Phi(a X + b)) = \Phi\left(\frac{b}{\sqrt{1+a^2}}\right) $$
Here is numerical checks: