Uses of Class
org.apache.commons.math3.stat.regression.AbstractMultipleLinearRegression

Packages that use AbstractMultipleLinearRegression
org.apache.commons.math3.stat.regression Statistical routines involving multivariate data. 
 

Uses of AbstractMultipleLinearRegression in org.apache.commons.math3.stat.regression
 

Subclasses of AbstractMultipleLinearRegression in org.apache.commons.math3.stat.regression
 class GLSMultipleLinearRegression
          The GLS implementation of the multiple linear regression.
 class OLSMultipleLinearRegression
          Implements ordinary least squares (OLS) to estimate the parameters of a multiple linear regression model.
 



Copyright © 2017 CNES. All Rights Reserved.