Package ubic.basecode.math.linalg
Class QRDecompositionTest
- java.lang.Object
-
- ubic.basecode.math.linalg.QRDecompositionTest
-
public class QRDecompositionTest extends Object
-
-
Constructor Summary
Constructors Constructor Description QRDecompositionTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
test1()
void
test2NoPivoting()
Test ability to reproduce standard QRvoid
test3()
void
testScaledDesign()
Case where the Design matrix values include values other than 1's and 0's.void
testSingular2()
-
-
-
Method Detail
-
test2NoPivoting
public void test2NoPivoting() throws Exception
Test ability to reproduce standard QR- Throws:
Exception
-
testScaledDesign
public void testScaledDesign() throws Exception
Case where the Design matrix values include values other than 1's and 0's.- Throws:
Exception
-
test3
public void test3()
-
-