org.apache.commons.math.stat.descriptive
Class ListUnivariateImplTest

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

public final class ListUnivariateImplTest
extends junit.framework.TestCase

Test cases for the ListUnivariateImpl class.

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

Constructor Summary
ListUnivariateImplTest(String name)
           
 
Method Summary
static junit.framework.Test suite()
           
 void testN0andN1Conditions()
           
 void testProductAndGeometricMean()
           
 void testSerialization()
          test stats
 void testSkewAndKurtosis()
           
 void testStats()
          test stats
 
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
 

Constructor Detail

ListUnivariateImplTest

public ListUnivariateImplTest(String name)
Method Detail

suite

public static junit.framework.Test suite()

testStats

public void testStats()
test stats


testN0andN1Conditions

public void testN0andN1Conditions()
                           throws Exception
Throws:
Exception

testSkewAndKurtosis

public void testSkewAndKurtosis()

testProductAndGeometricMean

public void testProductAndGeometricMean()
                                 throws Exception
Throws:
Exception

testSerialization

public void testSerialization()
test stats



Copyright © 2003-2010 Apache Software Foundation. All Rights Reserved.