Hello,

I have a curve with several thousand points.
The X axis represents the time over several days.

I would to create a sliding window over an interval. The interval represents a day or few days.

Is this possible ?
What are the class that would allow me to get this moving window over an interval ?

Thank.