Package hec.hecmath
Class LinearRegressionStatistics
java.lang.Object
hec.hecmath.LinearRegressionStatistics
Class holds data for linear regression coefficients computed by HecMath.correlationCoefficients
-
Field Summary
FieldsModifier and TypeFieldDescriptiondouble
double
double
double
int
double
double
double
-
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 -
correlationCoefficient
public double correlationCoefficient
-
-
Constructor Details
-
LinearRegressionStatistics
public LinearRegressionStatistics()
-
-
Method Details