us.ihmc.utilities.math
Class MatrixStatisticsTest

java.lang.Object
  extended by us.ihmc.utilities.math.MatrixStatisticsTest

public class MatrixStatisticsTest
extends java.lang.Object


Constructor Summary
MatrixStatisticsTest()
           
 
Method Summary
 int randomDimension(int maximum)
           
 double randomDouble()
           
 void setUp()
           
 void testCreateColumnVectorInt()
           
 void testCreateColumnVectorIntDouble()
           
 void testCreateRowVectorInt()
           
 void testCreateRowVectorIntDouble()
           
 void testDivideEachRowByStdDevOfRow()
           
 void testGetAverageColumnVector()
           
 void testGetColumnNumber()
           
 void testGetCovarianceMatrix()
           
 void testGetRowNumber()
           
 void testGetVarianceOfEachRow()
           
 void testIndecesOfMaxElement()
           
 void testSubtractAverageColumnFromEachRow()
           
 void testSumAllElements()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MatrixStatisticsTest

public MatrixStatisticsTest()
Method Detail

setUp

public void setUp()

randomDimension

public int randomDimension(int maximum)

randomDouble

public double randomDouble()

testIndecesOfMaxElement

public void testIndecesOfMaxElement()

testGetCovarianceMatrix

public void testGetCovarianceMatrix()

testSubtractAverageColumnFromEachRow

public void testSubtractAverageColumnFromEachRow()

testSumAllElements

public void testSumAllElements()

testDivideEachRowByStdDevOfRow

public void testDivideEachRowByStdDevOfRow()

testGetVarianceOfEachRow

public void testGetVarianceOfEachRow()

testGetAverageColumnVector

public void testGetAverageColumnVector()

testCreateColumnVectorIntDouble

public void testCreateColumnVectorIntDouble()

testCreateRowVectorIntDouble

public void testCreateRowVectorIntDouble()

testCreateColumnVectorInt

public void testCreateColumnVectorInt()

testCreateRowVectorInt

public void testCreateRowVectorInt()

testGetRowNumber

public void testGetRowNumber()

testGetColumnNumber

public void testGetColumnNumber()