LinearFitBySvdStandardErrorOfParameter Method |
Gets the estimated standard error of parameter i.
Namespace: Altaxo.Calc.RegressionAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public double StandardErrorOfParameter(
int i
)
Parameters
- i Int32
- Index of the parameter.
Return Value
DoubleThe estimated standard error of parameter
i.
See Also