Uses of Interface
org.apache.commons.math4.stat.regression.MultipleLinearRegression
| Package | Description |
|---|---|
| org.apache.commons.math4.stat.regression |
Statistical routines involving multivariate data.
|
-
Uses of MultipleLinearRegression in org.apache.commons.math4.stat.regression
Classes in org.apache.commons.math4.stat.regression that implement MultipleLinearRegression Modifier and Type Class Description classAbstractMultipleLinearRegressionAbstract base class for implementations of MultipleLinearRegression.classGLSMultipleLinearRegressionThe GLS implementation of multiple linear regression.classOLSMultipleLinearRegressionImplements ordinary least squares (OLS) to estimate the parameters of a multiple linear regression model.