Spline2DLeastSquaresGetYWeights Method |
Returns the weights for the least-squares fit in the
y-direction.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual double[] GetYWeights()
Public Overridable Function GetYWeights As Double()
public:
virtual array<double>^ GetYWeights()
abstract GetYWeights : unit -> float[]
override GetYWeights : unit -> float[]
Return Value
Type:
Double A
double array containing the weights for the
least-squares fit in the
y-direction.
See Also