Gets the value of the t-statistic for this parameter.
Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property Statistic As Double |
| C# |
|---|
public double Statistic { get; } |
| C++ |
|---|
public: double Statistic { double get (); } |
Value
The value of the t-statistic for this parameter.
Remarks
The t-statistic for a regression parameter is an indication of the magnitude of the parameter
relative to the standard error in the parameter. A large value indicates a high likelihood that the
corresponding variable is relevant in explaining the response.