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

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

Parameters

yWeights
Type: SystemDouble
A double array of size yData.Length specifying the weights for the least-squares fit in the y-direction.

Default: All weights are equal to 1.

See Also