Skip to content

Commit 1deb9cc

Browse files
committed
corrected some pages
Several small mistakes/errors were corrected in several proofs/definitions.
1 parent c5674ab commit 1deb9cc

12 files changed

Lines changed: 16 additions & 16 deletions

P/bin-pmf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ f_X(x) = {n \choose x} \, p^x \, (1-p)^{n-x} \; .
3434
$$
3535

3636

37-
**Proof:** A binomial variable [is defined as](/D/bin) the number of successes observed in $n$ [independent](/D/ind) trials, where each trial has [two possible outcomes](/D/bern) (success/failure) and the [probability](/D/prob) of success and failure are identical across trials ($p$, $q = 1-p$).
37+
**Proof:** A [binomial variable](/D/bin) is defined as the number of successes observed in $n$ [independent](/D/ind) trials, where each trial has [two possible outcomes](/D/bern) (success/failure) and the [probability](/D/prob) of success and failure are identical across trials ($p$, $q = 1-p$).
3838

3939
If one has obtained $x$ successes in $n$ trials, one has also obtained $(n-x)$ failures. The probability of a particular series of $x$ successes and $(n-x)$ failures, when order does matter, is
4040

P/cuni-qf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ F_X(x) = \left\{
5151
\right.
5252
$$
5353

54-
The quantile function $Q_X(p)$ [is defined as](/D/qf) the smallest $x$, such that $F_X(x) = p$:
54+
The [quantile function](/D/qf) $Q_X(p)$ is defined as the smallest $x$, such that $F_X(x) = p$:
5555

5656
$$ \label{eq:qf}
5757
Q_X(p) = \min \left\lbrace x \in \mathbb{R} \, \vert \, F_X(x) = p \right\rbrace \; .

P/duni-qf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ F_X(x) = \left\{
5353
\right.
5454
$$
5555

56-
The quantile function $Q_X(p)$ [is defined as](/D/qf) the smallest $x$, such that $F_X(x) = p$:
56+
The [quantile function](/D/qf) $Q_X(p)$ is defined as the smallest $x$, such that $F_X(x) = p$:
5757

5858
$$ \label{eq:qf}
5959
Q_X(p) = \min \left\lbrace x \in \mathbb{R} \, \vert \, F_X(x) = p \right\rbrace \; .

P/exp-qf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ F_X(x) = \left\{
5050
\right.
5151
$$
5252

53-
The quantile function $Q_X(p)$ [is defined as](/D/qf) the smallest $x$, such that $F_X(x) = p$:
53+
The [quantile function](/D/qf) $Q_X(p)$ is defined as the smallest $x$, such that $F_X(x) = p$:
5454

5555
$$ \label{eq:qf}
5656
Q_X(p) = \min \left\lbrace x \in \mathbb{R} \, \vert \, F_X(x) = p \right\rbrace \; .

P/gam-qf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ F_X(x) = \left\{
5858
\right.
5959
$$
6060

61-
The quantile function $Q_X(p)$ [is defined as](/D/qf) the smallest $x$, such that $F_X(x) = p$:
61+
The [quantile function](/D/qf) $Q_X(p)$ is defined as the smallest $x$, such that $F_X(x) = p$:
6262

6363
$$ \label{eq:qf}
6464
Q_X(p) = \min \left\lbrace x \in \mathbb{R} \, \vert \, F_X(x) = p \right\rbrace \; .

P/mlr-f.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ $$ \label{eq:mlr-rss-dist}
121121
\frac{\hat{\varepsilon}^\mathrm{T} \hat{\varepsilon}}{\sigma^2} = \tau \, \hat{\varepsilon}^\mathrm{T} \hat{\varepsilon} \sim \chi^2(n-p) \; .
122122
$$
123123

124-
The [chi-squared distribution is related to the gamma distribution](/P/gam-chi2) in the following way:
124+
The [chi-squared distribution is related to the gamma distribution](/P/chi2-gam) in the following way:
125125

126126
$$ \label{eq:gam-chi2}
127127
X \sim \chi^2(k) \quad \Rightarrow \quad cX \sim \mathrm{Gam}\left( \frac{k}{2}, \frac{1}{2c} \right) \; .

P/mlr-olsdist.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ title: "Distributions of estimated parameters, fitted signal and residuals in mu
1111
chapter: "Statistical Models"
1212
section: "Univariate normal data"
1313
topic: "Multiple linear regression"
14-
theorem: "Distribution of OLS estimates, fitted signal and residuals"
14+
theorem: "Distribution of OLS estimates, signal and residuals"
1515

1616
sources:
1717
- authors: "Koch, Karl-Rudolf"

P/mlr-rssdist.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ $$ \label{eq:mvn-cochran}
8585
x \sim \mathcal{N}(\mu, \sigma^2 I_n) \quad \Rightarrow \quad y = x^\mathrm{T} A x /\sigma^2 \sim \chi^2\left( \mathrm{tr}(A), \mu^\mathrm{T} A \mu \right) \; .
8686
$$
8787

88-
First, we formulate the residuals in terms of transformed measurements $\tilde{y}$:
88+
First, we [formulate the residuals](/P/mlr-mat) in terms of transformed measurements $\tilde{y}$:
8989

9090
$$ \label{eq:rss-y-s1}
9191
\begin{array}{rlcl}

P/mlr-wlsdist.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ title: "Distributions of estimated parameters, fitted signal and residuals in mu
1111
chapter: "Statistical Models"
1212
section: "Univariate normal data"
1313
topic: "Multiple linear regression"
14-
theorem: "Distribution of estimated parameters, signal and residuals"
14+
theorem: "Distribution of WLS estimates, signal and residuals"
1515

1616
sources:
1717
- authors: "Koch, Karl-Rudolf"
@@ -116,7 +116,7 @@ $$
116116
3) The [residuals of the linear regression model](/P/mlr-mat) are given by
117117

118118
$$ \label{eq:e-est}
119-
\hat{\varepsilon} = y - X \hat{\beta} = \left( I_n - X (X^\mathrm{T} V^{-1} X)^{-1} X^\mathrm{T} \right) y = \left( I_n - P \right) y
119+
\hat{\varepsilon} = y - X \hat{\beta} = \left( I_n - X (X^\mathrm{T} V^{-1} X)^{-1} X^\mathrm{T} V^{-1} \right) y = \left( I_n - P \right) y
120120
$$
121121

122122
and thus, by applying \eqref{eq:mvn-ltt} to \eqref{eq:e-est}, they are distributed as
@@ -126,9 +126,9 @@ $$ \label{eq:e-est-dist}
126126
\hat{\varepsilon} &\sim \mathcal{N}\left( \left[ I_n - X (X^\mathrm{T} V^{-1} X)^{-1} X^\mathrm{T} V^{-1} \right] X \beta, \, \sigma^2 \left[ I_n - P \right] V \left[ I_n - P \right]^\mathrm{T} \right) \\
127127
&\sim \mathcal{N}\left( X \beta - X \beta, \, \sigma^2 \left[ V - V P^\mathrm{T} - P V + P V P^\mathrm{T} \right] \right) \\
128128
&\sim \mathcal{N}\left( 0, \, \sigma^2 \left[ V - V V^{-1} X (X^\mathrm{T} V^{-1} X)^{-1} X^\mathrm{T} - X (X^\mathrm{T} V^{-1} X)^{-1} X^\mathrm{T} V^{-1} V + P V P^\mathrm{T} \right] \right) \\
129-
&\sim \mathcal{N}\left( 0, \, \sigma^2 \left[ V - 2 P + X (X^\mathrm{T} V^{-1} X)^{-1} X^\mathrm{T} V^{-1} V V^{-1} X (X^\mathrm{T} V^{-1} X)^{-1} X^\mathrm{T} \right] \right) \\
130-
&\sim \mathcal{N}\left( 0, \, \sigma^2 \left[ V - 2 P + P \right] \right) \\
131-
&\sim \mathcal{N}\left( 0, \, \sigma^2 \left[ V - X (X^\mathrm{T} V^{-1} X)^{-1} X^\mathrm{T} \right] \right) \\
129+
&\sim \mathcal{N}\left( 0, \, \sigma^2 \left[ V - 2 P V + X (X^\mathrm{T} V^{-1} X)^{-1} X^\mathrm{T} V^{-1} V V^{-1} X (X^\mathrm{T} V^{-1} X)^{-1} X^\mathrm{T} \right] \right) \\
130+
&\sim \mathcal{N}\left( 0, \, \sigma^2 \left[ V - 2 P V + P V \right] \right) \\
131+
&\sim \mathcal{N}\left( 0, \, \sigma^2 \left[ V - P V \right] \right) \\
132132
&\sim \mathcal{N}\left( 0, \, \sigma^2 \left[ I_n - P \right] V \right) \; .
133133
\end{split}
134134
$$

P/mult-pmf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ f_X(x) = {n \choose {x_1, \ldots, x_k}} \, \prod_{i=1}^k {p_i}^{x_i} \; .
3434
$$
3535

3636

37-
**Proof:** A multinomial variable [is defined as](/D/mult) a vector of the numbers of observations belonging to $k$ distinct categories in $n$ [independent](/D/ind) trials, where each trial has [$k$ possible outcomes](/D/cat) and the category [probabilities](/D/prob) are identical across trials.
37+
**Proof:** A [multinomial variable](/D/mult) is defined as a vector of the numbers of observations belonging to $k$ distinct categories in $n$ [independent](/D/ind) trials, where each trial has [$k$ possible outcomes](/D/cat) and the category [probabilities](/D/prob) are identical across trials.
3838

3939
The probability of a particular series of $x_1$ observations for category $1$, $x_2$ observations for category $2$ etc., when order does matter, is
4040

0 commit comments

Comments
 (0)