Click or drag to resize

QuickQuadraticRegressionGetCovarianceMatrix Method

Gets the covariance matrix of the fit parameters.

Namespace: Altaxo.Calc.Regression
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public Matrix<double> GetCovarianceMatrix()

Return Value

MatrixDouble
The covariance matrix of the parameters (A0, A1, A2).
See Also