Class CorrelationCoefficients.SpearmanRankNumberPair

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

protected class CorrelationCoefficients.SpearmanRankNumberPair extends Object
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
  • Field Details

    • a

      protected double a
    • b

      protected double b
  • Constructor Details

    • SpearmanRankNumberPair

      public SpearmanRankNumberPair(double a, double b)
  • Method Details

    • getDifference

      public double getDifference()
    • getA

      public double getA()
    • getB

      public double getB()