Class LinearRegression.LinearRegressionResult

Object
LinearRegressionResult
Enclosing class:
LinearRegression

public static class LinearRegression.LinearRegressionResult
extends Object
  • Method Details

    • getBeta

      public List<DRes<SFixed>> getBeta()
      Estimates for the coefficients
    • getErrorVariance

      public DRes<SFixed> getErrorVariance()
      The regression error variance (s2) which is equal to the regression standard error squared
    • getRSquared

      public DRes<SFixed> getRSquared()
      The coefficient of determination (R2)
    • getStdErrorsSquared

      public List<DRes<SFixed>> getStdErrorsSquared()
      Standard errors (squared) for each coefficient estimate