Click or drag to resize

PeakFittingByIncrementalPeakAdditionFitWidthScalingFactor Property

Gets/sets the scaling factor of the fit width. When set, this value determines the width around a peak (as a multiple of the peak FWHM) that is used to calculate the parameter errors of that peak.

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

Property Value

NullableDouble
See Also