Example usage for org.apache.commons.math.stat.inference TTestImpl subclass-usage

List of usage examples for org.apache.commons.math.stat.inference TTestImpl subclass-usage

Introduction

In this page you can find the example usage for org.apache.commons.math.stat.inference TTestImpl subclass-usage.

Usage

From source file edu.umbc.cs.maple.utils.PairedTTester.java

/** A class to perform a statistical paired T-test on a set of data.
 * <p>
 * Copyright (c) 2008 Eric Eaton
 * <p>
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by