Returns the weights for the least-squares fit in the y-direction.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public virtual double[] GetYWeights()
Visual Basic (Declaration)
Public Overridable Function GetYWeights As Double()
Visual C++
public:
virtual array<double>^ GetYWeights()

Return Value

A double array containing the weights for the least-squares fit in the y-direction.

See Also