IMSL C# Numerical Library

StepwiseRegression.Method Property

Specifies the stepwise selection method, forward, backward, or stepwise Regression.

public virtual StepwiseRegression.Direction Method {set;}

Property 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.

See Also

StepwiseRegression Class | Imsl.Stat Namespace | Forward | Backward | Stepwise