Package hec.hecmath
Class LogarithmicRegressionStatistics
java.lang.Object
hec.hecmath.LogarithmicRegressionStatistics
Class holds data for logarithmic regression coefficients computed by PairedDataMath.logarithmicCoefficients
y = 10^(a*log10(x)+b)
-
Field Summary
FieldsModifier and TypeFieldDescriptiondoubledoubledoubleintdoubledoubledouble -
Constructor Summary
Constructors -
Method Summary
-
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