Click or drag to resize
Spline2DLeastSquaresGetXWeights Method
Returns 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 double[] GetXWeights()

Return Value

Type: Double
A double array containing the weights for the least-squares fit in the x-direction.
See Also