36 #ifndef OPENMS_FILTERING_SMOOTHING_LOWESSSMOOTHING_H
37 #define OPENMS_FILTERING_SMOOTHING_LOWESSSMOOTHING_H
70 virtual void updateMembers_();
75 double tricube_(
double,
double);
80 #endif // OPENMS_FILTERING_SMOOTHING_LOWESSSMOOTHING_H
LOWESS (locally weighted scatterplot smoothing).
Definition: LowessSmoothing.h:54
std::vector< double > DoubleVector
Definition: LowessSmoothing.h:64
double window_size_
Definition: LowessSmoothing.h:73
A base class for all classes handling default parameters.
Definition: DefaultParamHandler.h:92