StepwiseRegressionCoefficientTTestsValueGetTStatistic Method |
Returns the student-
t test statistic for testing the
i-th coefficient equal to zero (
).
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual double GetTStatistic(
int index
)
Public Overridable Function GetTStatistic (
index As Integer
) As Double
public:
virtual double GetTStatistic(
int index
)
abstract GetTStatistic :
index : int -> float
override GetTStatistic :
index : int -> float
Parameters
- index
- Type: SystemInt32
An int which specifies the index of the coefficient whose
t-test statistic is to be returned.
Return Value
Type:
Double
A
double which contains the estimated
t-test
statistic for the coefficient.
Remarks index must be between 1 and the number of
independent variables.
See Also