Curve Fitter.Get Variance Covariance Matrix Method
Returns the variance-covariance matrix of the fit.
Definition
Namespace: Numerics.NET.Curves
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
A symmetric matrix containing the variance-covariance matrix of the computed curve parameters.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public SymmetricMatrix<double> GetVarianceCovarianceMatrix()
Return Value
SymmetricMatrix<Double>A symmetric matrix containing the variance-covariance matrix of the computed curve parameters.