HomeSort by relevance Sort by last modified time
    Searched full:covarianceimpl (Results 1 - 1 of 1) sorted by null

  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/
MultivariateSummaryStatistics.java 104 private VectorialCovariance covarianceImpl;
134 covarianceImpl =
159 covarianceImpl.increment(value);
250 RealMatrix matrix = covarianceImpl.getResult();
264 return covarianceImpl.getResult();
358 covarianceImpl.clear();

Completed in 761 milliseconds