Home | History | Annotate | Download | only in stat

Lines Matching refs:stat

17 package org.apache.commons.math.stat;
21 import org.apache.commons.math.stat.descriptive.DescriptiveStatistics;
22 import org.apache.commons.math.stat.descriptive.UnivariateStatistic;
23 import org.apache.commons.math.stat.descriptive.moment.GeometricMean;
24 import org.apache.commons.math.stat.descriptive.moment.Mean;
25 import org.apache.commons.math.stat.descriptive.moment.Variance;
26 import org.apache.commons.math.stat.descriptive.rank.Max;
27 import org.apache.commons.math.stat.descriptive.rank.Min;
28 import org.apache.commons.math.stat.descriptive.rank.Percentile;
29 import org.apache.commons.math.stat.descriptive.summary.Product;
30 import org.apache.commons.math.stat.descriptive.summary.Sum;
31 import org.apache.commons.math.stat.descriptive.summary.SumOfLogs;
32 import org.apache.commons.math.stat.descriptive.summary.SumOfSquares;
186 * See {@link org.apache.commons.math.stat.descriptive.summary.SumOfLogs}.
205 * See {@link org.apache.commons.math.stat.descriptive.summary.SumOfLogs}.
227 * See {@link org.apache.commons.math.stat.descriptive.moment.Mean} for
245 * See {@link org.apache.commons.math.stat.descriptive.moment.Mean} for
266 * See {@link org.apache.commons.math.stat.descriptive.moment.GeometricMean}
284 * See {@link org.apache.commons.math.stat.descriptive.moment.GeometricMean}
304 * See {@link org.apache.commons.math.stat.descriptive.moment.Variance} for
324 * See {@link org.apache.commons.math.stat.descriptive.moment.Variance} for
349 * See {@link org.apache.commons.math.stat.descriptive.moment.Variance} for
380 * See {@link org.apache.commons.math.stat.descriptive.moment.Variance} for
511 * See {@link org.apache.commons.math.stat.descriptive.rank.Percentile} for
540 * See {@link org.apache.commons.math.stat.descriptive.rank.Percentile} for