Uses of Interface
org.hipparchus.stat.ranking.RankingAlgorithm
Package
Description
Correlations/Covariance computations.
Classes providing rank transformations.
-
Uses of RankingAlgorithm in org.hipparchus.stat.correlation
ModifierConstructorDescriptionSpearmansCorrelation
(RealMatrix dataMatrix, RankingAlgorithm rankingAlgorithm) Create a SpearmansCorrelation with the given input data matrix and ranking algorithm.SpearmansCorrelation
(RankingAlgorithm rankingAlgorithm) Create a SpearmansCorrelation with the given ranking algorithm. -
Uses of RankingAlgorithm in org.hipparchus.stat.ranking
Modifier and TypeClassDescriptionclass
Ranking based on the natural ordering on doubles.