Returns the weights for the least-squares fit in the
x-direction.
Namespace:
Imsl.Math
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public virtual double[] GetXWeights() |
Visual Basic (Declaration) |
---|
Public Overridable Function GetXWeights As Double() |
Visual C++ |
---|
public: virtual array<double>^ GetXWeights() |