Constructs a smooth cubic spline from noisy data using cross-validation to estimate the smoothing parameter.
Constructs a smooth cubic spline from noisy data using cross-validation to estimate the smoothing parameter. All of the points have equal weights.
public CsSmooth(double[],double[]);
Constructs a smooth cubic spline from noisy data using cross-validation to estimate the smoothing parameter. Weights are supplied by the user.
public CsSmooth(double[],double[],double[]);
CsSmooth Class | Imsl.Math Namespace