WeightedLowess
A C++ library for LOWESS with various weighting schemes
|
Precomputed windows for LOWESS smoothing. More...
#include <window.hpp>
Precomputed windows for LOWESS smoothing.
Data_ | Floating-point type for the data. |
Instances of this class are typically created by define_windows()
prior to compute()
.