Definition
Let \(X\) be a stochastic variable following a normal distribution with expected value \(\mu\) and variance \(\sigma^2\):
\[
X \sim \text{N} \left( \mu, \sigma^2 \right)
\]
From this it follows that
\[
u = \frac{X - \mu}{\sigma} \sim \text{N} (0, 1)
\]
The \(\chi^2\)-distribution with one degree of freedom is defined as the square of a standard normal distributed variate, i.e.
\[
u^2 = \left( \frac{X - \mu}{\sigma} \right)^2 \sim \chi_1^2
\]
The \(\chi^2\)-distribution with \(n\) degrees of freedom is defined as the sum of \(n\) squared independent standard normal distributed variates:
\[
\sum_{i=1}^{n} u_i^2 = \sum_{i=1}^{n} \left( \frac{X_i - \mu}{\sigma} \right)^2 \sim \chi_n^2
\]
Property 2
The expected value of a \(\chi^2\)-distributed variate is equal to the number of degrees of freedom:
\[
\text{E} \left( \chi_n^2 \right) = n
\]
The variance of a \(\chi^2\)-distributed variate is equal to two times the number of degrees of freedom:
\[
\text{V} \left( \chi_n^2 \right) = 2n
\]