Class LinearRegressionEx2

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

public class LinearRegressionEx2 extends Object

Computes case statistics in a simple linear regression.

Selected case statistics of a simple linear regression model, with an intercept, are computed.
See Also:
  • Constructor Details

    • LinearRegressionEx2

      public LinearRegressionEx2()
  • Method Details

    • main

      public static void main(String[] args)