roll icon indicating copy to clipboard operation
roll copied to clipboard

support vectorized percentile input in roll_quantile

Open ethanbsmith opened this issue 8 months ago • 1 comments

great package. TY for all your work

would you consider supporting calculating multiple quantiles in a single pass in roll_quantile like stats::quantile does something like : roll::roll_quantile(1:100, width=10, p=c(.16, .5, .84))

ethanbsmith avatar Jun 18 '25 17:06 ethanbsmith