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

java.lang.Object
  extended by org.apache.commons.math3.stat.descriptive.MixedListUnivariateImplTest

public final class MixedListUnivariateImplTest
extends Object

Test cases for the ListUnivariateImpl class.

Version:
$Id: MixedListUnivariateImplTest.java 1364030 2012-07-21 01:10:04Z erans $

Nested Class Summary
static class MixedListUnivariateImplTest.Bar
           
static class MixedListUnivariateImplTest.BarTransformer
           
static class MixedListUnivariateImplTest.Foo
           
static class MixedListUnivariateImplTest.FooTransformer
           
 
Constructor Summary
MixedListUnivariateImplTest()
           
 
Method Summary
 void testN0andN1Conditions()
           
 void testProductAndGeometricMean()
           
 void testSkewAndKurtosis()
           
 void testStats()
          test stats
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MixedListUnivariateImplTest

public MixedListUnivariateImplTest()
Method Detail

testStats

public void testStats()
test stats


testN0andN1Conditions

public void testN0andN1Conditions()

testSkewAndKurtosis

public void testSkewAndKurtosis()

testProductAndGeometricMean

public void testProductAndGeometricMean()


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