Click or drag to resize

RationalCubicSplineSmoothing Property

Gets or sets the value of the smoothing parameter. A value of p = 0 results in a standard cubic spline. A value of -1 < p < 0 results in "unsmoothing", i.e. overshooting oscillations. A value of p > 0 yields increasing smoothness. p to infinity results in a linear interpolation. A value smaller than or equal to -1.0 leads to an error.

Namespace: Altaxo.Calc.Interpolation
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public double Smoothing { get; set; }

Property Value

Double
Exceptions
ExceptionCondition
ArgumentExceptionThrown if the assigned value is less than or equal to -1.0.
See Also