statsmodels.stats.nonparametric.RankCompareResult.summary¶ RankCompareResult.summary(alpha=0.05, xname=None)[source]¶ summary table for probability that random draw x1 is larger than x2 Parameters: alphafloatSignificance level for confidence intervals. Coverage is 1 - alpha xnameNone or list of strIf None, then each row has a name column with generic names. If xname is a list of strings, then it will be included as part of those names. Returns: SimpleTable instance with methods to convert to different output formats.