Class CorrelationCoefficients.SpearmanRankNumberPair
java.lang.Object
org.openjump.core.attributeoperations.statistics.CorrelationCoefficients.SpearmanRankNumberPair
- Enclosing class:
CorrelationCoefficients
- 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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
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()
-