Class StepwiseRegressionEx1

java.lang.Object
com.imsl.test.example.stat.StepwiseRegressionEx1

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.

See Also:
  • Constructor Details

    • StepwiseRegressionEx1

      public StepwiseRegressionEx1()
  • Method Details