Returns the t-statistic for the test that the i-th coefficient is zero.

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

Syntax

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

Parameters

i
Type: System..::.Int32
An int which specifies the index of the coefficient whose standard error estimate is to be returned.

Return Value

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

See Also