Learn Before
Concept

Bias Correction

In the previous definition of exponentially weighted average, when t is small, we only consider a few data points which may cause bias. Biased Correction is thus to help correct it. vt=vt1βtv_t'=\frac{v_t}{1-\beta^t}

For example, in the following diagram bias has happened because in early days the estimated temperature is influenced by v0=0v_0 = 0. We are looking for the green function, but we have estimated the purple one that indicates biased estimates on early days.

Image 0

0

2

Updated 2021-03-24

Tags

Data Science