Click or drag to resize
StepwiseRegression.Method 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 StepwiseRegression. Direction Method { 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