org.apache.commons.math.stat.descriptive.moment
Class VectorialMeanTest

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

public class VectorialMeanTest
extends junit.framework.TestCase


Constructor Summary
VectorialMeanTest(String name)
           
 
Method Summary
 void setUp()
           
static junit.framework.Test suite()
           
 void tearDown()
           
 void testBasicStats()
           
 void testMismatch()
           
 void testSerial()
           
 void testSimplistic()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, 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

VectorialMeanTest

public VectorialMeanTest(String name)
Method Detail

testMismatch

public void testMismatch()

testSimplistic

public void testSimplistic()
                    throws org.apache.commons.math.DimensionMismatchException
Throws:
org.apache.commons.math.DimensionMismatchException

testBasicStats

public void testBasicStats()
                    throws org.apache.commons.math.DimensionMismatchException
Throws:
org.apache.commons.math.DimensionMismatchException

testSerial

public void testSerial()
                throws org.apache.commons.math.DimensionMismatchException
Throws:
org.apache.commons.math.DimensionMismatchException

setUp

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

tearDown

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

suite

public static junit.framework.Test suite()


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