Skip to content

Commit e5c3b46

Browse files
authored
added definition "est-bias"
1 parent 32c1308 commit e5c3b46

1 file changed

Lines changed: 34 additions & 0 deletions

File tree

D/est-bias.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
layout: definition
3+
mathjax: true
4+
5+
author: "Joram Soch"
6+
affiliation: "BCCN Berlin"
7+
e_mail: "joram.soch@bccn-berlin.de"
8+
date: 2024-11-08 10:53:01
9+
10+
title: "Biased vs. unbiased estimator"
11+
chapter: "General Theorems"
12+
section: "Estimation theory"
13+
topic: "Basic concepts of estimation"
14+
definition: "Biased vs. unbiased"
15+
16+
sources:
17+
- authors: "Wikipedia"
18+
year: 2024
19+
title: "Estimator"
20+
in: "Wikipedia, the free encyclopedia"
21+
pages: "retrieved on 2024-11-08"
22+
url: "https://en.wikipedia.org/wiki/Estimator#Bias"
23+
24+
def_id: "D209"
25+
shortcut: "est-bias"
26+
username: "JoramSoch"
27+
---
28+
29+
30+
**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,
31+
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}$.
33+
34+
* $\hat{\theta}$ is called a biased estimator otherwise, i.e. when $\mathrm{E}_{\hat{\theta}}\left[ \hat{\theta} \right] \neq \theta$.

0 commit comments

Comments
 (0)