Python - Pandas EWMA time index unintuitive

前端 未结 0 1169
广开言路
广开言路 2021-01-12 04:21

From the pandas docs, the unadjusted EWM formula is given by: y_t = (1-a)*y_(t-1) + a*x_t.

However, typical Statistics courses that compare GARCH and EWMA have a diff

相关标签:
回答
  • 消灭零回复
提交回复
热议问题