Skip to content

Commit 1ebd193

Browse files
committed
corrected some pages
Several small corrections were done to several proofs and definitions.
1 parent da144af commit 1ebd193

6 files changed

Lines changed: 22 additions & 4 deletions

File tree

D/est-bias.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ username: "JoramSoch"
2929

3030
**Definition:** Let $\hat{\theta}: \mathcal{Y} \rightarrow \Theta$ be an [estimator](/D/est) of a [parameter](/D/para) $\theta \in \Theta$ from [data](/D/data) $y \in \mathcal{Y}$. Then,
3131

32-
* $\hat{\theta}$ is called an unbiased estimator when its [expected value](/D/mean) is equal to the parameter that it is estimating: $\mathrm{E}_{\hat{\theta}}\left[ \hat{\theta} \right] = \theta$, where the expectation is calculated over all possible samples $y$ leading to values of $\hat{\theta}$.
32+
* $\hat{\theta}$ is called an unbiased estimator when its [expected value](/D/mean) is equal to the parameter that it is estimating: $\mathrm{E}_{\hat{\theta}}(\hat{\theta}) = \theta$, where the expectation is calculated over all possible samples $y$ leading to values of $\hat{\theta}$.
3333

34-
* $\hat{\theta}$ is called a biased estimator otherwise, i.e. when $\mathrm{E}_{\hat{\theta}}\left[ \hat{\theta} \right] \neq \theta$.
34+
* $\hat{\theta}$ is called a biased estimator otherwise, i.e. when $\mathrm{E}_{\hat{\theta}}(\hat{\theta}) \neq \theta$.

D/est.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ topic: "Basic concepts of estimation"
1414
definition: "Estimator"
1515

1616
sources:
17+
- authors: "Ostwald, Dirk"
18+
year: 2023
19+
title: "Punktschätzung"
20+
in: "Wahrscheinlichkeitstheorie und Frequentistische Inferenz"
21+
pages: "Einheit (9), Folie 7"
22+
url: "https://www.ipsy.ovgu.de/ipsy_media/Methodenlehre+I/Wintersemester+2324/Wahrscheinlichkeitstheorie+und+Frequentistische+Inferenz/9_Punktsch%C3%A4tzung.pdf"
1723
- authors: "Wikipedia"
1824
year: 2024
1925
title: "Estimator"

D/nw.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ topic: "Normal-Wishart distribution"
1414
definition: "Definition"
1515

1616
sources:
17+
- authors: "Bishop, Christopher M."
18+
year: 2006
19+
title: "Appendix B. Probability Distributions"
20+
in: "Pattern Recognition for Machine Learning"
21+
pages: "p. 690, eq. B.53"
22+
url: "http://users.isr.ist.utl.pt/~wurmd/Livros/school/Bishop%20-%20Pattern%20Recognition%20And%20Machine%20Learning%20-%20Springer%20%202006.pdf"
1723

1824
def_id: "D175"
1925
shortcut: "nw"

P/mgf-lincomb.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ where $a_1, \ldots, a_n$ are $n$ real numbers.
3838

3939
**Proof:** The [moment-generating function of a random variable](/D/mgf) $X_i$ is
4040

41-
$$ \label{eq:mfg-vect}
41+
$$ \label{eq:mfg}
4242
M_{X_i}(t) = \mathrm{E} \left( \exp \left[ t X_i \right] \right)
4343
$$
4444

P/mlr-olstr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ $$
3939
2) and, if the two regressors are orthogonal to each other, they simplify to
4040

4141
$$ \label{eq:mlr-ols-tr-orth}
42-
\hat{\beta}_1 = \frac{x_1^\mathrm{T} y}{x_1^\mathrm{T} x_1} \quad \text{and} \quad \hat{\beta}_2 = \frac{x_2^\mathrm{T} y}{x_2^\mathrm{T} x_2}, \quad \text{if} \quad x_1 \perp x_2 \; .
42+
\hat{\beta}_1 = \frac{x_1^\mathrm{T} y}{x_1^\mathrm{T} x_1} \quad \text{and} \quad \hat{\beta}_2 = \frac{x_2^\mathrm{T} y}{x_2^\mathrm{T} x_2} \; .
4343
$$
4444

4545

P/nw-pdf.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ topic: "Normal-Wishart distribution"
1414
theorem: "Probability density function"
1515

1616
sources:
17+
- authors: "Bishop, Christopher M."
18+
year: 2006
19+
title: "Appendix B. Probability Distributions"
20+
in: "Pattern Recognition for Machine Learning"
21+
pages: "p. 690, eq. B.53"
22+
url: "http://users.isr.ist.utl.pt/~wurmd/Livros/school/Bishop%20-%20Pattern%20Recognition%20And%20Machine%20Learning%20-%20Springer%20%202006.pdf"
1723

1824
proof_id: "P323"
1925
shortcut: "nw-pdf"

0 commit comments

Comments
 (0)