Package org.apache.commons.math.stat.ranking

Classes providing rank transformations.

See:
          Description

Interface Summary
RankingAlgorithm Interface representing a rank transformation.
 

Class Summary
NaturalRanking Ranking based on the natural ordering on doubles.
NaturalRanking.IntDoublePair Represents the position of a double value in an ordering.
 

Enum Summary
NaNStrategy Strategies for handling NaN values in rank transformations.
TiesStrategy Strategies for handling tied values in rank transformations.
 

Package org.apache.commons.math.stat.ranking Description

Classes providing rank transformations.



Copyright (c) 2003-2009 Apache Software Foundation