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

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

Introduction

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

Usage

From source file cz.cuni.mff.d3s.spl.core.data.SplStatisticsAdapter.java

public class SplStatisticsAdapter implements StatisticalSummary {
    Statistics backend;

    public SplStatisticsAdapter(Statistics adaptee) {
        backend = adaptee;
    }