How to Prove the Sum of Squared Standard Normal Variables is Chi-Square?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 replies · 22K views
stattheory
Messages
1
Reaction score
0
If Z1,Z2...Zn are standard normal random variable that are identically and independently distrubuted, then how can one prove that squaring and summing them will produce a Chi-
squared random variable with n degrees of freedom.

Any help on this will be greatly appreciated. I am new to this stuff and often get confused in it.

Stattheory.
 
on Phys.org


Several ways. Start with one, set up

[tex] F(a) = \Pr(X^2 \le a) = \Pr(-\sqrt{a} \le X \le \sqrt{a})[/tex]

and show that [tex]f(a) = F'(a)[/tex] is the density for a central chi-square with 1 degree of freedom.

Then use the moment=generating method to show that the sum of [tex]n[/tex] chi-squares has a chi-square distribution with [tex]n[/tex] degrees of freedom.

Or, if you haven't seen moment-generating functions, start as above for 1, then
show that if [tex]W, Y[/tex] are two independent chi-square random variables, with [tex]n_1[/tex] and [tex]n_2[/tex] degrees of freedom, the sum [tex]W + Y[/tex] is chi-square with [tex]n_1 + n_2[/tex] degrees of freedom. The use induction for your case.

There are other ways, and I'm sure they will get proposed.