Package hec.hecmath

Class LogarithmicRegressionStatistics

java.lang.Object
hec.hecmath.LogarithmicRegressionStatistics

public class LogarithmicRegressionStatistics extends Object
Class holds data for logarithmic regression coefficients computed by PairedDataMath.logarithmicCoefficients y = 10^(a*log10(x)+b)
  • 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
  • Constructor Details

    • LogarithmicRegressionStatistics

      public LogarithmicRegressionStatistics()
  • Method Details