IMSL C# Numerical Library

BsLeastSquares Constructor

Constructs a least squares B-spline approximation to the given data points.

Overload List

Constructs a least squares B-spline approximation to the given data points.

public BsLeastSquares(double[],double[],int);

Constructs a least squares B-spline approximation to the given data points.

public BsLeastSquares(double[],double[],int,int);

Constructs a least squares B-spline approximation to the given data points.

public BsLeastSquares(double[],double[],int,int,double[],double[]);

See Also

BsLeastSquares Class | Imsl.Math Namespace