JeffreySarnoff / RollingFunctions.jl

Roll a window over data; apply a function over the window.
MIT License
114 stars 6 forks source link

Feature request: rolling(function, data, windowsize, stride) #23

Closed zsz00 closed 1 year ago

zsz00 commented 1 year ago

rolling(function, data, windowsize, stride) stride is step length of roll window

JeffreySarnoff commented 1 year ago

give me an example please

JeffreySarnoff commented 1 year ago

closed for lack of example