Spline2DLeastSquaresSetYWeights Method |
Sets 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 void SetYWeights(
double[] yWeights
)
Public Overridable Sub SetYWeights (
yWeights As Double()
)
public:
virtual void SetYWeights(
array<double>^ yWeights
)
abstract SetYWeights :
yWeights : float[] -> unit
override SetYWeights :
yWeights : float[] -> unit
Parameters
- yWeights
- Type: SystemDouble
A double array of size yData.Length
specifying the weights for the least-squares
fit in the y-direction. Default:
All weights are equal to 1.
See Also