Class QRDecompositionTest

java.lang.Object
ubic.basecode.math.linalg.QRDecompositionTest

public class QRDecompositionTest extends Object
  • Constructor Details

    • QRDecompositionTest

      public QRDecompositionTest()
  • Method Details

    • test1

      public void test1() throws Exception
      Throws:
      Exception
    • 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
    • testSingular2

      public void testSingular2() throws Exception
      Throws:
      Exception
    • test3

      public void test3()