CurveFitter<T>.GetVarianceCovarianceMatrix 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.0
C#
public SymmetricMatrix<T> GetVarianceCovarianceMatrix()

Return Value

SymmetricMatrix<T>
A symmetric matrix containing the variance-covariance matrix of the computed curve parameters.

See Also