LinearRegressionCoefficientTTestsValueGetTStatistic Method |
Returns the t-statistic for the test that the i-th
coefficient is zero.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double GetTStatistic(
int i
)
Public Function GetTStatistic (
i As Integer
) As Double
public:
double GetTStatistic(
int i
)
member GetTStatistic :
i : int -> float
Parameters
- i
- Type: SystemInt32
An int which specifies the index of the coefficient whose
standard error estimate is to be returned.
Return Value
Type:
Double
A
double which specifies the estimated standard error for
the
i-th coefficient estimate.
See Also