Package | Description |
---|---|
org.apache.commons.math3.stat.correlation |
Correlations/Covariance computations.
|
org.apache.commons.math3.stat.ranking |
Classes providing rank transformations.
|
Constructor and Description |
---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
NaturalRanking
Ranking based on the natural ordering on doubles.
|
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.