Uses of Package
org.apache.commons.math3.stat.ranking
-
Packages that use org.apache.commons.math3.stat.ranking Package Description org.apache.commons.math3.stat.correlation Correlations/Covariance computations.org.apache.commons.math3.stat.descriptive.rank Summary statistics based on ranks.org.apache.commons.math3.stat.inference Classes providing hypothesis testing.org.apache.commons.math3.stat.ranking Classes providing rank transformations. -
Classes in org.apache.commons.math3.stat.ranking used by org.apache.commons.math3.stat.correlation Class Description RankingAlgorithm Interface representing a rank transformation. -
Classes in org.apache.commons.math3.stat.ranking used by org.apache.commons.math3.stat.descriptive.rank Class Description NaNStrategy Strategies for handling NaN values in rank transformations. -
Classes in org.apache.commons.math3.stat.ranking used by org.apache.commons.math3.stat.inference Class Description NaNStrategy Strategies for handling NaN values in rank transformations.NaturalRanking Ranking based on the natural ordering on doubles.TiesStrategy Strategies for handling tied values in rank transformations. -
Classes in org.apache.commons.math3.stat.ranking used by org.apache.commons.math3.stat.ranking Class Description NaNStrategy Strategies for handling NaN values in rank transformations.NaturalRanking.IntDoublePair Represents the position of a double value in an ordering.RankingAlgorithm Interface representing a rank transformation.TiesStrategy Strategies for handling tied values in rank transformations.