Spline2DLeastSquaresSetXWeights Method |
Sets the weights for the least-squares fit in the
x-direction.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual void SetXWeights(
double[] xWeights
)
Public Overridable Sub SetXWeights (
xWeights As Double()
)
public:
virtual void SetXWeights(
array<double>^ xWeights
)
abstract SetXWeights :
xWeights : float[] -> unit
override SetXWeights :
xWeights : float[] -> unit
Parameters
- xWeights
- Type: SystemDouble
A double array of size
xData.Length specifying the weights
for the least-squares fit in the
x-direction. Default: All weights
are equal to 1.
See Also