Learn Before
Concept

Unbiased Estimators

An estimator θ^m\hat{\theta}_m is called unbiased if bias(θ^m)=0\textrm{bias}(\hat{\theta}_m) = 0.

By the definition of bias, bias(θ^m)=E(θ^m)θ\mathrm{bias}(\hat \theta_m) = \mathbb{E}(\hat \theta_m) - \theta, this implies E(θ^m)=θ\mathbb{E}(\hat{\theta}_m) = \theta. In other words, when a estimator is unbiased, the expected value of the estimator θ^m\hat{\theta}_m is equal to the actual value of the parameter used to generate the data, θ\theta.

0

1

Updated 2021-05-24

References


Tags

Data Science

Related