Example usage for org.apache.commons.math.stat.descriptive UnivariateStatistic interface-usage

List of usage examples for org.apache.commons.math.stat.descriptive UnivariateStatistic interface-usage

Introduction

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

Usage

From source file org.matsim.contrib.common.stats.UnivariatePiStatistic.java

/**
 * An extension of {@link UnivariateStatistic} that allows to associate pi-values to the samples.
 *
 * @author illenberger
 */
public interface UnivariatePiStatistic extends UnivariateStatistic {

From source file playground.johannes.sna.math.UnivariatePiStatistic.java

/**
 * An extension of {@link UnivariateStatistic} that allows to associate
 * pi-values to the samples.
 * 
 * @author illenberger
 *