de.aitools.aq.algebra
Class TestAlgebra

java.lang.Object
  extended by de.aitools.aq.algebra.TestAlgebra

public class TestAlgebra
extends java.lang.Object

Version:
$Id: TestAlgebra.java,v 1.2 2011/04/14 13:10:44 hoppe Exp $
Author:
dennis.hoppe(/\t)uni-weimar.de

Constructor Summary
TestAlgebra()
           
 
Method Summary
 void getColumnSum()
           
 void getRowSum()
           
 void testGetCol()
           
 void testGetRow()
           
 void testToContingencyTable()
           
 void testToMatrix()
           
 void testTwoWayContingencyTable()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestAlgebra

public TestAlgebra()
Method Detail

testTwoWayContingencyTable

public void testTwoWayContingencyTable()

testToMatrix

public void testToMatrix()

testGetRow

public void testGetRow()

testGetCol

public void testGetCol()

testToContingencyTable

public void testToContingencyTable()

getColumnSum

public void getColumnSum()

getRowSum

public void getRowSum()