SmoothingCubicSplineSmoothness Property |
Get/sets the smoothness parameter. 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.Calc.InterpolationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public double Smoothness { get; set; }
Property Value
DoubleRemarks See Also