org.apache.commons.math.stat
Class CertifiedDataTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.commons.math.stat.CertifiedDataTest
All Implemented Interfaces:
junit.framework.Test

public class CertifiedDataTest
extends junit.framework.TestCase

Certified data test cases.

Version:
$Revision: 762087 $ $Date: 2009-04-05 10:20:18 -0400 (Sun, 05 Apr 2009) $

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

mean

protected double mean

std

protected double std
Constructor Detail

CertifiedDataTest

public CertifiedDataTest(String name)
Certified Data Test Constructor

Parameters:
name -
Method Detail

suite

public static junit.framework.Test suite()
Returns:
The test suite

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-2011 Apache Software Foundation. All Rights Reserved.