miranov25 / RootInteractive

4 stars 12 forks source link

Rolling median builtin for domain specific language with RDataFrame #342

Closed pl0xz0rz closed 8 months ago

pl0xz0rz commented 8 months ago

This PR implements rolling median for RDataFrame, so far only a slow, brute force version that uses bubble sort - should be enough for small window sizes

miranov25 commented 8 months ago

In case it is easy to make I prefer to make a generic quantile implementation

miranov25 commented 8 months ago

Relates to #297,#329,#335

miranov25 commented 8 months ago

I am merging now. Quantiles can be done in the next pull request