|
| 1 | +--- |
| 2 | +layout: definition |
| 3 | +mathjax: true |
| 4 | + |
| 5 | +author: "Kenneth Petrykowski" |
| 6 | +affiliation: "KU Leuven" |
| 7 | +e_mail: "kenneth.petrykowski@gmail.com" |
| 8 | +date: 2020-10-13 01:20:00 |
| 9 | + |
| 10 | +title: "Chi-square distribution" |
| 11 | +chapter: "Probability Distributions" |
| 12 | +section: "Univariate continuous distributions" |
| 13 | +topic: "Chi-square distribution" |
| 14 | +definition: "Definition" |
| 15 | + |
| 16 | +sources: |
| 17 | + - authors: "Wikipedia" |
| 18 | + year: 2020 |
| 19 | + title: "Exponential distribution" |
| 20 | + in: "Wikipedia, the free encyclopedia" |
| 21 | + pages: "retrieved on 2020-10-12" |
| 22 | + url: "https://en.wikipedia.org/wiki/Chi-square_distribution#Definitions" |
| 23 | + |
| 24 | + - authors: "Robert V. Hogg, Joseph W. McKean, Allen T. Craig" |
| 25 | + year: 2018 |
| 26 | + title: "The χ2-Distribution" |
| 27 | + in: "Introduction to Mathematical Statistics" |
| 28 | + pages: "Pearson, Boston, 2019, p. 178, eq. 3.3.7" |
| 29 | + url: "https://www.pearson.com/store/p/introduction-to-mathematical-statistics/P100000843744" |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | +def_id: "D100" |
| 34 | +shortcut: "chi-2" |
| 35 | +username: "kjpetrykowski" |
| 36 | +--- |
| 37 | + |
| 38 | + |
| 39 | +**Definition:** Let $X_{1}, ..., X_{k}$ be [independent random 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 | +$ |
| 44 | + |
| 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 |
| 46 | + |
| 47 | +$$\label{eq:chi-2} Y\ \sim \ \chi ^{2}(k)\ ; ,$$ |
| 48 | + |
| 49 | +if and only if its probability density function is given by |
| 50 | + |
| 51 | +$$ \label{eq:chi-2-pdf} \chi ^{2}(x; k) = {\frac {1}{2^{k/2}\Gamma (k/2)}}\;x^{k/2-1}e^{-x/2}\; $$ |
| 52 | + |
| 53 | +where $k > 0$ and the density is zero if $x \leq 0$. |
0 commit comments