Peak |
The PeakFittingInGroups type exposes the following members.
| Name | Description | |
|---|---|---|
| FitFunction |
Gets/sets the fit function to use.
(Inherited from PeakFittingBase) | |
| FitWidthScalingFactor |
Gets/sets the scaling factor of the fit width.
To calculate the fit width, the scaling factor is multiplied by the full width at half maximum (FWHM) of the peak.
(Inherited from PeakFittingBase) | |
| IsEvaluatingSeparateVariances | Gets or sets a value indicating whether separate variances are evaluated for each peak. | |
| IsMinimalFWHMValueInXUnits |
Gets a value indicating whether MinimalFWHMValue is specified in x-units.
(Inherited from PeakFittingBase) | |
| MaximalOrderOfBaselinePolynomial | Gets or sets the maximal order of the polynomial used as the baseline for each group. If the group contains only one peak, then MinimalOrderOfBaselinePolynomial is applied. As the number of peaks increases, the order is increased until MaximalOrderOfBaselinePolynomial is reached when the group contains NumberOfPeaksAtMaximalOrderOfBaselinePolynomial peaks. | |
| MaximalRelativeAmplitudeInfluence | Gets/sets the maximal relative amplitude influence. If two neighboring peaks are fitted together, one peak should not influence the amplitude at the closest point of the other peak (that is included in the fit) by more than this factor times the expected height of the other peak at that point. | |
| MinimalFWHMValue |
Gets/sets the minimal allowed FWHM value.
(Inherited from PeakFittingBase) | |
| MinimalGroupSeparationFWHMFactor | Gets/sets the minimal separation factor (in units of FWHM) used for grouping neighboring peaks. | |
| MinimalOrderOfBaselinePolynomial | Gets or sets the minimal order of the polynomial used as the baseline for each group. The minimal order is applied if the group contains only one peak. As the number of peaks increases, the order is increased until MaximalOrderOfBaselinePolynomial is reached when the group contains NumberOfPeaksAtMaximalOrderOfBaselinePolynomial peaks. | |
| NumberOfPeaksAtMaximalOrderOfBaselinePolynomial | Gets or sets the number of peaks in a group at which the maximal order of the baseline polynomial is reached. |