IMSL C# Numerical Library

BoundedLeastSquares.SetXscale Method 

The scaling vector for the variables.

public void SetXscale(
   double[] xscale
);

Parameters

xscale
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

BoundedLeastSquares Class | Imsl.Math Namespace