Class SelectionRegressionEx1

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

public class SelectionRegressionEx1 extends Object

Finds the best regressions using the \(R^2\) criterion.

This example uses a data set from Draper and Smith (1981, pp. 629-630). The method compute is invoked to find the best regression for each subset size using the \(R^2\) criterion.

See Also:
  • Constructor Details

    • SelectionRegressionEx1

      public SelectionRegressionEx1()
  • Method Details