|
WeightedLowess
A C++ library for LOWESS with various weighting schemes
|
Files | |
| compute.hpp | |
| Compute the LOWESS trend fit. | |
| interpolate.hpp | |
| Interpolate from the fitted trend. | |
| Options.hpp | |
Options for compute(). | |
| parallelize.hpp | |
| Definitions for parallelization. | |
| SortBy.hpp | |
| Utility for sorting x-coordinates. | |
| WeightedLowess.hpp | |
| LOWESS implementation with various weighting schemes. | |
| window.hpp | |
| Compute the smoothing window for each point. | |