Exponentially modified gaussian distribution model for elution profiles.
Definition: EmgModel.h:25
 
EmgModel()
Default constructor.
 
CoordinateType min_
Definition: EmgModel.h:66
 
CoordinateType max_
Definition: EmgModel.h:67
 
~EmgModel() override
destructor
 
Math::BasicStatistics< CoordinateType > BasicStatistics
Definition: EmgModel.h:29
 
void setOffset(CoordinateType offset) override
set offset without being computing all over and without any discrepancy
 
BasicStatistics statistics_
Definition: EmgModel.h:68
 
CoordinateType height_
Definition: EmgModel.h:69
 
InterpolationModel::CoordinateType CoordinateType
Definition: EmgModel.h:28
 
CoordinateType retention_
Definition: EmgModel.h:72
 
EmgModel(const EmgModel &source)
copy constructor
 
void setSamples() override
set sample/supporting points of interpolation
 
LinearInterpolation::container_type ContainerType
Definition: EmgModel.h:30
 
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:45
 
CoordinateType width_
Definition: EmgModel.h:70
 
CoordinateType symmetry_
Definition: EmgModel.h:71
 
EmgModel & operator=(const EmgModel &source)
assignment operator
 
static const String getProductName()
name of the model (needed by Factory)
Definition: EmgModel.h:51
 
Abstract class for 1D-models that are approximated using linear interpolation.
Definition: InterpolationModel.h:30
 
double CoordinateType
Definition: InterpolationModel.h:35
 
std::vector< value_type > container_type
Definition: LinearInterpolation.h:58
 
A more convenient string class.
Definition: String.h:34
 
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:22