Constructs a least squares B-spline approximation to the given data points.
double
array containing the x-coordinates of the data. double
array containing the y-coordinates of the data. The arrays xData
and yData
must have the same length. int
denoting the linear dimension of the spline subspace. It should be smaller than the number of data points and greater than or equal to the order of the spline. int
denoting the order of the spline. double
array containing the weights for the data. The arrays xData
, yData
a and weight
must have the same length. double
array containing the knot sequence for the spline. BsLeastSquares Class | Imsl.Math Namespace | BsLeastSquares Constructor Overload List