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

Return Value

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