ExponentialSplineOptionsSmoothing Property | 
            Set the value of the smoothing paramenter. A value of 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 exception.
            
Namespace: Altaxo.Calc.InterpolationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntaxpublic double Smoothing { get; init; }Property Value
Double
See Also