|
| | MannWhitney (double[] sample1measurements, double[] sample2measurements) |
| |
| | MannWhitney (ArrayList< Double > sample1measurements, ArrayList< Double > sample2measurements) |
| |
| double | getZ () |
| |
| double | getPvalue () |
| |
|
| static List< Double >[] | rankOrder (TreeMap< Double, List< String >> measurements) |
| |
| static double | rank (double count, List< String > list) |
| |
- Author
- prussell Mann Whitney U test
| broad.core.math.MannWhitney.MannWhitney |
( |
double[] |
sample1measurements, |
|
|
double[] |
sample2measurements |
|
) |
| |
Instantiate with arrays of measurements
- Parameters
-
| sample1measurements | Sample 1 measurements |
| sample2measurements | Sample 2 measurements |
| broad.core.math.MannWhitney.MannWhitney |
( |
ArrayList< Double > |
sample1measurements, |
|
|
ArrayList< Double > |
sample2measurements |
|
) |
| |
Instantiate with lists of measurements
- Parameters
-
| sample1measurements | Sample 1 measurements |
| sample2measurements | Sample 2 measurements |
| double broad.core.math.MannWhitney.getPvalue |
( |
| ) |
|
Get P value
- Returns
- P value
| double broad.core.math.MannWhitney.getZ |
( |
| ) |
|
Get the test statistic
- Returns
- The test statistic
| static double broad.core.math.MannWhitney.rank |
( |
double |
count, |
|
|
List< String > |
list |
|
) |
| |
|
staticprotected |
| static List<Double> [] broad.core.math.MannWhitney.rankOrder |
( |
TreeMap< Double, List< String >> |
measurements | ) |
|
|
staticprotected |
Get the overall ranks of measurements from both samples 1 = low, N = high
- Parameters
-
| measurements | Map of each measurement to the set of samples it belongs to (one or both samples) |
- Returns
- List whose first element is the list of sample 1 ranks and whose second element is the list of sample 2 ranks
The documentation for this class was generated from the following file: