This is documentation for an old release of SciPy (version 0.12.0). Read this page in the documentation of the latest stable release (version 1.15.1).
Computes the Mann-Whitney statistic
Missing values in x and/or y are discarded.
Parameters : | x : sequence
y : sequence
use_continuity : {True, False}, optional
|
---|---|
Returns : | u : float
prob : float
|