Enumerates the possible ways to define the threshold for the to-enter and to-remove values.
Namespace:
Extreme.Statistics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public enum StepwiseCriterion
Public Enumeration StepwiseCriterion
public enum class StepwiseCriterion
| Member name | Value | Description |
---|
| Statistic | 0 |
The F or Wald statistic is used.
|
| PValue | 1 |
The p-value corresponding to the F or Wald statistic is used.
|
Reference