QuickQuadraticRegressionGetCovarianceMatrix Method |
Gets the covariance matrix of the fit parameters.
Namespace: Altaxo.Calc.RegressionAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic Matrix<double> GetCovarianceMatrix()
Return Value
MatrixDoubleThe covariance matrix of the parameters (A0, A1, A2).
See Also