public class QRDecompositionTest
extends Object
-
Constructor Summary
Constructors
-
Method Summary
void
void
Test ability to reproduce standard QR
void
void
Case where the Design matrix values include values other than 1's and 0's.
void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
QRDecompositionTest
public QRDecompositionTest()
-
Method Details
-
-
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()