Is there a good way of calculating standard deviation of a rolling regression in vectorised fashion?

后端 未结 0 1473
广开言路
广开言路 2021-01-29 18:32

I am able to calculate the rolling regression of time series data in such a fashion:

data[,linRegST:=roll_lm(close,date,10)$coefficients[,c("x1", "X.

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