org.apache.commons.math3.stat.regression
Class MillerUpdatingRegressionTest

java.lang.Object
  extended by org.apache.commons.math3.stat.regression.MillerUpdatingRegressionTest

public class MillerUpdatingRegressionTest
extends Object

MillerUpdatingRegression tests.


Constructor Summary
MillerUpdatingRegressionTest()
           
 
Method Summary
 void testAddObsGetNClear()
          Test of getN method, of class MillerUpdatingRegression.
 void testFilippelli()
           
 void testHasIntercept()
          Test of hasIntercept method, of class MillerUpdatingRegression.
 void testHdiag()
           
 void testHdiagConstant()
           
 void testLongly()
          Test Longley dataset against certified values provided by NIST.
 void testNegativeTestAddMultipleObs()
           
 void testNegativeTestAddObs()
           
 void testOneRedundantColumn()
           
 void testPCorr()
           
 void testRegressAirlineConstantExternal()
           
 void testRegressAirlineConstantInternal()
           
 void testSubsetRegression()
           
 void testThreeRedundantColumn()
           
 void testWampler1()
           
 void testWampler2()
           
 void testWampler3()
           
 void testWampler4()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MillerUpdatingRegressionTest

public MillerUpdatingRegressionTest()
Method Detail

testHasIntercept

public void testHasIntercept()
Test of hasIntercept method, of class MillerUpdatingRegression.


testAddObsGetNClear

public void testAddObsGetNClear()
Test of getN method, of class MillerUpdatingRegression.


testNegativeTestAddObs

public void testNegativeTestAddObs()

testNegativeTestAddMultipleObs

public void testNegativeTestAddMultipleObs()

testRegressAirlineConstantExternal

public void testRegressAirlineConstantExternal()

testRegressAirlineConstantInternal

public void testRegressAirlineConstantInternal()

testFilippelli

public void testFilippelli()

testWampler1

public void testWampler1()

testWampler2

public void testWampler2()

testWampler3

public void testWampler3()

testWampler4

public void testWampler4()

testLongly

public void testLongly()
Test Longley dataset against certified values provided by NIST. Data Source: J. Longley (1967) "An Appraisal of Least Squares Programs for the Electronic Computer from the Point of View of the User" Journal of the American Statistical Association, vol. 62. September, pp. 819-841. Certified values (and data) are from NIST: http://www.itl.nist.gov/div898/strd/lls/data/LINKS/DATA/Longley.dat


testOneRedundantColumn

public void testOneRedundantColumn()

testThreeRedundantColumn

public void testThreeRedundantColumn()

testPCorr

public void testPCorr()

testHdiag

public void testHdiag()

testHdiagConstant

public void testHdiagConstant()

testSubsetRegression

public void testSubsetRegression()


Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.