flow-msum
Transform stream which calculates a sliding-window sum (moving-sum) over a numeric data stream.
Transform stream which calculates a sliding-window sum (moving-sum) over a numeric data stream.
Create an iterator which iteratively computes a moving sum.
Create an iterator which iteratively computes a moving sum of absolute values.
Create an iterator which iteratively computes a moving sum of squared absolute values.
Compute a moving sum of products incrementally.
Compute a moving sum incrementally.
Compute a moving sum of absolute values incrementally.
Compute a moving sum of squared absolute values incrementally.