Hypothesis Test.Statistic Property
Gets the value of the test statistic.
Definition
Namespace: Extreme.Statistics.Tests
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
The value of the test statistic.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public double Statistic { get; }
Property Value
DoubleThe value of the test statistic.
Remarks
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.