QuickQuadraticRegressionGetA0Error Method |
Gets the standard error of parameter A0.
Namespace: Altaxo.Calc.RegressionAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic double GetA0Error(
Matrix<double>? covarianceMatrix = null
)
Parameters
- covarianceMatrix MatrixDouble (Optional)
-
The covariance matrix. For repeated calls, obtain it once via GetCovarianceMatrix; otherwise, pass .
Return Value
DoubleThe standard error of parameter A0.
See Also