go-gota / gota

Gota: DataFrames and data wrangling in Go (Golang)
Other
2.98k stars 276 forks source link

Implement rolling window Mean and StdDev #117

Closed jfussion closed 3 years ago

jfussion commented 4 years ago

This solves issue #76

Adding Series.Rolling, RollingWindow.Mean, RollingWindow.StdDev