how does pandas rolling std calculate?

后端 未结 0 1628
终归单人心
终归单人心 2021-01-14 11:17

I am using a.rolling(5).std() to get a std series in a window(size=5, a is a pd.Series)

but i found the result is not what i want.

here is the example:

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