Sliding Window Functions
Break a vector into blocks
Hop relative to an index
Hop along multiple inputs simultaneously relative to an index
Hop
Hop along multiple inputs simultaneously
Index arithmetic
Slide relative to an index
Slide along multiples inputs simultaneously relative to an index
Slide relative to an index chunked by period
Slide along multiple inputs simultaneously relative to an index chunke...
Slide
Slide over multiple inputs simultaneously
slider: Sliding Window Functions
Specialized sliding functions relative to an index
Specialized sliding functions
Provides type-stable rolling window functions over any R data type. Cumulative and expanding windows are also supported. For more advanced usage, an index can be used as a secondary vector that defines how sliding windows are to be created.
Useful links