Java org.apache.commons.math3.stat.inference MannWhitneyUTest fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.math3.stat.inference MannWhitneyUTest fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.math3.stat.inference MannWhitneyUTest.

The text is from its open source code.

Constructor

MannWhitneyUTest()
Create a test instance using where NaN's are left in place and ties get the average of applicable ranks.
MannWhitneyUTest(final NaNStrategy nanStrategy, final TiesStrategy tiesStrategy)
Create a test instance using the given strategies for NaN's and ties.

Method

doublemannWhitneyU(final double[] x, final double[] y)
Computes the Mann-Whitney U statistic comparing mean for two independent samples possibly of different length.