IMSL C# Numerical Library

NonlinLeastSquares.SetGuess Method 

Sets the initial guess of the minimum point of the input function.

public void SetGuess(
   double[] guess
);

Parameters

guess
A double array specifying the initial guess of the minimum point of the input function.

Remarks

By default, an initial guess of 0.0 is used.

See Also

NonlinLeastSquares Class | Imsl.Math Namespace