Normal distribution approximated using linear interpolation.
Definition: GaussModel.h:50
InterpolationModel InterpolationModel
Definition: GaussModel.h:55
virtual GaussModel & operator=(const GaussModel &source)
assignment operator
GaussModel(const GaussModel &source)
copy constructor
CoordinateType min_
Definition: GaussModel.h:95
CoordinateType max_
Definition: GaussModel.h:96
GaussModel()
Default constructor.
Math::BasicStatistics< CoordinateType > BasicStatistics
Definition: GaussModel.h:54
void setOffset(CoordinateType offset) override
set the offset of the model
BasicStatistics statistics_
Definition: GaussModel.h:97
InterpolationModel::CoordinateType CoordinateType
Definition: GaussModel.h:53
void setSamples() override
set sample/supporting points of interpolation
CoordinateType getCenter() const override
get the center of the Gaussian model i.e. the position of the maximum
~GaussModel() override
destructor
void updateMembers_() override
This method is used to update extra member variables at the end of the setParameters() method.
static BaseModel< 1 > * create()
create new GaussModel object (needed by Factory)
Definition: GaussModel.h:70
static const String getProductName()
name of the model (needed by Factory)
Definition: GaussModel.h:76
double CoordinateType
Definition: InterpolationModel.h:61
A more convenient string class.
Definition: String.h:61
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47