NonlinearRegressionModel.InitialGuess 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.0
C#
public Vector<double> InitialGuess { get; set; }

Property Value

Vector<Double>
A vector that contains the initial values for the nonlinear least squares procedure.

See Also