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

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

public final class MixedListUnivariateImplTest
extends junit.framework.TestCase

Test cases for the ListUnivariateImpl class.

Version:
$Revision: 618202 $ $Date: 2008-02-04 01:44:36 -0700 (Mon, 04 Feb 2008) $

Nested Class Summary
static class MixedListUnivariateImplTest.Bar
           
static class MixedListUnivariateImplTest.BarTransformer
           
static class MixedListUnivariateImplTest.Foo
           
static class MixedListUnivariateImplTest.FooTransformer
           
 
Constructor Summary
MixedListUnivariateImplTest(java.lang.String name)
           
 
Method Summary
 void setUp()
           
static junit.framework.Test suite()
           
 void testN0andN1Conditions()
           
 void testProductAndGeometricMean()
           
 void testSkewAndKurtosis()
           
 void testStats()
          test stats
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MixedListUnivariateImplTest

public MixedListUnivariateImplTest(java.lang.String name)
Method Detail

setUp

public void setUp()
Overrides:
setUp in class junit.framework.TestCase

suite

public static junit.framework.Test suite()

testStats

public void testStats()
test stats


testN0andN1Conditions

public void testN0andN1Conditions()
                           throws java.lang.Exception
Throws:
java.lang.Exception

testSkewAndKurtosis

public void testSkewAndKurtosis()

testProductAndGeometricMean

public void testProductAndGeometricMean()
                                 throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2003-2008 The Apache Software Foundation. All Rights Reserved.