Computes the Mann-Whitney on samples x and y. Missing values in x and/or y are discarded.
x : sequence
y : sequence use_continuity : {True, False} optional Whether a continuity correction (1/2.) should be taken into account.
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.
The Mann-Whitney statistics
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.