Click or drag to resize
BoundedLeastSquaresSetXscale Method
The scaling vector for the variables.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public void SetXscale(
	double[] xscale
)

Parameters

xscale
Type: SystemDouble
A double array containing the scaling vector for the variables.
Remarks
Argument xscale is used mainly in scaling the gradient and the distance between two points. See GradientTolernce and ScaledStepTolerance for more details. By default, xscale[] = {1}.
See Also