Curve Fitter.Get Variance Covariance Matrix 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#
A symmetric matrix containing the variance-covariance matrix of the computed curve parameters.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public SymmetricMatrix<double> GetVarianceCovarianceMatrix()
Return Value
SymmetricMatrix<Double>A symmetric matrix containing the variance-covariance matrix of the computed curve parameters.