StepwiseCriterion Enumeration

Enumerates the possible ways to define the threshold for the to-enter and to-remove values.

Definition

Namespace: Numerics.NET.Statistics
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public enum StepwiseCriterion

Members

Statistic0 The F or Wald statistic is used.
PValue1 The p-value corresponding to the F or Wald statistic is used.

See Also