Skip to content

Commit

Permalink
Merge pull request #17 from tpgillam/tg/fix_typo
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
tpgillam authored Aug 11, 2022
2 parents 6cd9e3c + 2da20b2 commit 2d8784c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
[![Codecov](https://codecov.io/gh/tpgillam/AssociativeWindowAggregation.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/tpgillam/AssociativeWindowAggregation.jl)
[![Code Style: Blue](https://img.shields.io/badge/code%20style-blue-4495d1.svg)](https://github.com/invenia/BlueStyle)

Accumulate result of appying binary associative operators on rolling windows.
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](https://tpgillam.github.io/AssociativeWindowAggregation.jl/dev).
For demonstrations, see the [documentation examples](https://tpgillam.github.io/AssociativeWindowAggregation.jl/dev/examples) as well as the project under `examples/`.

The windowed algorithm is well suited for use with [OnlineStats.jl](https://github.com/joshday/OnlineStats.jl).
An [example](https://tpgillam.github.io/AssociativeWindowAggregation.jl/dev/examples/#OnlineStats.jl) of this combination is in the documentation.
An [example](https://tpgillam.github.io/AssociativeWindowAggregation.jl/dev/examples/#OnlineStats.jl) of this combination is in the documentation.

0 comments on commit 2d8784c

Please sign in to comment.