org.apache.commons.math3.stat
Class CertifiedDataTest
java.lang.Object
org.apache.commons.math3.stat.CertifiedDataTest
public class CertifiedDataTest
- extends Object
Certified data test cases.
- Version:
- $Id: CertifiedDataTest.java 1244107 2012-02-14 16:17:55Z erans $
|
Field Summary |
protected double |
mean
|
protected double |
std
|
|
Method Summary |
void |
testDescriptiveStatistics()
Test DescriptiveStatistics - implementations that store full array of
values and execute multi-pass algorithms |
void |
testSummaryStatistics()
Test SummaryStatistics - implementations that do not store the data
and use single pass algorithms to compute statistics |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
mean
protected double mean
std
protected double std
CertifiedDataTest
public CertifiedDataTest()
testSummaryStatistics
public void testSummaryStatistics()
throws Exception
- Test SummaryStatistics - implementations that do not store the data
and use single pass algorithms to compute statistics
- Throws:
Exception
testDescriptiveStatistics
public void testDescriptiveStatistics()
throws Exception
- Test DescriptiveStatistics - implementations that store full array of
values and execute multi-pass algorithms
- Throws:
Exception
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.