OpenMS
Loading...
Searching...
No Matches
FastLowessSmoothing.h File Reference
#include <OpenMS/CONCEPT/Macros.h>
#include <vector>
Include dependency graph for FastLowessSmoothing.h:

Go to the source code of this file.

Namespaces

namespace  OpenMS
 Main OpenMS namespace.
 
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.
 
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.