StepwiseRegression.Method Property |
Specifies the stepwise selection method, forward, backward, or
stepwise Regression.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntaxpublic virtual StepwiseRegression. Direction Method { set; }
Public Overridable WriteOnly Property Method As StepwiseRegression. Direction
Set
public:
virtual property StepwiseRegression. Direction Method {
void set (StepwiseRegression. Direction value);
}
abstract Method : StepwiseRegression. Direction with set
override Method : StepwiseRegression. Direction with set
Property Value
Type:
StepwiseRegression.Direction
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.
See Also