IMSL C# Numerical Library

NonlinearRegression.Guess Property

The initial guess of the parameter values.

public virtual double[] Guess {set;}

Property Value

A double array of initial values for the parameters.

Remarks

By default, Guess is an array of zeroes.

See Also

NonlinearRegression Class | Imsl.Stat Namespace