Package tools.math

Interface Summary
CorrelationCoefficient Interface implemented by classes which calculate correlation coefficients of a list of pairs of data points.
 

Class Summary
DebugStuff kein javadoc bisher
HypergeometricDistribution Contains static methods for the rapid calculation of values from the hypergeometric distribution.
MTRandom  
PearsonCoefficient Implements the Pearson product-moment correlation coefficient which calculates the correlation between two given lists of data points.
SpearmanCoefficient Implements Spearman's rank correlation coefficient to calulate the correlation between two given rows of data points.
WilcoxRInterface