Class CorrelationCoefficients.RankCorrelationInformation

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

public class CorrelationCoefficients.RankCorrelationInformation extends CorrelationCoefficients.CorrelationInformation
Version:
$Rev: 2509 $ modified: [sstein]: 16.Feb.2009 changed logger-entries to comments
Author:
Ole Rahn

FH Osnabrück - University of Applied Sciences Osnabrück,
Project: PIROL (2005),
Subproject: Daten- und Wissensmanagement
  • Constructor Details

    • RankCorrelationInformation

      public RankCorrelationInformation(double coefficient, double secondCoefficient, int numberOfConcordantPairs, int numberOfDiscordantPairs)
    • RankCorrelationInformation

      public RankCorrelationInformation(double coefficient, int numberOfConcordantPairs, int numberOfDiscordantPairs)
  • Method Details

    • getNumberOfConcordantPairs

      public int getNumberOfConcordantPairs()
    • getNumberOfDiscordantPairs

      public int getNumberOfDiscordantPairs()
    • getSecondCoefficient

      public double getSecondCoefficient()