CurveFitter.GetVarianceCovarianceMatrix Method

Returns the variance-covariance matrix of the fit.

Definition

Namespace: Extreme.Mathematics.Curves
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public SymmetricMatrix<double> GetVarianceCovarianceMatrix()

Return Value

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

See Also