Nonlinear Regression Model.Initial Guess Property
Gets or sets the initial values for the curve parameters.
Definition
Namespace: Numerics.NET.Statistics
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
A vector that contains the initial values for the nonlinear least squares procedure.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public Vector<double> InitialGuess { get; set; }
Property Value
Vector<Double>A vector that contains the initial values for the nonlinear least squares procedure.