HomeSort by relevance Sort by last modified time
    Searched refs:getCovarianceMatrix (Results 1 - 2 of 2) sorted by null

  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/correlation/
Covariance.java 139 public RealMatrix getCovarianceMatrix() {
PearsonsCorrelation.java 96 RealMatrix covarianceMatrix = covariance.getCovarianceMatrix();

Completed in 485 milliseconds