OpenMS  2.4.0
Public Attributes | List of all members
SignalToNoiseEstimator< Container >::GaussianEstimate Struct Reference

protected struct to store parameters my, sigma for a Gaussian distribution More...

#include <OpenMS/FILTERING/NOISEESTIMATION/SignalToNoiseEstimator.h>

Public Attributes

double mean
 
double variance
 mean of estimated Gaussian More...
 

Detailed Description

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

Member Data Documentation

◆ mean

double mean

◆ variance

double variance

mean of estimated Gaussian

Referenced by SignalToNoiseEstimatorMeanIterative< Container >::computeSTN_().