Curve Fitter.Initial Guess Property
Gets or sets the initial value for the iteration.
Definition
Namespace: Extreme.Mathematics.Curves
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public Vector<double> InitialGuess { get; set; }
Property Value
Vector<Double>Remarks
The length of the vector must be the same as the number of unknowns in the system of equations.