Skip to content

tpgillam/AssociativeWindowAggregation.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.