RationalCubicSplineSmoothing Property |
Set the value of the smoothing paramenter. A value of p = 0
for the smoothing parameter results in a standard cubic spline.
A value of p with -1 < p < 0 results in "unsmoothing" that means
overshooting oscillations. A value of p with p > 0 gives increasing
smoothness. p to infinity results in a linear interpolation. A value
smaller or equal to -1.0 leads to an error.
Namespace: Altaxo.Calc.InterpolationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public double Smoothing { get; set; }
Property Value
DoubleSee Also