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

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

Introduction

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

Usage

From source file univie.cs.pps.utils.FormattedStatistics.java

/**
 * A subclass of {@link SummaryStatistics} for convenient printing of a table of
 * statistics.
 * 
 * @author Dario Seidl
 * 

From source file univie.cs.psps.utils.FormattedStatistics.java

/**
 * A subclass of {@link SummaryStatistics} for convenient printing of a table of
 * statistics.
 * 
 * @author Dario Seidl
 * 

From source file info.debatty.jinu.SummaryStatistics.java

/**
 *
 * @author Thibault Debatty
 */
public class SummaryStatistics extends org.apache.commons.math3.stat.descriptive.SummaryStatistics {