You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Definition:** Let $X_{1}, ..., X_{k}$ be [independentrandom variables](/D/rvar), where each of them is following standard normal distribution ($X_{i} \sim \mathcal N(0,1)$). Then, the sum of their squares,
40
-
$Y\ =\sum _{i=1}^{k}X_{i}^{2},$ follows chi-square distribution with $k$ degrees of freedom
41
-
$$\label{eq:chi-2} Y\ \sim \ \chi ^{2}(k)\ ; , $$
42
-
where $k > 0$.
43
-
$
36
+
**Definition:** Let $X_{1}, ..., X_{k}$ be [independent](/D/ind)[random variables](/D/rvar) where each of them is following a [standard normal distribution](/D/snorm):
37
+
38
+
$$\label{eq:snorm}
39
+
X_{i} \sim \mathcal{N}(0,1) \; .
40
+
$$.
44
41
45
-
**Definition:** Let $Y$ be a random continous variable. Then, $Y$ is said to follow a chi-square distribution with $k$ number of degress of freedom
42
+
Then, the sum of their squares follows a chi-square distribution with $k$ degrees of freedom:
46
43
47
-
$$\label{eq:chi-2} Y\ \sim \ \chi ^{2}(k)\ ; ,$$
44
+
$$\label{eq:chi2}
45
+
Y = \sum_{i=1}^{k} X_{i}^{2} \sim \chi^{2}(k) \quad \text{where} \quad k > 0 \; .
46
+
$$
48
47
49
-
if and only if its probability density function is given by
48
+
A [random variables](/D/rvar) $Y$ is said said to follow a chi-square distribution with $k$ number of degress of freedom, if and only if its [probability density function](/D/pdf) is given by
title: "Chi-square distribution is a special case of gamma distribution"
11
+
chapter: "Probability Distributions"
12
+
section: "Univariate continuous distributions"
13
+
topic: "Chi-square distribution"
14
+
theorem: "Special case of gamma distribution"
15
+
16
+
sources:
17
+
18
+
proof_id: "P174"
19
+
shortcut: "chi2-gam"
20
+
username: "kjpetrykowski"
21
+
---
22
+
23
+
24
+
**Theorem:** The [chi-square distribution](/D/chi2) with $k$ degrees of freedom is a special case of the [gamma distribution](/D/gam) with shape $\frac{k}{2}$ and rate $\frac{1}{2}$:
25
+
26
+
$$ \label{eq:chi2-gam}
27
+
X \sim \mathrm{Gam}\left( \frac{k}{2}, \frac{1}{2} \right) \Rightarrow X \sim \chi^{2}(k) \; .
28
+
$$
29
+
30
+
31
+
**Proof:** The [probability density function of the gamma distribution](/P/gam-pdf) for $x > 0$, where $\alpha$ is the shape parameter and $\beta$ is the rate paramete, is as follows:
**Proof:** Combining the [definition of the $m$-th raw moment](/D/momraw) with the [probability density function of the chi-square distribution](/P/chi2-pdf), we have:
This leads to the desired result when $m > -k/2$. Observe that, if $m$ is a nonnegative integer, then $m > -k/2$ is always true. Therefore, all [moments](/D/mom) of a [chi-square distribution](/D/chi2) exist and the $m$-th raw moment is given by the foregoing equation.
0 commit comments