IMSL C# Numerical Library

LinearRegression.CoefficientTTestsValue.GetStandardError Method 

Returns the estimated standard error for a coefficient estimate.

public double GetStandardError(
   int i
);

Parameters

i
An int which specifies the index of the coefficient whose standard error estimate is to be returned.

Return Value

A double which specifies the estimated standard error for the i-th coefficient estimate.

See Also

LinearRegression.CoefficientTTestsValue Class | Imsl.Stat Namespace