Gets the curve parameters corresponding to the best fit.

Namespace: Extreme.Mathematics.Curves
Assembly:   Extreme.Numerics (in Extreme.Numerics)
Version: 2.1.7017.0

Syntax

Visual Basic (Declaration)
Public ReadOnly Property BestFitParameters As GeneralVector
C#
public GeneralVector BestFitParameters { get; }
Visual C++
public:
property GeneralVector^ BestFitParameters {
	GeneralVector^ get ();
}

Field Value

A GeneralVector containing the parameters of the curve.