Computes the Mann-Whitney statistic
Missing values in x and/or y are discarded.
x : sequence
Input
y : sequence
use_continuity : {True, False}, optional
Whether a continuity correction (1/2.) should be taken into account.
u : float
The Mann-Whitney statistics
prob : float
Approximate p-value assuming a normal distribution.
scipy.stats.mstats.linregress
scipy.stats.mstats.plotting_positions
Enter search terms or a module, class or function name.