IMSL C# Numerical Library

StepwiseRegression.CoefficientTTestsValue.GetStandardError Method 

Returns the estimated standard error for a coefficient estimate.

public virtual double GetStandardError(
   int index
);

Parameters

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

Return Value

A double which contains the estimated standard error for the coefficient.

Remarks

index must be between 1 and the number of independent variables.

See Also

StepwiseRegression.CoefficientTTestsValue Class | Imsl.Stat Namespace