IMSL C# Numerical Library

CsSmoothC2 Constructor

Constructs a smooth cubic spline from noisy data using an algorithm based on Reinsch (1967).

Overload List

Constructs a smooth cubic spline from noisy data using an algorithm based on Reinsch (1967). All of the points have equal weights.

public CsSmoothC2(double[],double[],double);

Constructs a smooth cubic spline from noisy data using an algorithm based on Reinsch (1967) with weights supplied by the user.

public CsSmoothC2(double[],double[],double[],double);

See Also

CsSmoothC2 Class | Imsl.Math Namespace