|
OpenMS
2.5.0
|
Go to the documentation of this file.
40 #include <boost/math/tr1.hpp>
89 void setOffset(CoordinateType offset)
override;
92 void setSamples()
override;
95 CoordinateType getCenter()
const override;
112 void updateMembers_()
override;
115 void computeBoundaries_();
130 egh_value = height_ * exp(
131 (-1 * rt * rt) / denominator
InterpolationModel::CoordinateType CoordinateType
Definition: EGHModel.h:60
static BaseModel< 1 > * create()
create new ElutionModel object (needed by Factory)
Definition: EGHModel.h:77
CoordinateType tau_
Definition: EGHModel.h:107
A more convenient string class.
Definition: String.h:58
Exponential-Gaussian hybrid distribution model for elution profiles.
Definition: EGHModel.h:55
static const String getProductName()
name of the model (needed by Factory)
Definition: EGHModel.h:83
CoordinateType max_
Definition: EGHModel.h:99
LinearInterpolation::container_type ContainerType
Definition: EGHModel.h:62
CoordinateType height_
Definition: EGHModel.h:101
CoordinateType sigma_square_2_
Definition: EGHModel.h:109
Math::BasicStatistics< CoordinateType > BasicStatistics
Definition: EGHModel.h:61
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
Abstract class for 1D-models that are approximated using linear interpolation.
Definition: InterpolationModel.h:54
std::vector< value_type > container_type
Definition: LinearInterpolation.h:84
void evaluateEGH_(CoordinateType &rt, CoordinateType &egh_value)
Evaluate the EGH function at position rt.
Definition: EGHModel.h:123
CoordinateType A_
Definition: EGHModel.h:104
CoordinateType B_
Definition: EGHModel.h:105
BasicStatistics statistics_
Definition: EGHModel.h:100
CoordinateType sigma_square_
Definition: EGHModel.h:108
CoordinateType apex_rt_
Definition: EGHModel.h:102
CoordinateType min_
Definition: EGHModel.h:98