roll
roll copied to clipboard
Fast and efficient computation of rolling and expanding statistics for time-series data.
In https://github.com/jjf234/roll/issues/37 you briefly discuss that the package currently only supports zoo's `align = "right"` option. Are there any plans to support `align = "center"`? The added value for me...
Thanks for the great package. Any chance we can have a `zoo::roll_apply` type of thing?
Would that fit to the existing framework / family functions?
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,...