Package org.apache.commons.math3.stat.correlation

Correlations/Covariance computations.

See:
          Description

Class Summary
Covariance Computes covariances for pairs of arrays or columns of a matrix.
PearsonsCorrelation Computes Pearson's product-moment correlation coefficients for pairs of arrays or columns of a matrix.
SpearmansCorrelation Spearman's rank correlation.
StorelessBivariateCovariance Bivariate Covariance implementation that does not require input data to be stored in memory.
StorelessCovariance Covariance implementation that does not require input data to be stored in memory.
 

Package org.apache.commons.math3.stat.correlation Description

Correlations/Covariance computations.



Copyright (c) 2003-2013 Apache Software Foundation