Uses of Class
org.codehaus.jet.regression.estimators.AbstractMultipleLinearRegressionEstimator

Packages that use AbstractMultipleLinearRegressionEstimator
org.codehaus.jet.regression.estimators   
 

Uses of AbstractMultipleLinearRegressionEstimator in org.codehaus.jet.regression.estimators
 

Subclasses of AbstractMultipleLinearRegressionEstimator in org.codehaus.jet.regression.estimators
 class GLSMultipleLinearRegressionEstimator
          The GLS implementation of the multiple linear regression GLS assumes a general covariance matrix Omega of the error
 class OLSMultipleLinearRegressionEstimator
          The OLS implementation of the multiple linear regression OLS assumes the covariance matrix of the error to be diagonal and with equal variance.
 



Copyright © 2006-2007. All Rights Reserved.