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