Could somebody point me to an online algorithm that computes the variance, but gives a higher weight to more recent values?
Asked
Active
Viewed 563 times
2
-
You are probably looking for something like this. – tchakravarty Nov 23 '12 at 12:00
-
This algorithm has a forgetting factor so that it gradually forgets older data. It does time series prediction and it estimates the variance as well. – Steven Nov 24 '12 at 11:07