Calculates the value of the statistic used for this test.
Namespace: Extreme.Statistics.Tests
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Protected Overrides Function CalculateStatistic As Double |
| C# |
|---|
protected override double CalculateStatistic () |
| C++ |
|---|
protected: virtual double CalculateStatistic () override |
Return Value
The test statistic for this test.
Exceptions
| Exception | Condition |
|---|---|
| InvalidOperationException |
The Sample to test was not specified.
-or- The reference distribution was not specified. |