Click or drag to resize
StepwiseRegressionMethod Property
Specifies the stepwise selection method, forward, backward, or stepwise Regression.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual StepwiseRegressionDirection Method { 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