36 #ifndef OPENMS_TRANSFORMATIONS_FEATUREFINDER_GAUSSMODEL_H 37 #define OPENMS_TRANSFORMATIONS_FEATUREFINDER_GAUSSMODEL_H 87 void setOffset(CoordinateType offset);
93 CoordinateType getCenter()
const;
100 void updateMembers_();
104 #endif // OPENMS_TRANSFORMATIONS_FEATUREFINDER_GAUSSMODEL_H A more convenient string class.
Definition: String.h:57
InterpolationModel::CoordinateType CoordinateType
Definition: GaussModel.h:54
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
CoordinateType min_
Definition: GaussModel.h:96
BasicStatistics statistics_
Definition: GaussModel.h:98
CoordinateType max_
Definition: GaussModel.h:97
static const String getProductName()
name of the model (needed by Factory)
Definition: GaussModel.h:77
Math::BasicStatistics< CoordinateType > BasicStatistics
Definition: GaussModel.h:55
Normal distribution approximated using linear interpolation.
Definition: GaussModel.h:49
static BaseModel< 1 > * create()
create new GaussModel object (needed by Factory)
Definition: GaussModel.h:71
InterpolationModel InterpolationModel
Definition: GaussModel.h:56