1

I'm trying to determine the distribution of $Z^2$ where $Z \sim N(0,1)$. I'm not really sure even how to start, is it ok to just multiply the density functions? May I need to use the MGF?

lithiium
  • 121

1 Answers1

4

You can't just multiply the density functions, but you can calculate the CDF of $Z^2$ in terms of $\Phi(x) = P(Z \le x)$. Note that $$P(Z^2 \le x) = P(|Z| \le \sqrt{x}) = P(-\sqrt{x} \le Z \le \sqrt{x}) = \Phi(\sqrt{x}) - \Phi(-\sqrt{x})$$ holds for any $x \ge 0$. From this you can calculate the density by deriving the CDF.

The distribution of $Z^2$ is called chi-squared distribution with $1$ degree of freedom. The corresponding notation is $Z^2 \sim \chi^2_1$.

Did
  • 279,727
Dominik
  • 19,963