Window size for WMA

0

What's the best size of the window? would it be appropriate to use 52 weeks (1yr) for a weekly financial data?

评论

  • The optimal window size for a WMA is a tricky one: too big and the WMA lags behind the data and does not respond quickly. Too small, and the WMA is very noisy. I suggest you start with 4 weeks window and visually examine the WMA vs. the actual data, if it is too noise increase the window size.

    Another approach is to compute the root-mean squared errors (RMSE) between the WMA and original data, and try to find the data that gives the smallest RMSE value. RMSE is a function in NumXL.

    0
    评论操作 固定链接

请先登录再写评论。

没有找到您要找的?

新建帖子