Constructs a smooth cubic spline from noisy data using an algorithm based on Reinsch (1967) with weights supplied by the user.
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 array containing the weights. The arrays xData and weight 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