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 classCorrelationCoefficients.RankCorrelationInformationMethods in org.openjump.core.attributeoperations.statistics that return CorrelationCoefficients.CorrelationInformation Modifier and Type Method Description CorrelationCoefficients.CorrelationInformationCorrelationCoefficients. 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
-