us.ihmc.utilities.math.functionApproximation
Class LinearRegressionTest

java.lang.Object
  extended by us.ihmc.utilities.math.functionApproximation.LinearRegressionTest

public class LinearRegressionTest
extends java.lang.Object


Constructor Summary
LinearRegressionTest()
           
 
Method Summary
 void testAskingForAnswerBeforeDone()
           
 void testAskingForCoefficientVectorAsMatrixBeforeDone()
           
 void testAskingForSquaredErrorBeforeDone()
           
 void testNotEnoughPoints()
           
 void testPerfectMatch()
           
 void testRandomness()
           
 void testTypicalExampleOne()
           
 void testTypicalExampleTwo()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LinearRegressionTest

public LinearRegressionTest()
Method Detail

testTypicalExampleOne

public void testTypicalExampleOne()

testTypicalExampleTwo

public void testTypicalExampleTwo()

testPerfectMatch

public void testPerfectMatch()

testRandomness

public void testRandomness()

testNotEnoughPoints

public void testNotEnoughPoints()

testAskingForAnswerBeforeDone

public void testAskingForAnswerBeforeDone()

testAskingForSquaredErrorBeforeDone

public void testAskingForSquaredErrorBeforeDone()

testAskingForCoefficientVectorAsMatrixBeforeDone

public void testAskingForCoefficientVectorAsMatrixBeforeDone()