IMSL C# Numerical Library

NonlinLeastSquares.SetFscale Method 

Sets the diagonal scaling matrix for the functions.

public void SetFscale(
   double[] fscale
);

Parameters

fscale
A double array specifying the diagonal scaling matrix for the functions.

Remarks

By default, the identity is used.

Exceptions

Exception Type Condition
ArgumentException is thrown if any of the elements of fscale is less than or equal to 0

See Also

NonlinLeastSquares Class | Imsl.Math Namespace