Uses of Interface
org.apache.commons.math3.stat.ranking.RankingAlgorithm

Packages that use RankingAlgorithm
org.apache.commons.math3.stat.correlation Correlations/Covariance computations. 
org.apache.commons.math3.stat.ranking Classes providing rank transformations. 
 

Uses of RankingAlgorithm in org.apache.commons.math3.stat.correlation
 

Constructors in org.apache.commons.math3.stat.correlation with parameters of type RankingAlgorithm
SpearmansCorrelation(RankingAlgorithm rankingAlgorithm)
          Create a SpearmansCorrelation with the given ranking algorithm.
SpearmansCorrelation(RealMatrix dataMatrix, RankingAlgorithm rankingAlgorithm)
          Create a SpearmansCorrelation with the given input data matrix and ranking algorithm.
 

Uses of RankingAlgorithm in org.apache.commons.math3.stat.ranking
 

Classes in org.apache.commons.math3.stat.ranking that implement RankingAlgorithm
 class NaturalRanking
           Ranking based on the natural ordering on doubles.
 



Copyright © 2017 CNES. All Rights Reserved.