-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added Workspace class to re-use allocations in repeated trend fits.
This is useful for re-using memory when fitting across multiple blocks. Removed the need for dedicated buffers for the fitted values and residuals, we just shift things around on the same buffer now. Renamed the fixed_width mode to minimum_width, which is a bit more accurate given that the window expands if there's not enough points; and pass along the number of threads to the LOWESS fitter. Added some tests for correct behavior with mean-based filtering.
- Loading branch information
Showing
3 changed files
with
106 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters