![]() |
OpenMS
|
#include <OpenMS/KERNEL/MSSpectrum.h>#include <OpenMS/DATASTRUCTURES/DefaultParamHandler.h>#include <OpenMS/CONCEPT/ProgressLogger.h>#include <vector>#include <cmath>Go to the source code of this file.
Classes | |
| class | SignalToNoiseEstimator< Container > |
| This class represents the abstract base class of a signal to noise estimator. More... | |
| struct | SignalToNoiseEstimator< Container >::GaussianEstimate |
| protected struct to store parameters my, sigma for a Gaussian distribution More... | |
Namespaces | |
| OpenMS | |
| Main OpenMS namespace. | |
Functions | |
| float | estimateNoiseFromRandomScans (const MSExperiment &exp, const UInt ms_level, const UInt n_scans=10, const double percentile=80) |
| struct OpenMS::SignalToNoiseEstimator::GaussianEstimate |
protected struct to store parameters my, sigma for a Gaussian distribution
Accessors are : mean and variance
| Class Members | ||
|---|---|---|
| double | mean | mean of estimated Gaussian |
| double | variance | variance of estimated Gaussian |