Uses of Class
org.openjump.core.attributeoperations.statistics.CorrelationCoefficients.RankCorrelationInformation
-
Packages that use CorrelationCoefficients.RankCorrelationInformation Package Description org.openjump.core.attributeoperations.statistics -
-
Uses of CorrelationCoefficients.RankCorrelationInformation in org.openjump.core.attributeoperations.statistics
Methods in org.openjump.core.attributeoperations.statistics that return CorrelationCoefficients.RankCorrelationInformation Modifier and Type Method Description CorrelationCoefficients.RankCorrelationInformation
CorrelationCoefficients. getKendalsTauRankCoefficient()
"Spearman Rank Order Correlations (or "rho") and Kendall's Tau-b (or "tau") Correlations are used when the variables are measured as ranks (from highest-to-lowest or lowest-to-highest)"
http://www.themeasurementgroup.com/datamining/definitions/correlation.htmCorrelationCoefficients.RankCorrelationInformation
CorrelationCoefficients. getSpearmansRhoCoefficient()
get Pearson's correlation coefficient (good, dimension-less measure, if there is a linear relation between the attributes)
see: http://www.netzwelt.de/lexikon/Korrelationskoeffizient.html
-