public class StepwiseRegressionEx1 extends Object
Performs stepwise regression variable selection.
This example uses a data set from Draper and Smith (1981, pp. 629-630). The method compute is invoked to find the best regression subset from the four candidate variables.
compute
StepwiseRegressionEx1()
static void
main(String[] args)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public StepwiseRegressionEx1()
public static void main(String[] args) throws Exception
Exception
Copyright © 2020 Rogue Wave Software. All rights reserved.