Click or drag to resize
StepwiseRegressionSwept Property
An array containing information indicating whether or not a particular variable is in the model.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual double[] Swept { get; }

Property Value

Type: Double
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