Click or drag to resize

SmoothCubicSplineP Property

Gets and set the smoothing factor P. P determines how much weight is given to minimizing the sum square error balanced against minimizing the curvature. When p = 1 the result is a traditional cubic spline. When p = 0 the result is a straight line ( zero curvature ).

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public double P { get; set; }

Property Value

Double
See Also