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

Syntax

C#
public virtual double[] Swept { get; }
Visual Basic (Declaration)
Public Overridable ReadOnly Property Swept As Double()
Visual C++
public:
virtual property array<double>^ Swept {
	array<double>^ get ();
}

Field 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