#include <WhittakerSmoother.hpp>
|
| WhittakerSmoother (double lambdaCoefficient) |
|
virtual void | smooth (const std::vector< double > &x, const std::vector< double > &y, std::vector< double > &xSmoothed, std::vector< double > &ySmoothed) |
| smooth y values to existing vectors using Whittaker algorithm; note: in the case of sparse vectors, smoothing may fill in samples not present in the original data, so make sure to check the size of the output vectors More...
|
|
virtual void | smooth_copy (std::vector< double > &x, std::vector< double > &y) |
| smooth y values and copy back to the input vectors using Whittaker algorithm; note: in the case of sparse vectors, smoothing may fill in samples not present in the original data, so make sure to check the size of the output vectors More...
|
|
virtual | ~Smoother () |
|
Definition at line 40 of file WhittakerSmoother.hpp.
§ WhittakerSmoother()
pwiz::analysis::WhittakerSmoother::WhittakerSmoother |
( |
double |
lambdaCoefficient | ) |
|
§ smooth()
virtual void pwiz::analysis::WhittakerSmoother::smooth |
( |
const std::vector< double > & |
x, |
|
|
const std::vector< double > & |
y, |
|
|
std::vector< double > & |
xSmoothed, |
|
|
std::vector< double > & |
ySmoothed |
|
) |
| |
|
virtual |
smooth y values to existing vectors using Whittaker algorithm; note: in the case of sparse vectors, smoothing may fill in samples not present in the original data, so make sure to check the size of the output vectors
Implements pwiz::analysis::Smoother.
Referenced by test().
§ smooth_copy()
virtual void pwiz::analysis::WhittakerSmoother::smooth_copy |
( |
std::vector< double > & |
x, |
|
|
std::vector< double > & |
y |
|
) |
| |
|
virtual |
smooth y values and copy back to the input vectors using Whittaker algorithm; note: in the case of sparse vectors, smoothing may fill in samples not present in the original data, so make sure to check the size of the output vectors
Implements pwiz::analysis::Smoother.
§ lambda
double pwiz::analysis::WhittakerSmoother::lambda |
|
private |
The documentation for this struct was generated from the following file: