Skip to content

Commit 6261cf9

Browse files
authored
Merge pull request #157 from StatProofBook/master
update to master
2 parents 24ab806 + 6376e8f commit 6261cf9

20 files changed

Lines changed: 41 additions & 19 deletions

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"

I/DbA.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ title: "Definition by Author"
1313

1414
- [Sample covariance](/D/cov-samp)
1515

16-
### JoramSoch (192 definitions)
16+
### JoramSoch (193 definitions)
1717

1818
- [Akaike information criterion](/D/aic)
1919
- [Alternative hypothesis](/D/h1)
@@ -24,6 +24,7 @@ title: "Definition by Author"
2424
- [Beta-binomial data](/D/betabin-data)
2525
- [Beta-binomial distribution](/D/betabin)
2626
- [Beta-distributed data](/D/beta-data)
27+
- [Biased vs. unbiased estimator](/D/est-bias)
2728
- [Binomial distribution](/D/bin)
2829
- [Binomial observations](/D/bin-data)
2930
- [Bivariate normal distribution](/D/bvn)

I/DbN.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,3 +215,4 @@ title: "Definition by Number"
215215
| D206 | dof | [Degrees of freedom](/D/dof) | JoramSoch | 2024-10-11 |
216216
| D207 | dist-uni | [Unimodal and multimodal probability distribution](/D/dist-uni) | JoramSoch | 2024-10-25 |
217217
| D208 | est | [Estimand, estimator and estimate](/D/est) | JoramSoch | 2024-11-01 |
218+
| D209 | est-bias | [Biased vs. unbiased estimator](/D/est-bias) | JoramSoch | 2024-11-08 |

I/DbT.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ title: "Definition by Topic"
1919
- [Beta-binomial data](/D/betabin-data)
2020
- [Beta-binomial distribution](/D/betabin)
2121
- [Beta-distributed data](/D/beta-data)
22+
- [Biased vs. unbiased estimator](/D/est-bias)
2223
- [Binomial distribution](/D/bin)
2324
- [Binomial observations](/D/bin-data)
2425
- [Bivariate normal distribution](/D/bvn)

I/DwS.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ title: "Definitions without Source"
1919
- [Maximum likelihood estimation](/D/mle)
2020
- [Maximum log-likelihood](/D/mll)
2121
- [Multinomial observations](/D/mult-data)
22-
- [Normal-Wishart distribution](/D/nw)
2322
- [Posterior distribution](/D/post)
2423
- [Posterior predictive distribution](/D/post-pred)
2524
- [Prior distribution](/D/prior)

I/PbA.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ title: "Proof by Author"
1212

1313
- [Posterior predictive distribution is a marginal distribution of the joint likelihood](/P/postpred-jl)
1414

15-
### JoramSoch (441 proofs)
15+
### JoramSoch (442 proofs)
1616

1717
- [Accuracy and complexity for Bayesian linear regression](/P/blr-anc)
1818
- [Accuracy and complexity for Bayesian linear regression with known covariance](/P/blrkc-anc)
@@ -248,6 +248,7 @@ title: "Proof by Author"
248248
- [Mode of the normal distribution](/P/norm-mode)
249249
- [Moment in terms of moment-generating function](/P/mom-mgf)
250250
- [Moment-generating function of a function of a random variable](/P/mgf-fct)
251+
- [Moment-generating function of a sum of independent random variables](/P/mgf-sumind)
251252
- [Moment-generating function of linear combination of independent random variables](/P/mgf-lincomb)
252253
- [Moment-generating function of the beta distribution](/P/beta-mgf)
253254
- [Moment-generating function of the gamma distribution](/P/gam-mgf)

I/PbN.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -483,3 +483,4 @@ title: "Proof by Number"
483483
| P475 | bvn-lincomb | [Linear combination of bivariate normal random variables](/P/bvn-lincomb) | JoramSoch | 2024-10-25 |
484484
| P476 | bvn-mi | [Mutual information of the bivariate normal distribution](/P/bvn-mi) | JoramSoch | 2024-11-01 |
485485
| P477 | mvn-mi | [Mutual information of the multivariate normal distribution](/P/mvn-mi) | JoramSoch | 2024-11-01 |
486+
| P478 | mgf-sumind | [Moment-generating function of a sum of independent random variables](/P/mgf-sumind) | JoramSoch | 2024-11-08 |

I/PbT.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,7 @@ title: "Proof by Topic"
286286
- [Mode of the normal distribution](/P/norm-mode)
287287
- [Moment in terms of moment-generating function](/P/mom-mgf)
288288
- [Moment-generating function of a function of a random variable](/P/mgf-fct)
289+
- [Moment-generating function of a sum of independent random variables](/P/mgf-sumind)
289290
- [Moment-generating function of linear combination of independent random variables](/P/mgf-lincomb)
290291
- [Moment-generating function of the beta distribution](/P/beta-mgf)
291292
- [Moment-generating function of the ex-Gaussian distribution](/P/exg-mgf)

0 commit comments

Comments
 (0)