IMSL C# Numerical Library

StepwiseRegression.Swept Property

An array containing information indicating whether or not a particular variable is in the model.

public virtual double[] Swept {get;}

Property Value

A double array with information to indicate the independent variables in the model.

Remarks

The last element corresponds to the dependent variable. A +1 in the i-th position indicates that the variable is in the selected model. A -1 indicates that the variable is not in the selected model.

See Also

StepwiseRegression Class | Imsl.Stat Namespace | Levels