Class SelectionByAIC
- java.lang.Object
-
- dev.nm.stat.regression.linear.glm.modelselection.SelectionByAIC
-
- All Implemented Interfaces:
ForwardSelection.Step
public class SelectionByAIC extends Object implements ForwardSelection.Step
In each step, a factor is added if the resulting model has the highest AIC, until no factor addition can result in a model with AIC higher than the current AIC.
-
-
Constructor Summary
Constructors Constructor Description SelectionByAIC()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
select(GLMProblem problem, Matrix subA, int[] factorChoices)
-
-
-
Method Detail
-
select
public int select(GLMProblem problem, Matrix subA, int[] factorChoices)
- Specified by:
select
in interfaceForwardSelection.Step
-
-