Skip to content

Commit 87c4373

Browse files
authored
Merge pull request #35 from StatProofBook/master
update to master
2 parents ba4faa1 + 1d21f3c commit 87c4373

25 files changed

Lines changed: 231 additions & 30 deletions

D/beta.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ username: "JoramSoch"
2727
---
2828

2929

30-
**Definition**: Let $X$ be a [random variable](/D/rvar). Then, $X$ is said to follow a beta distribution with shape parameters $\alpha$ and $\beta$
30+
**Definition:** Let $X$ be a [random variable](/D/rvar). Then, $X$ is said to follow a beta distribution with shape parameters $\alpha$ and $\beta$
3131

3232
$$ \label{eq:beta}
3333
X \sim \mathrm{Bet}(\alpha, \beta) \; ,

D/chi2.md

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
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: "Chi-square 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+
- authors: "Robert V. Hogg, Joseph W. McKean, Allen T. Craig"
24+
year: 2018
25+
title: "The χ2-Distribution"
26+
in: "Introduction to Mathematical Statistics"
27+
pages: "Pearson, Boston, 2019, p. 178, eq. 3.3.7"
28+
url: "https://www.pearson.com/store/p/introduction-to-mathematical-statistics/P100000843744"
29+
30+
def_id: "D100"
31+
shortcut: "chi2"
32+
username: "kjpetrykowski"
33+
---
34+
35+
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+
$$
41+
42+
Then, the sum of their squares follows a chi-square distribution with $k$ degrees of freedom:
43+
44+
$$\label{eq:chi2}
45+
Y = \sum_{i=1}^{k} X_{i}^{2} \sim \chi^{2}(k) \quad \text{where} \quad k > 0 \; .
46+
$$
47+
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
49+
50+
$$ \label{eq:chi2-pdf}
51+
\chi^{2}(x; k) = \frac{1}{2^{k/2}\Gamma (k/2)} \, x^{k/2-1} \, e^{-x/2}
52+
$$
53+
54+
where $k > 0$ and the density is zero if $x \leq 0$.

D/dir.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ username: "JoramSoch"
2727
---
2828

2929

30-
**Definition**: Let $X$ be a [random vector](/D/rvec). Then, $X$ is said to follow a Dirichlet distribution with concentration parameters $\alpha = \left[ \alpha_1, \ldots, \alpha_k \right]$
30+
**Definition:** Let $X$ be a [random vector](/D/rvec). Then, $X$ is said to follow a Dirichlet distribution with concentration parameters $\alpha = \left[ \alpha_1, \ldots, \alpha_k \right]$
3131

3232
$$ \label{eq:Dir}
3333
X \sim \mathrm{Dir}(\alpha) \; ,

D/dist-cond.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ username: "JoramSoch"
2727
---
2828

2929

30-
**Definition**: Let $X$ and $Y$ be [random variables](/D/rvar) with sets of possible outcomes $\mathcal{X}$ and $\mathcal{Y}$. Then, the conditional distribution of $X$ given that $Y$ is a [probability distribution](/D/dist) that specifies the probability of the event that $X = x$ given that $Y = y$ for each possible combination of $x \in \mathcal{X}$ and $y \in \mathcal{Y}$. The conditional distribution of $X$ can be obtained from the [joint distribution](/D/dist-joint) of $X$ and $Y$ and the [marginal distribution](/D/dist-marg) of $Y$ using the [law of conditional probability](/D/prob-cond).
30+
**Definition:** Let $X$ and $Y$ be [random variables](/D/rvar) with sets of possible outcomes $\mathcal{X}$ and $\mathcal{Y}$. Then, the conditional distribution of $X$ given that $Y$ is a [probability distribution](/D/dist) that specifies the probability of the event that $X = x$ given that $Y = y$ for each possible combination of $x \in \mathcal{X}$ and $y \in \mathcal{Y}$. The conditional distribution of $X$ can be obtained from the [joint distribution](/D/dist-joint) of $X$ and $Y$ and the [marginal distribution](/D/dist-marg) of $Y$ using the [law of conditional probability](/D/prob-cond).

D/dist-joint.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ username: "JoramSoch"
2727
---
2828

2929

30-
**Definition**: Let $X$ and $Y$ be [random variables](/D/rvar) with sets of possible outcomes $\mathcal{X}$ and $\mathcal{Y}$. Then, a joint distribution of $X$ and $Y$ is a [probability distribution](/D/dist) that specifies the probability of the event that $X = x$ and $Y = y$ for each possible combination of $x \in \mathcal{X}$ and $y \in \mathcal{Y}$.
30+
**Definition:** Let $X$ and $Y$ be [random variables](/D/rvar) with sets of possible outcomes $\mathcal{X}$ and $\mathcal{Y}$. Then, a joint distribution of $X$ and $Y$ is a [probability distribution](/D/dist) that specifies the probability of the event that $X = x$ and $Y = y$ for each possible combination of $x \in \mathcal{X}$ and $y \in \mathcal{Y}$.
3131

3232
* The joint distribution of two scalar [random variables](/D/rvar) is called a bivariate distribution.
3333

D/dist-marg.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ username: "JoramSoch"
2727
---
2828

2929

30-
**Definition**: Let $X$ and $Y$ be [random variables](/D/rvar) with sets of possible outcomes $\mathcal{X}$ and $\mathcal{Y}$. Then, the marginal distribution of $X$ is a [probability distribution](/D/dist) that specifies the probability of the event that $X = x$ irrespective of the value of $Y$ for each possible value $x \in \mathcal{X}$. The marginal distribution can be obtained from the [joint distribution](/D/dist-joint) of $X$ and $Y$ using the [law of marginal probability](/D/prob-marg).
30+
**Definition:** Let $X$ and $Y$ be [random variables](/D/rvar) with sets of possible outcomes $\mathcal{X}$ and $\mathcal{Y}$. Then, the marginal distribution of $X$ is a [probability distribution](/D/dist) that specifies the probability of the event that $X = x$ irrespective of the value of $Y$ for each possible value $x \in \mathcal{X}$. The marginal distribution can be obtained from the [joint distribution](/D/dist-joint) of $X$ and $Y$ using the [law of marginal probability](/D/prob-marg).

D/dist.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ username: "JoramSoch"
2727
---
2828

2929

30-
**Definition**: Let $X$ be a [random variable](/D/rvar) with the set of possible outcomes $\mathcal{X}$. Then, a probability distribution of $X$ is a mathematical function that gives the [probabilities](/D/prob) of occurrence of all possible outcomes $x \in \mathcal{X}$ of this random variable.
30+
**Definition:** Let $X$ be a [random variable](/D/rvar) with the set of possible outcomes $\mathcal{X}$. Then, a probability distribution of $X$ is a mathematical function that gives the [probabilities](/D/prob) of occurrence of all possible outcomes $x \in \mathcal{X}$ of this random variable.

D/exp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ username: "JoramSoch"
2727
---
2828

2929

30-
**Definition**: Let $X$ be a [random variable](/D/rvar). Then, $X$ is said to be exponentially distributed with rate (or, inverse scale) $\lambda$
30+
**Definition:** Let $X$ be a [random variable](/D/rvar). Then, $X$ is said to be exponentially distributed with rate (or, inverse scale) $\lambda$
3131

3232
$$ \label{eq:exp}
3333
X \sim \mathrm{Exp}(\lambda) \; ,

D/gam.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ username: "JoramSoch"
2828
---
2929

3030

31-
**Definition**: Let $X$ be a [random variable](/D/rvar). Then, $X$ is said to follow a gamma distribution with shape $a$ and rate $b$
31+
**Definition:** Let $X$ be a [random variable](/D/rvar). Then, $X$ is said to follow a gamma distribution with shape $a$ and rate $b$
3232

3333
$$ \label{eq:gam}
3434
X \sim \mathrm{Gam}(a, b) \; ,

D/matn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ username: "JoramSoch"
2727
---
2828

2929

30-
**Definition**: Let $X$ be an $n \times p$ [random matrix](/D/rmat). Then, $X$ is said to be matrix-normally distributed with mean $M$, [covariance](/D/covmat) across rows $U$ and [covariance](/D/covmat) across columns $V$
30+
**Definition:** Let $X$ be an $n \times p$ [random matrix](/D/rmat). Then, $X$ is said to be matrix-normally distributed with mean $M$, [covariance](/D/covmat) across rows $U$ and [covariance](/D/covmat) across columns $V$
3131

3232
$$ \label{eq:matn}
3333
X \sim \mathcal{MN}(M, U, V) \; ,

0 commit comments

Comments
 (0)