Package ubic.basecode.math
Class TestMatrixRowStats
- java.lang.Object
-
- ubic.basecode.math.TestMatrixRowStats
-
public class TestMatrixRowStats extends Object
- Author:
- pavlidis
-
-
Field Summary
Fields Modifier and Type Field Description protected DoubleMatrix<String,String>
testdata
-
Constructor Summary
Constructors Constructor Description TestMatrixRowStats()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setUp()
void
testMeans()
void
testMeans2()
void
testStandardDeviations()
void
testSumOfSquaresDoubleMatrixNamed()
void
testSumOfSquaresDoubleMatrixNamedDoubleArrayList()
void
testSums()
-
-
-
Field Detail
-
testdata
protected DoubleMatrix<String,String> testdata
-
-
Method Detail
-
testMeans
public final void testMeans()
-
testMeans2
public final void testMeans2()
-
testStandardDeviations
public final void testStandardDeviations()
-
testSumOfSquaresDoubleMatrixNamed
public final void testSumOfSquaresDoubleMatrixNamed()
-
testSumOfSquaresDoubleMatrixNamedDoubleArrayList
public final void testSumOfSquaresDoubleMatrixNamedDoubleArrayList()
-
testSums
public final void testSums()
-
-