Uses of Class
org.apache.commons.math3.stat.correlation.Covariance

Packages that use Covariance
org.apache.commons.math3.stat.correlation Correlations/Covariance computations. 
 

Uses of Covariance in org.apache.commons.math3.stat.correlation
 

Subclasses of Covariance in org.apache.commons.math3.stat.correlation
 class StorelessCovariance
          Covariance implementation that does not require input data to be stored in memory.
 

Constructors in org.apache.commons.math3.stat.correlation with parameters of type Covariance
PearsonsCorrelation(Covariance covariance)
          Create a PearsonsCorrelation from a Covariance.
 



Copyright © 2017 CNES. All Rights Reserved.