C L R

C

calcCoefficients(double[], double[]) - Static method in class regres.LinearRegression
Computes the regression coefficients using the least squares method.
calcCoefficients(double[][], double[]) - Static method in class regres.LinearRegression
Computes the regression coefficients using the least squares method.
calcCoefficients0(double[][], double[]) - Static method in class regres.LinearRegression
Computes the regression coefficients using the least squares method.

L

LinearRegression - Class in regres
This class implements different linear regression models, using the least squares method to estimate the regression coefficients.
LinearRegression() - Constructor for class regres.LinearRegression
 

R

regres - package regres
 

C L R