Example usage for org.apache.commons.math3.stat.descriptive AbstractStorelessUnivariateStatistic subclass-usage

List of usage examples for org.apache.commons.math3.stat.descriptive AbstractStorelessUnivariateStatistic subclass-usage

Introduction

In this page you can find the example usage for org.apache.commons.math3.stat.descriptive AbstractStorelessUnivariateStatistic subclass-usage.

Usage

From source file com.cloudera.oryx.common.math.DoubleWeightedMean.java

/**
 * <p>A weighted mean implementation for floating-point weights, following the Commons
 * Math3 framework.</p>
 *
 * <p>This class is not thread-safe.</p>
 */

From source file com.javachen.grab.common.math.DoubleWeightedMean.java

/**
 * <p>A weighted mean implementation for floating-point weights, following the Commons
 * Math3 framework.</p>
 * <p/>
 * <p>This class is not thread-safe.</p>
 */

From source file org.apache.edgent.analytics.math3.stat.Count.java

/**
 * The number of items in the collection being aggregated.
 * 
 * Need this semi-hack to be able to capture the number
 * of items in an aggregation in a ResultMap.
 */

From source file com.cloudera.oryx.common.stats.DoubleWeightedMean.java

/**
 * <p>A weighted mean implementation for floating-point weights, following the Commons Math3 framework.</p>
 *
 * <p>This class is not thread-safe.</p>
 *
 * @author Sean Owen

From source file net.myrrix.common.stats.DoubleWeightedMean.java

/**
 * <p>Ported from Mahout {@code WeightedRunningAverage}, to use Commons Math3 framework.</p>
 *
 * <p>This class is not thread-safe.</p>
 *
 * @author Sean Owen

From source file net.myrrix.common.stats.IntWeightedMean.java

/**
 * <p>Like {@link DoubleWeightedMean} but uses {@code int} weights.</p>
 *
 * <p>This class is not thread-safe.</p>
 *
 * @author Sean Owen

From source file com.cloudera.oryx.common.stats.IntegerWeightedMean.java

/**
 * <p>Like {@link DoubleWeightedMean} but uses integer ({@code int}, {@code long}) weights.</p>
 *
 * <p>This class is not thread-safe.</p>
 *
 * @author Sean Owen