|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
org.apache.commons.math.stat.CertifiedDataTest
public class CertifiedDataTest
Certified data test cases.
Field Summary | |
---|---|
protected double |
mean
|
protected double |
std
|
Constructor Summary | |
---|---|
CertifiedDataTest(String name)
Certified Data Test Constructor |
Method Summary | |
---|---|
static junit.framework.Test |
suite()
|
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 junit.framework.TestCase |
---|
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString |
Methods inherited from class junit.framework.Assert |
---|
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame, format |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected double mean
protected double std
Constructor Detail |
---|
public CertifiedDataTest(String name)
name
- Method Detail |
---|
public static junit.framework.Test suite()
public void testSummaryStatistics() throws Exception
Exception
public void testDescriptiveStatistics() throws Exception
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |