Constructs a smooth cubic spline from noisy data using an algorithm based on Reinsch (1967). All of the points have equal weights.
double
array containing the x-coordinates of the data. Values must be distinct. double
array containing the y-coordinates of the data. The arrays xData
and yData
must have the same length. double
value specifying the smoothing parameter. sigma
must not be negative. CsSmoothC2 Class | Imsl.Math Namespace | CsSmoothC2 Constructor Overload List