If $Y|X \sim N(0,1)$, does that mean $Y$ itself is also $N(0,1)$?
It looks like it as I can write $$ E[Y] = E[E[Y|X]] = E[0] = 0, $$ and $$ Var[Y] = Var[E[Y|X]] + E[Var[Y|X] = Var[0] + E[1] = 1. $$ But although I get the correct expectation and variance I don't see how we can say $Y$ is normally distributed?
If it is true, does this only hold because we are dealing with the normal distribution?