Click or drag to resize

PeakFittingOfMultipleSpectraByIncrementalPeakAdditionPrunePeaksSumChiSquareFactor Property

Gets/inits a factor used to prune peaks based on their contribution to the chi-square sum.

Namespace: Altaxo.Science.Spectroscopy.PeakFitting.MultipleSpectra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public double PrunePeaksSumChiSquareFactor { get; init; }

Property Value

Double
Factor used to prune peaks based on their contribution to the chi-square sum.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionFactor has to be >= 0.
Remarks
After fitting multiple peaks, each peak is temporarily removed from the fit and the increase in chi-square is evaluated. If the new chi-square is less than final chi-square × (1 + PrunePeaksSumChiSquareFactor), that peak is not included in the final result.
See Also