Click or drag to resize
Spline2DLeastSquaresSetXWeights Method
Sets the weights for the least-squares fit in the x-direction.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual void SetXWeights(
	double[] xWeights
)

Parameters

xWeights
Type: SystemDouble
A double array of size xData.Length specifying the weights for the least-squares fit in the x-direction.

Default: All weights are equal to 1.

See Also