statsmodels.stats.nonparametric.RankCompareResult.test_prob_superior¶
-
RankCompareResult.test_prob_superior(value=
0.5
, alternative='two-sided'
)[source]¶ test for superiority probability
H0: P(x1 > x2) + 0.5 * P(x1 = x2) = value
The alternative is that the probability is either not equal, larger or smaller than the null-value depending on the chosen alternative.