Package org.apache.commons.math.stat.regression
package org.apache.commons.math.stat.regression
Statistical routines involving multivariate data.
-
ClassDescriptionAbstract base class for implementations of MultipleLinearRegression.The GLS implementation of the multiple linear regression.The multiple linear regression can be represented in matrix-notation.Implements ordinary least squares (OLS) to estimate the parameters of a multiple linear regression model.Estimates an ordinary least squares regression model with one independent variable.