Click or drag to resize

LinearFitBySvdStandardErrorOfParameter Method

Gets the estimated standard error of parameter i.

Namespace: Altaxo.Calc.Regression
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public double StandardErrorOfParameter(
	int i
)

Parameters

i  Int32
Index of the parameter.

Return Value

Double
The estimated standard error of parameter i.
See Also