Peak |
[Missing <summary> documentation for "T:Altaxo.Science.Spectroscopy.PeakFitting.MultipleSpectra.PeakFittingOfMultipleSpectraByIncrementalPeakAddition"]
public class PeakFittingOfMultipleSpectraByIncrementalPeakAddition : IEquatable<PeakFittingOfMultipleSpectraByIncrementalPeakAddition>
The PeakFittingOfMultipleSpectraByIncrementalPeakAddition type exposes the following members.
Name | Description | |
---|---|---|
PeakFittingOfMultipleSpectraByIncrementalPeakAddition | Initializes a new instance of the PeakFittingOfMultipleSpectraByIncrementalPeakAddition class |
Name | Description | |
---|---|---|
FitFunction | Gets /sets the fit function to use. | |
FitWidthScalingFactor | Gets / sets the scaling factor of the fit width. This value, when set, determines the width around a peak, that is used to calculate the parameter errors of that peak (the width around the peak is calculated using this number times the FWHM value of the peak). | |
FixedPeakPositions | Gets a list of fixed peak positions. While the designated positions are fixed and will not participate in the fitting process, the designated FWHM values are intended for calculation of the initial peak parameter values and to calculate the parameter boundaries. | |
IsMinimalFWHMValueInXUnits | ||
MaximumNumberOfPeaks | ||
MinimalFWHMValue | ||
MinimalRelativeHeight | Gets/sets the minimal relative height (relative to the maximum of the y-span of all spectra). The addition of new peaks is stopped if the fitting residual falls below this value. | |
MinimalSignalToNoiseRatio | Gets/sets the minimal signal-to-noise ratio. The addition of new peaks is stopped if the ratio of the highest remaining peak with respect to the noise level falls below this value. | |
OrderOfBaselinePolynomial | Gets or sets the order of the polynomial that is used for the baseline. | |
PeakAdditionOrder | ||
PrunePeaksSumChiSquareFactor | Gets/inits a factor that will prune peaks based on their contribution to the sum of chi square. |
Name | Description | |
---|---|---|
Execute | Executes the peak fitting algorithm. | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |