Class EliminationByZValue
- java.lang.Object
-
- dev.nm.stat.regression.linear.glm.modelselection.EliminationByZValue
-
- All Implemented Interfaces:
BackwardElimination.Step
public class EliminationByZValue extends Object implements BackwardElimination.Step
In each step, the factor with the least z-value is dropped, until all z-values are greater than the critical value (given by the significance level).
-
-
Constructor Summary
Constructors Constructor Description EliminationByZValue(double significance)
Creates an instance with the given significance level [0, 1].
-
-
-
Method Detail
-
eliminate
public int eliminate(GLMProblem problem, Matrix subA)
- Specified by:
eliminate
in interfaceBackwardElimination.Step
-
-