Click or drag to resize

PeakFittingByIncrementalPeakAdditionResultSigmaSquareWrtToNumberOfPeaks Property

Gets the estimated residual variances for each tested number of peaks.

Namespace: Altaxo.Science.Spectroscopy.PeakFitting
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public IReadOnlyList<double> SigmaSquareWrtToNumberOfPeaks { get; init; }

Property Value

IReadOnlyListDouble
See Also