Example usage for org.apache.commons.math3.stat.descriptive StatisticalSummary interface-usage

List of usage examples for org.apache.commons.math3.stat.descriptive StatisticalSummary interface-usage

Introduction

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

Usage

From source file com.insightml.math.statistics.IStats.java

public interface IStats extends StatisticalSummary {

    Interval confRange95(boolean hardMinMax);

    IGaussian asGaussian();

From source file performancestatisticsasset.Distribution.java

/**
 *
 * @author GLA
 */
public class Distribution implements StatisticalSummary {
    //Class for containing one item of analysed descriptives data

From source file org.jasig.portal.events.aggr.TimedAggregationStatistics.java

/**
 * Statistics about an aggregation that includes timing info. All values are
 * returned in nanoseconds
 * 
 * @author Eric Dalquist
 */

From source file org.apereo.portal.events.aggr.TimedAggregationStatistics.java

/**
 * Statistics about an aggregation that includes timing info. All values are
 * returned in nanoseconds
 * 
 * @author Eric Dalquist
 */

From source file org.briljantframework.statistics.FastStatistics.java

/**
 * A fast implementation of the {@link StatisticalSummary} interface.
 *
 * @author Isak Karlsson
 */
public class FastStatistics implements StatisticalSummary {

From source file org.openjdk.jmh.util.Statistics.java

public interface Statistics extends Serializable, StatisticalSummary, Comparable<Statistics> {

    /**
     * Gets the confidence interval at given confidence level.
     * @param confidence confidence level (e.g. 0.95)
     * @return the interval in which mean lies with the given confidence level

From source file com.loadtesting.core.data.TimeSerieData.java

/**
 * @author Woranop Chaiyakulvat(nineworanop@gmail.com)
 */
public class TimeSerieData implements Serializable, StatisticalSummary {
    private static final long serialVersionUID = -3936670866527022117L;