miranov25 / RootInteractive

4 stars 12 forks source link

Rolling window statistics - so far only sum, mean and std #340

Closed pl0xz0rz closed 8 months ago

pl0xz0rz commented 8 months ago

This PR adds support for rolling window statistics in the RDataFrame interface

Relates to #335

To do: Add rolling median, fix inconsistent window width input parameter for time series index, add rolling variance support for time series index

Example in test_RDataFrame_Array.py

miranov25 commented 8 months ago

Relates to #297 merging, some technical problems remaining with includes , but will be solved in further pull request