Home
last modified time | relevance | path

Searched defs:incrementAll (Results 1 – 2 of 2) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/
DStorelessUnivariateStatistic.java46 void incrementAll(double[] values); in incrementAll() method
59 void incrementAll(double[] values, int start, int length); in incrementAll() method
DAbstractStorelessUnivariateStatistic.java125 public void incrementAll(double[] values) { in incrementAll() method in AbstractStorelessUnivariateStatistic
144 public void incrementAll(double[] values, int begin, int length) { in incrementAll() method in AbstractStorelessUnivariateStatistic