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.InterpolationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic double Smoothing { get; set; }Property Value
Double
Exceptions| Exception | Condition |
|---|
| ArgumentException | Thrown if the assigned value is less than or equal to -1.0. |
See Also