Package hec.hecmath

Class LinearRegressionStatistics

java.lang.Object
hec.hecmath.LinearRegressionStatistics

public class LinearRegressionStatistics extends Object
Class holds data for linear regression coefficients computed by HecMath.correlationCoefficients
  • Field Details

    • numberValidValues

      public int numberValidValues
    • regressionConstant

      public double regressionConstant
    • regressionCoefficient

      public double regressionCoefficient
    • determinationCoefficient

      public double determinationCoefficient
    • standardErrorOfRegression

      public double standardErrorOfRegression
    • adjustedDeterminationCoefficient

      public double adjustedDeterminationCoefficient
    • adjustedStandardErrorOfRegression

      public double adjustedStandardErrorOfRegression
    • correlationCoefficient

      public double correlationCoefficient
  • Constructor Details

    • LinearRegressionStatistics

      public LinearRegressionStatistics()
  • Method Details