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