Uses of Package
org.apache.commons.math3.stat.correlation
-
Packages that use org.apache.commons.math3.stat.correlation Package Description org.apache.commons.math3.stat.correlation Correlations/Covariance computations. -
Classes in org.apache.commons.math3.stat.correlation used by org.apache.commons.math3.stat.correlation Class Description 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.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.