mannWhitneyUTest#

swordfish.function.mannWhitneyUTest()#

Perform the Mann-Whitney U test on X and Y.

参数:
  • X (Constant) -- A numeric vector.

  • Y (Constant) -- A numeric vector.

  • correct (Constant) -- A Boolean value indicating whether to consider continuity correction when calculating the p-value. The default value is true.

返回:

A dictionary object with the following keys:

  • stat: A table containing p-values under three different alternative hypotheses

  • correct: Whether to consider continuity correction when calculating p-value

  • method: The string "Mann-Whitney U test"

  • U: U statistic

返回类型:

Constant