Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up[R-Forge #2185] Add features/documentation for sliding windows with data.table #626
Comments
|
Looking forward for the update of documentation to extend previously prepared benchmark of sliding window (with variable window width) for data.table solution, benchmark available here: http://stackoverflow.com/a/21368246/2490497 |
|
closing as duplicate of #2778 |
Submitted by: Matt Dowle; Assigned to: Nobody; R-Forge link
As asked here:
but in that question
data.tablealready seems much faster (6.4s) than the alternative (973s).Should be just documenting (including timings) how to use good sliding window functions with
data.table, rather than any new functionality per se.