What is the most intuitive proof of the fact that 'if X follows standard normal distribution, then -X also follows standard normal distribution'? Can one use characteristic function to establish this fact? That is, $$\phi_X(t) = \phi_{-X}(t) = e^{-0.5*t^2} $$ Does this simple proof make sense?
2026-04-07 11:00:39.1775559639
If X is standard normally distributed, what does -X follow?
70 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
Recall $a\mathcal{N}(\mu,\sigma^2) +b = \mathcal{N}(a\mu + b,a^2\sigma^2)$.
Here, $\mu = 0$, $\sigma^2=1$, $a=-1$ and $b=0$, so you have $-\mathcal{N}(0,1) = \mathcal{N}(0,1)$ as desired.