WeightedLowess
A C++ library for LOWESS with various weighting schemes
|
Store the smoothing results. More...
#include <compute.hpp>
Public Member Functions | |
Results (size_t n) | |
Public Attributes | |
std::vector< Data_ > | fitted |
std::vector< Data_ > | robust_weights |
Store the smoothing results.
Data_ | Floating-point type for the data. |
|
inline |
n | Number of points. |
std::vector<Data_> WeightedLowess::Results< Data_ >::fitted |
Fitted values from the LOWESS smoother.
std::vector<Data_> WeightedLowess::Results< Data_ >::robust_weights |
Robustness weight for each point.