PolyharmonicSplineRegularizationParameter Property |
Regularization parameter (>=0).
If the regularization parameter is zero, interpolation is exact.
As it approaches infinity, the resulting spline is reduced to a least squares linear fit (in 2D this is a plane, the bending energy is 0).
Namespace: Altaxo.Calc.InterpolationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public double RegularizationParameter { get; set; }
Property Value
DoubleSee Also