Uses of Class
org.openjump.core.attributeoperations.statistics.CorrelationCoefficients.CorrelationInformation
-
Packages that use CorrelationCoefficients.CorrelationInformation Package Description org.openjump.core.attributeoperations.statistics -
-
Uses of CorrelationCoefficients.CorrelationInformation in org.openjump.core.attributeoperations.statistics
Subclasses of CorrelationCoefficients.CorrelationInformation in org.openjump.core.attributeoperations.statistics Modifier and Type Class Description class
CorrelationCoefficients.RankCorrelationInformation
Methods in org.openjump.core.attributeoperations.statistics that return CorrelationCoefficients.CorrelationInformation Modifier and Type Method Description CorrelationCoefficients.CorrelationInformation
CorrelationCoefficients. getPearsonCoefficient()
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
-