JeffreySarnoff / RollingFunctions.jl

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

Fix for runvectors.jl #53

Open dongqiu93 opened 2 weeks ago

dongqiu93 commented 2 weeks ago

Fix the issue when function needs two data

rettype = rts(window_fn, (Vector{T},))