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

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

public class CorrelationCoefficients.CorrelationInformation
extends java.lang.Object


Field Summary
protected  double coefficient
           
 
Constructor Summary
CorrelationCoefficients.CorrelationInformation(double coefficient)
           
 
Method Summary
 double getCoefficient()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

coefficient

protected double coefficient
Constructor Detail

CorrelationCoefficients.CorrelationInformation

public CorrelationCoefficients.CorrelationInformation(double coefficient)
Method Detail

getCoefficient

public double getCoefficient()