Regression Step Operation Enumeration
Enumerates the operations that may be performed
during a single step in stepwise regression.
Definition
Namespace: Numerics.NET.Statistics
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public enum RegressionStepOperation
Members
EnterAllVariables | 0 | All available variables are entered into the model. |
EnterFixedVariables | 1 | All available variables are entered into the model. |
EnterVariable | 2 | A single variable is entered into the model. |
RemoveVariable | 3 | A single variable is removed from the model. |