OpenMS
|
Go to the source code of this file.
Namespaces | |
OpenMS | |
Main OpenMS namespace. | |
OpenMS::FastLowessSmoothing | |
LOWESS (locally weighted scatterplot smoothing). | |
Functions | |
int | lowess (const std::vector< double > &x, const std::vector< double > &y, double f, int nsteps, double delta, std::vector< double > &result) |
Computes a lowess smoothing fit on the input vectors. More... | |
int | lowess (const std::vector< double > &x, const std::vector< double > &y, std::vector< double > &result) |
Computes a lowess smoothing fit on the input vectors with the recommended values. More... | |