Exponentially modified gaussian distribution model for elution profiles.
Definition: EmgModel.h:51
EmgModel()
Default constructor.
CoordinateType min_
Definition: EmgModel.h:92
CoordinateType max_
Definition: EmgModel.h:93
~EmgModel() override
destructor
Math::BasicStatistics< CoordinateType > BasicStatistics
Definition: EmgModel.h:55
void setOffset(CoordinateType offset) override
set offset without being computing all over and without any discrepancy
BasicStatistics statistics_
Definition: EmgModel.h:94
CoordinateType height_
Definition: EmgModel.h:95
InterpolationModel::CoordinateType CoordinateType
Definition: EmgModel.h:54
CoordinateType retention_
Definition: EmgModel.h:98
EmgModel(const EmgModel &source)
copy constructor
void setSamples() override
set sample/supporting points of interpolation
LinearInterpolation::container_type ContainerType
Definition: EmgModel.h:56
CoordinateType getCenter() const override
get the center of the Gaussian model i.e. the position of the maximum
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 EmgModel object (needed by Factory)
Definition: EmgModel.h:71
CoordinateType width_
Definition: EmgModel.h:96
CoordinateType symmetry_
Definition: EmgModel.h:97
EmgModel & operator=(const EmgModel &source)
assignment operator
static const String getProductName()
name of the model (needed by Factory)
Definition: EmgModel.h:77
Abstract class for 1D-models that are approximated using linear interpolation.
Definition: InterpolationModel.h:56
double CoordinateType
Definition: InterpolationModel.h:61
std::vector< value_type > container_type
Definition: LinearInterpolation.h:84
A more convenient string class.
Definition: String.h:61
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47