Curve Fitter.Compute Fit Method
Computes the solution.
Definition
Namespace: Numerics.NET.Curves
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
The Curve object that was fit.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
protected abstract Curve ComputeFit(
ref DenseVector<double> solution,
ref SymmetricMatrix<double> varianceCovarianceMatrix,
ref double standardError
)
Parameters
- solution DenseVector<Double>
- On return, a Vector that contains the computed solution.
- varianceCovarianceMatrix SymmetricMatrix<Double>
- On return, SymmetricMatrix<T> that contains the variance-covariance matrix of the curve parameters.
- standardError Double
- On return, contains the standard error of the curve fit.
Return Value
CurveThe Curve object that was fit.