36 #ifndef OPENMS_FILTERING_SMOOTHING_LOWESSSMOOTHING_H 37 #define OPENMS_FILTERING_SMOOTHING_LOWESSSMOOTHING_H 74 void smoothData(
const DoubleVector &,
const DoubleVector &, DoubleVector &);
77 virtual void updateMembers_();
82 double tricube_(
double,
double);
87 #endif // OPENMS_FILTERING_SMOOTHING_LOWESSSMOOTHING_H LOWESS (locally weighted scatterplot smoothing).
Definition: LowessSmoothing.h:61
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
std::vector< double > DoubleVector
Definition: LowessSmoothing.h:71
double window_size_
Definition: LowessSmoothing.h:80
A base class for all classes handling default parameters.
Definition: DefaultParamHandler.h:92