Curve Fitter<T>.Best Fit Parameters Property
Gets the curve parameters corresponding to the best fit.
Definition
Namespace: Numerics.NET.Curves.Generic
Assembly: Numerics.NET.Generic (in Numerics.NET.Generic.dll) Version: 9.0.1
C#
A dense vector containing the parameters of the curve.
Assembly: Numerics.NET.Generic (in Numerics.NET.Generic.dll) Version: 9.0.1
public DenseVector<T> BestFitParameters { get; }
Property Value
DenseVector<T>A dense vector containing the parameters of the curve.