35 #ifndef OPENMS_TRANSFORMATIONS_FEATUREFINDER_LMAGAUSSMODEL_H
36 #define OPENMS_TRANSFORMATIONS_FEATUREFINDER_LMAGAUSSMODEL_H
81 return "LmaGaussModel";
101 void updateMembers_();
105 #endif // OPENMS_TRANSFORMATIONS_FEATUREFINDER_LMAGAUSSMODEL_H
CoordinateType standard_deviation_
Definition: LmaGaussModel.h:98
A more convenient string class.
Definition: String.h:56
CoordinateType min_
Definition: LmaGaussModel.h:94
CoordinateType expected_value_
Definition: LmaGaussModel.h:99
CoordinateType scale_factor_
Definition: LmaGaussModel.h:97
Abstract class for 1D-models that are approximated using linear interpolation.
Definition: InterpolationModel.h:55
static BaseModel< 1 > * create()
create new EmgModel object (needed by Factory)
Definition: LmaGaussModel.h:73
InterpolationModel::CoordinateType CoordinateType
Definition: LmaGaussModel.h:57
CoordinateType max_
Definition: LmaGaussModel.h:95
BasicStatistics statistics_
Definition: LmaGaussModel.h:96
static const String getProductName()
name of the model (needed by Factory)
Definition: LmaGaussModel.h:79
Normal distribution model for elution profiles.
Definition: LmaGaussModel.h:52
Feature::CoordinateType CoordinateType
Definition: AdditiveSeries.C:52
Math::BasicStatistics< CoordinateType > BasicStatistics
Definition: LmaGaussModel.h:58