Skip to content

Commit 5289ab0

Browse files
authored
added definition "est"
1 parent 3842ff8 commit 5289ab0

1 file changed

Lines changed: 36 additions & 0 deletions

File tree

D/est.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
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-01 14:26:04
9+
10+
title: "Estimand, estimator and estimate"
11+
chapter: "General Theorems"
12+
section: "Estimation theory"
13+
topic: "Basic concepts of estimation"
14+
definition: "Estimator"
15+
16+
sources:
17+
- authors: "Wikipedia"
18+
year: 2024
19+
title: "Estimator"
20+
in: "Wikipedia, the free encyclopedia"
21+
pages: "retrieved on 2024-11-01"
22+
url: "https://en.wikipedia.org/wiki/Estimator#Definition"
23+
24+
def_id: "D208"
25+
shortcut: "est"
26+
username: "JoramSoch"
27+
---
28+
29+
30+
**Definition:** Let $y \in \mathcal{Y}$ be [measured data](/D/data), governed by a [probability distribution](/D/dist) described by some [statistical parameter](/D/para) $\theta \in \Theta$. Then, a function $\hat{\theta}: \mathcal{Y} \rightarrow \Theta$ exemplifying a rule for calculating an estimate of $\theta$ from $y$ is called an "estimator". Estimation theory distinguishes:
31+
32+
* the quantify of interest $\theta$ is called the "estimand";
33+
34+
* the rule $\hat{\theta}$ for estimating it is called "estimator";
35+
36+
* the result of estimation $\hat{\theta}(y)$ is called "estimate".

0 commit comments

Comments
 (0)