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

      • SelectionByZValue

        public SelectionByZValue​(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)