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