Gets the curve parameters corresponding to the best fit.
Namespace: Extreme.Mathematics.Curves
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property BestFitParameters As GeneralVector |
| C# |
|---|
public GeneralVector BestFitParameters { get; } |
| C++ |
|---|
public: GeneralVector^ BestFitParameters { GeneralVector^ get (); } |