Nonlinear Curve Fitter.Compute Fit Method
Calculates the least-squares fit.
Definition
Namespace: Numerics.NET.Curves
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
A reference to the Curve that best fits the data.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
protected override Curve ComputeFit(
ref DenseVector<double> solution,
ref SymmetricMatrix<double> varianceCovarianceMatrix,
ref double standardError
)
Parameters
- solution DenseVector<Double>
- varianceCovarianceMatrix SymmetricMatrix<Double>
- standardError Double
Return Value
CurveA reference to the Curve that best fits the data.