StepwiseRegressionSwept Property |
An array containing information indicating whether or not a
particular variable is in the model.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual double[] Swept { get; }
Public Overridable ReadOnly Property Swept As Double()
Get
public:
virtual property array<double>^ Swept {
array<double>^ get ();
}
abstract Swept : float[] with get
override Swept : float[] with 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