SuanShu, a Java numerical and statistical library

Package com.numericalmethod.suanshu.stats.regression.linear.modelselection

Class Summary
Backward To construct a GLM model for a set of observations using the backward selection method, we first assume that all factors are included in the model.
Forward To construct a GLM model for a set of observations using the forward selection method, we iteratively add a significant factor to the model, one at a time.
 


SuanShu, a Java numerical and statistical library

Copyright © 2011 Numerical Method Inc. Ltd. All Rights Reserved.