Skip to content
This repository was archived by the owner on Mar 22, 2025. It is now read-only.

Latest commit

 

History

History
15 lines (12 loc) · 1.42 KB

File metadata and controls

15 lines (12 loc) · 1.42 KB

AssociativeWindowAggregation.jl

Stable Dev Build Status Codecov Code Style: Blue

Accumulate result of applying binary associative operators on rolling windows.

The algorithm is constant time with respect to the window length, and is numerically stable. Details can be found in the documentation. For demonstrations, see the documentation examples as well as the project under examples/.

The windowed algorithm is well suited for use with OnlineStats.jl. An example of this combination is in the documentation.