Click or drag to resize

PeakFittingInGroups Properties

The PeakFittingInGroups type exposes the following members.

Properties
 NameDescription
Public propertyFitFunction Gets /sets the fit function to use.
(Inherited from PeakFittingBase)
Public propertyFitWidthScalingFactor Gets / sets the scaling factor of the fit width. To calculate the fit width, the scaling factor is multiplied by the FullWidthHalfMaximum of the peak.
(Inherited from PeakFittingBase)
Public propertyIsEvaluatingSeparateVariances 
Public propertyIsMinimalFWHMValueInXUnits
(Inherited from PeakFittingBase)
Public propertyMaximalOrderOfBaselinePolynomial Gets or sets the maximal order of the polynomial that is used for the baseline of each group. If the group only contains one peak, then the MinimalOrderOfBaselinePolynomial is applied. As it contains more peaks, the order is increased, until the MaximalOrderOfBaselinePolynomial is reached if the group contains NumberOfPeaksAtMaximalOrderOfBaselinePolynomial peaks.
Public propertyMaximalRelativeAmplitudeInfluence Gets the maximal relative amplitude influence. If we have two neighbouring peaks, the one peak should not influence the amplitude at the most close point of the other peak (that is included in the fit) by more that this value times the expected height of the other peak at this point.
Public propertyMinimalFWHMValue
(Inherited from PeakFittingBase)
Public propertyMinimalGroupSeparationFWHMFactor 
Public propertyMinimalOrderOfBaselinePolynomial Gets or sets the minimal order of the polynomial that is used for the baseline of each group. The minimal order is applied if the group only contains one peak. As it contains more peaks, the order is increased, until the MaximalOrderOfBaselinePolynomial is reached if the group contains NumberOfPeaksAtMaximalOrderOfBaselinePolynomial peaks.
Public propertyNumberOfPeaksAtMaximalOrderOfBaselinePolynomial Gets or sets the maximal order of the polynomial that is used for the baseline of each group. If the group only contains one peak, then the MinimalOrderOfBaselinePolynomial is applied. As it contains more peaks, the order is increased, until the MaximalOrderOfBaselinePolynomial is reached if the group contains NumberOfPeaksAtMaximalOrderOfBaselinePolynomial peaks.
Top
See Also