PeakFittingByIncrementalPeakAdditionPrunePeaksSumChiSquareFactor Property |
Gets/inits a factor that will prune peaks based on their contribution
to the sum of chi square.
Namespace: Altaxo.Science.Spectroscopy.PeakFittingAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public double PrunePeaksSumChiSquareFactor { get; init; }
Property Value
Double
Factor that will prune peaks based on their contribution
to the sum of chi square
Exceptions Remarks After the fitting of multiple peaks has been done, every one of the peaks will be left out
of the fit, and it will be calculated, how much this will increase the sum of Chi². If
the new SumChi² is less than final SumChi² x (1+PrunePeaksSumChiSquareFactor), that
peak will not be included in the final result.
See Also