org.apache.commons.math.random
Class CorrelatedRandomVectorGeneratorTest

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

public class CorrelatedRandomVectorGeneratorTest
extends junit.framework.TestCase


Constructor Summary
CorrelatedRandomVectorGeneratorTest(String name)
           
 
Method Summary
 void setUp()
           
static junit.framework.Test suite()
           
 void tearDown()
           
 void testMath226()
           
 void testMeanAndCovariance()
           
 void testRank()
           
 void testRootMatrix()
           
 
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

CorrelatedRandomVectorGeneratorTest

public CorrelatedRandomVectorGeneratorTest(String name)
Method Detail

testRank

public void testRank()

testMath226

public void testMath226()
                 throws org.apache.commons.math.DimensionMismatchException,
                        org.apache.commons.math.linear.NotPositiveDefiniteMatrixException
Throws:
org.apache.commons.math.DimensionMismatchException
org.apache.commons.math.linear.NotPositiveDefiniteMatrixException

testRootMatrix

public void testRootMatrix()

testMeanAndCovariance

public void testMeanAndCovariance()
                           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-2010 Apache Software Foundation. All Rights Reserved.