org.openjump.core.attributeoperations.statistics
Class CorrelationCoefficients.RankCorrelationInformation

java.lang.Object
  extended by org.openjump.core.attributeoperations.statistics.CorrelationCoefficients.CorrelationInformation
      extended by org.openjump.core.attributeoperations.statistics.CorrelationCoefficients.RankCorrelationInformation
Enclosing class:
CorrelationCoefficients

public class CorrelationCoefficients.RankCorrelationInformation
extends CorrelationCoefficients.CorrelationInformation


Field Summary
 
Fields inherited from class org.openjump.core.attributeoperations.statistics.CorrelationCoefficients.CorrelationInformation
coefficient
 
Constructor Summary
CorrelationCoefficients.RankCorrelationInformation(double coefficient, double secondCoefficient, int numberOfConcordantPairs, int numberOfDiscordantPairs)
           
CorrelationCoefficients.RankCorrelationInformation(double coefficient, int numberOfConcordantPairs, int numberOfDiscordantPairs)
           
 
Method Summary
 int getNumberOfConcordantPairs()
           
 int getNumberOfDiscordantPairs()
           
 double getSecondCoefficient()
           
 
Methods inherited from class org.openjump.core.attributeoperations.statistics.CorrelationCoefficients.CorrelationInformation
getCoefficient
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CorrelationCoefficients.RankCorrelationInformation

public CorrelationCoefficients.RankCorrelationInformation(double coefficient,
                                                          double secondCoefficient,
                                                          int numberOfConcordantPairs,
                                                          int numberOfDiscordantPairs)

CorrelationCoefficients.RankCorrelationInformation

public CorrelationCoefficients.RankCorrelationInformation(double coefficient,
                                                          int numberOfConcordantPairs,
                                                          int numberOfDiscordantPairs)
Method Detail

getNumberOfConcordantPairs

public int getNumberOfConcordantPairs()

getNumberOfDiscordantPairs

public int getNumberOfDiscordantPairs()

getSecondCoefficient

public double getSecondCoefficient()