Click or drag to resize

QuickLinearArbitraryBaseRegressionGetParameterError Method

Gets the standard error of the specified parameter.

Namespace: Altaxo.Calc.Regression
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public double GetParameterError(
	int idxParameter,
	Matrix<double>? covarianceMatrix = null
)

Parameters

idxParameter  Int32
The index of the parameter.
covarianceMatrix  MatrixDouble  (Optional)
The covariance matrix. For repeated calls, obtain it once via GetCovarianceMatrix; otherwise, pass .

Return Value

Double
The standard error of the specified parameter.
See Also