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

  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/
AggregateSummaryStatistics.java 251 * @see SummaryStatistics#getSecondMoment()
253 public double getSecondMoment() {
255 return statistics.getSecondMoment();
314 double m2 = current.getSecondMoment();
330 m2 = m2 + current.getSecondMoment() + meanDiff * meanDiff * oldN * curN / n;
SummaryStatistics.java 300 public double getSecondMoment() {

Completed in 113 milliseconds