Class SelectionByZValue
- java.lang.Object
-
- dev.nm.stat.regression.linear.glm.modelselection.SelectionByZValue
-
- All Implemented Interfaces:
ForwardSelection.Step
public class SelectionByZValue extends Object implements ForwardSelection.Step
In each step, the most significant factor is added, until all remaining factors are insignificant. The significance is defined by its z-value after its addition to the current model.
-
-
Constructor Summary
Constructors Constructor Description SelectionByZValue(double significance)
Creates an instance with the given significance level [0, 1].
-
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
-
-