bundles / scipy latest / scipy / stats / _mstats_basic / mannwhitneyu
function
scipy.stats._mstats_basic:mannwhitneyu
Signature
def mannwhitneyu ( x , y , use_continuity = True ) Summary
Computes the Mann-Whitney statistic
Extended Summary
Missing values in x and/or y are discarded.
Parameters
x: sequenceInput
y: sequenceInput
use_continuity: {True, False}, optionalWhether a continuity correction (1/2.) should be taken into account.
Returns
statistic: floatThe minimum of the Mann-Whitney statistics
pvalue: floatApproximate two-sided p-value assuming a normal distribution.
Aliases
-
scipy.stats._mstats_basic.mannwhitneyu