Click or drag to resize

QuickQuadraticRegressionGetA0Error Method

Gets the standard error of parameter A0.

Namespace: Altaxo.Calc.Regression
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public 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

Double
The standard error of parameter A0.
See Also