roll
roll copied to clipboard
support vectorized percentile input in roll_quantile
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))