Click or drag to resize

PeakEnhancement2ndDerivativeOfSmoothingSplineSmoothness Property

Gets or sets the smoothness parameter. If , this parameter is set automatically. If not , it must be in the interval [0, Infinity], where a value of 0 means no smoothing (evaluation of a cubic spline), while a value of Infinity means evaluation of a regression.

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

Property Value

NullableDouble
See Also