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

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

protected class CorrelationCoefficients.SpearmanRankNumberPair
extends java.lang.Object


Field Summary
protected  double a
           
protected  double b
           
 
Constructor Summary
CorrelationCoefficients.SpearmanRankNumberPair(double a, double b)
           
 
Method Summary
 double getA()
           
 double getB()
           
 double getDifference()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

a

protected double a

b

protected double b
Constructor Detail

CorrelationCoefficients.SpearmanRankNumberPair

public CorrelationCoefficients.SpearmanRankNumberPair(double a,
                                                      double b)
Method Detail

getDifference

public double getDifference()

getA

public double getA()

getB

public double getB()