Peak |
public class PeakFittingInGroups : PeakFittingBase, IPeakFitting, IEquatable<PeakFittingInGroups>
The PeakFittingInGroups type exposes the following members.
| Name | Description | |
|---|---|---|
| PeakFittingInGroups | Initializes a new instance of the PeakFittingInGroups class |
| 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. |
| Name | Description | |
|---|---|---|
| Execute(Double, Double, IEnumerablePeakDescription, CancellationToken) | ||
| Execute(Double, Double, Int32, IReadOnlyListValueTupleIReadOnlyListPeakDescription, Int32, Int32, CancellationToken) | Executes the peak fitting algorithm. | |
| ExecuteForOneGroup | Executes peak fitting for the peaks in one group. | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetPeakDescriptionList | Creates per-peak fit results for one peak group from the global fit result. | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| GroupPeaks | Groups peaks based on their FWHM-derived influence ranges. | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ToString | (Overrides PeakFittingBase.ToString) |
| Name | Description | |
|---|---|---|
| _maximalRelativeAmplitudeInfluence |