|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.ObjectbaseCode.math.Rank
Calculate rank statistics for arrays.
Copyright (c) 2004
Institution: Columbia University
| Constructor Summary | |
Rank()
|
|
| Method Summary | |
static cern.colt.list.IntArrayList |
order(cern.colt.list.DoubleArrayList array)
Return a permutation which puts the array in sorted order. |
static cern.colt.list.IntArrayList |
rankTransform(cern.colt.list.DoubleArrayList array)
Rank transform an array. |
static java.util.Map |
rankTransform(java.util.Map m)
Rank transform a map, where the values are numerical (java.lang.Double) values we wish to rank. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Rank()
| Method Detail |
public static cern.colt.list.IntArrayList order(cern.colt.list.DoubleArrayList array)
array -
public static cern.colt.list.IntArrayList rankTransform(cern.colt.list.DoubleArrayList array)
array - DoubleArrayList
public static java.util.Map rankTransform(java.util.Map m)
throws java.lang.IllegalArgumentException
m - java.util.Map with keys Objects, values Doubles.
java.lang.IllegalArgumentException - if the input Map does not have Double values.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||