Gets the value of the test statistic.
Namespace: Extreme.Statistics.TestsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public double Statistic { get; }
Public ReadOnly Property Statistic As Double
Get
public:
property double Statistic {
double get ();
}
member Statistic : float with get
Property Value
Type:
DoubleThe value of the test statistic.
Every hypothesis test works by computing a test statistic based on
the null hypothesis that follows a known distribution.
The null hypothesis is rejected depending on the likelihood that the test
statistic takes on the computed value. This property returns this test statistic.
Numerical Libraries
Supported in: 6.0, 5.x, 4.x
Reference