Specifies the stepwise selection method, forward, backward, or
stepwise Regression.
Namespace:
Imsl.Stat
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public virtual StepwiseRegression..::.Direction Method { set; } |
Visual Basic (Declaration) |
---|
Public Overridable WriteOnly Property Method As StepwiseRegression..::.Direction |
Visual C++ |
---|
public: virtual property StepwiseRegression..::.Direction Method { void set (StepwiseRegression..::.Direction value); } |
Field Value
An int value between -1 and 1 specifying the stepwise selection method.
Remarks
Fields Forward, Backward, and Stepwise should be
used.
By default, Direction.Stepwise.