IMSL C# Numerical Library

StepwiseRegression.CoefficientTTestsValue.GetCoefficient Method 

Returns the estimate for a coefficient of the independent variable.

public virtual double GetCoefficient(
   int index
);

Parameters

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

Return Value

A double which contains the estimate for the coefficient.

Remarks

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

See Also

StepwiseRegression.CoefficientTTestsValue Class | Imsl.Stat Namespace