Gets the curve parameters corresponding to the best fit.
Namespace:
Extreme.Mathematics.Curves
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public DenseVector<double> BestFitParameters { get; }
Public ReadOnly Property BestFitParameters As DenseVector(Of Double)
Get
public:
property DenseVector<double>^ BestFitParameters {
DenseVector<double>^ get ();
}
member BestFitParameters : DenseVector<float> with get
Property Value
Type:
DenseVectorDoubleA dense vector containing the parameters of the curve.
Reference