由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Statistics版 - exponential weighted moving average
相关主题
发个狗家QA面经,已跪log-likelihood
[合集] 一道点估计的题目请教! 急啊Can anyone help me download a paper? Thanks so much
请教一道统计题,万分感谢!!!有关EM algorithm 的问题
Degree of Freedom怎么分辨 standard error 和 standard deviation?
请教bootstrap的问题Estimated Coefficents calculation
UMVUE存在的充要条件请教: 如何用Stata和SAS从weighted data里面随机抽取几个样本?
请教: Var(Xi-X-bar) 等于Var(Xi) 吗?请教Heteroscedastic model的简单问题
问个binomial variance的公式problem in R again ... sorry
相关话题的讨论汇总
话题: weighted话题: moving话题: average话题: unbiased
进入Statistics版参与讨论
1 (共1页)
on
发帖数: 199
1
it's easy to get an exponential weighted moving average:
mean(t) = q * mean( t-1) + (1-q) * x(t)
where x(1), x(2), ... are the data points.
My question is: how to get an "unbiased" estimate for standard devidation? A
naive formula would be:
var(t) = q * var( t-1) + (1-q) * ( x(t) - mean(t) )^2
but I don't think this is an unbiased estimate, and my simulation says it is
not.
any one knows or a link to reference please? many thanks.
1 (共1页)
进入Statistics版参与讨论
相关主题
problem in R again ... sorry请教bootstrap的问题
问一道题exponential的题UMVUE存在的充要条件
请教:estimate, estimation, and estimator请教: Var(Xi-X-bar) 等于Var(Xi) 吗?
请问如何得到covariance matrix比较smooth的estimate?问个binomial variance的公式
发个狗家QA面经,已跪log-likelihood
[合集] 一道点估计的题目请教! 急啊Can anyone help me download a paper? Thanks so much
请教一道统计题,万分感谢!!!有关EM algorithm 的问题
Degree of Freedom怎么分辨 standard error 和 standard deviation?
相关话题的讨论汇总
话题: weighted话题: moving话题: average话题: unbiased