Home | History | Annotate | Download | only in descriptive

Lines Matching defs:stat

17 package org.apache.commons.math.stat.descriptive;
25 import org.apache.commons.math.stat.descriptive.moment.GeometricMean;
26 import org.apache.commons.math.stat.descriptive.moment.Kurtosis;
27 import org.apache.commons.math.stat.descriptive.moment.Mean;
28 import org.apache.commons.math.stat.descriptive.moment.Skewness;
29 import org.apache.commons.math.stat.descriptive.moment.Variance;
30 import org.apache.commons.math.stat.descriptive.rank.Max;
31 import org.apache.commons.math.stat.descriptive.rank.Min;
32 import org.apache.commons.math.stat.descriptive.rank.Percentile;
33 import org.apache.commons.math.stat.descriptive.summary.Sum;
34 import org.apache.commons.math.stat.descriptive.summary.SumOfSquares;
443 * @param stat
446 public double apply(UnivariateStatistic stat) {
447 return stat.evaluate(eDA.getInternalValues(), eDA.start(), eDA.getNumElements());