Package org.codehaus.jet.regression.estimators

Class Summary
AbstractInformationCriterionEstimator Abstract base class for implementations of InformationCriterionEstimator
AbstractMultipleLinearRegressionEstimator Abstract base class for implementations of MultipleLinearRegression
AkaikeInformationCriterionEstimator Estimator for the Akaike Information Criterion (AIC)
GLSMultipleLinearRegressionEstimator The GLS implementation of the multiple linear regression GLS assumes a general covariance matrix Omega of the error
HannanQuinnInformationCriterionEstimator Estimator for the Hannan-Quinn Information Criterion (HQIC)
OLSMultipleLinearRegressionEstimator The OLS implementation of the multiple linear regression OLS assumes the covariance matrix of the error to be diagonal and with equal variance.
SchwarzInformationCriterionEstimator Estimator for the Schwarz Information Criterion (SIC)
 



Copyright © 2006-2007. All Rights Reserved.