Returns the estimate for a coefficient.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public virtual double GetCoefficient(
	int i
)
Visual Basic (Declaration)
Public Overridable Function GetCoefficient ( _
	i As Integer _
) As Double
Visual C++
public:
virtual double GetCoefficient(
	int i
)

Parameters

i
Type: System..::.Int32
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(NonlinearRegression..::.IFunction) has not been called.

See Also