Click or drag to resize
NonlinearRegressionGuess Property
The initial guess of the parameter values.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual double[] Guess { set; }

Property Value

Type: Double
A double array of initial values for the parameters.
Remarks

By default, Guess is an array of zeroes.

See Also