| Package | Description |
|---|---|
| org.hipparchus.stat.correlation |
Correlations/Covariance computations.
|
| org.hipparchus.stat.ranking |
Classes providing rank transformations.
|
| Constructor | Description |
|---|---|
SpearmansCorrelation(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.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
NaturalRanking |
Ranking based on the natural ordering on doubles.
|
Copyright © 2016–2018 Hipparchus.org. All rights reserved.