TheKStestHypothesisType enumeration contains variants of test statistics.
It is used by the following property:
Value | Brief description | |
0 | NotEqual. Statistic , to test hypothesis H0 against the hypothesis H1. | |
1 | Sample1Dominates. Statistic , to test hypothesis H0 against the hypothesis H2. | |
2 | Sample1Dominated. Statistic , to test hypothesis H0 against the hypothesis H3. |
Hypothesis:
H0. The data is a random sample of observations of the theoretical distribution specified by the user.
H1. The data cannot be a random sample of the specified distribution.
H2. The data is the result of distribution that dominates over the specified zero distribution.
H3. The data is the result of distribution dominated by the specified zero distribution.
See also: