Concept Flow - Rolling mean and sum
Start with data series
Choose window size
Slide window over data
Calculate mean or sum in window
Store result for each position
Output rolling mean or sum series
We take a series of numbers, pick a window size, slide it over the data, and calculate the mean or sum inside that window for each position.