Concept Flow - Rolling window calculations
Start with data series
Select window size
Move window step by step
Calculate statistic on window
Store result for current window
Repeat until end of data
Output rolling calculation series
Rolling window calculations slide a fixed-size window over data, computing a statistic for each window position.