IMSL C# Numerical Library

NonlinearRegression.GetCoefficient Method 

Returns the estimate for a coefficient.

public virtual double GetCoefficient(
   int i
);

Parameters

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

Return Value

A double which contains the estimate for the i-th coefficient or null if Solve has not been called.

See Also

NonlinearRegression Class | Imsl.Stat Namespace