NonlinearRegressionGuess Property |
The initial guess of the parameter values.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual double[] Guess { set; }
Public Overridable WriteOnly Property Guess As Double()
Set
public:
virtual property array<double>^ Guess {
void set (array<double>^ value);
}
abstract Guess : float[] with set
override Guess : float[] with 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