Class 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 Detail

      • EliminationByZValue

        public EliminationByZValue​(double significance)
        Creates an instance with the given significance level [0, 1].
        Parameters:
        significance - a significance value to determine whether a factor is significant enough (to be included in the model)