QuickLinearArbitraryBaseRegressionGetParameterError Method |
Gets the standard error of the specified parameter.
Namespace: Altaxo.Calc.RegressionAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic 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
DoubleThe standard error of the specified parameter.
See Also