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