Package ubic.basecode.math
Class TestMatrixStats
- java.lang.Object
-
- ubic.basecode.math.TestMatrixStats
-
public class TestMatrixStats extends Object
- Author:
- pavlidis
-
-
Constructor Summary
Constructors Constructor Description TestMatrixStats()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setUp()
void
testColSumsWithMissing()
void
testConvertLog()
void
testConvertToLog2Cpm()
void
testCorrelationMatrix()
void
testCorrelationMatrixThreshold()
void
testCountsPerMillionWithMissing()
void
testCov2Cor()
void
testDoubleStandardize()
void
testLogTransform()
void
testMax()
void
testMin()
void
testNan()
void
testRbfNormalize()
void
testSelfSquare()
void
testStandardize()
-
-
-
Method Detail
-
testConvertLog
public final void testConvertLog()
-
testConvertToLog2Cpm
public final void testConvertToLog2Cpm()
-
testCorrelationMatrixThreshold
public final void testCorrelationMatrixThreshold() throws Exception
- Throws:
Exception
-
testCountsPerMillionWithMissing
public void testCountsPerMillionWithMissing() throws Exception
- Throws:
Exception
-
testDoubleStandardize
public final void testDoubleStandardize()
-
testLogTransform
public final void testLogTransform()
-
testMax
public final void testMax()
-
testMin
public final void testMin()
-
testNan
public final void testNan()
-
testRbfNormalize
public final void testRbfNormalize()
-
testSelfSquare
public final void testSelfSquare()
-
testStandardize
public final void testStandardize()
-
-