OpenMS  2.5.0
Classes | Namespaces
SignalToNoiseEstimator.h File Reference
#include <OpenMS/KERNEL/MSSpectrum.h>
#include <OpenMS/DATASTRUCTURES/DefaultParamHandler.h>
#include <OpenMS/CONCEPT/ProgressLogger.h>
#include <vector>
#include <cmath>
#include <map>

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.
 

Class Documentation

◆ OpenMS::SignalToNoiseEstimator::GaussianEstimate

struct OpenMS::SignalToNoiseEstimator::GaussianEstimate

template<typename Container = MSSpectrum>
struct OpenMS::SignalToNoiseEstimator< Container >::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