IMSL C# Numerical Library

CsSmooth Constructor

Constructs a smooth cubic spline from noisy data using cross-validation to estimate the smoothing parameter.

Overload List

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[]);

See Also

CsSmooth Class | Imsl.Math Namespace