Concept Flow - Expanding window operations
Start with full data series
Set initial window size = 1
Calculate aggregation on window
Expand window by 1 element
Repeat aggregation
Continue until window covers full series
End
Expanding window operations start with a small window and grow it step-by-step, calculating an aggregation each time on all data up to that point.