IMSL C# Numerical Library

LinearRegression.CoefficientTTestsValue.GetCoefficient Method 

Returns the estimate for a coefficient.

public double GetCoefficient(
   int i
);

Parameters

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

Return Value

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

See Also

LinearRegression.CoefficientTTestsValue Class | Imsl.Stat Namespace