Returns the identification numbers for the independent variables for the number of variables considered and in the same order as the criteria returned by GetCriterionValues(Int32).

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public virtual int[,] GetIndependentVariables(
	int numVariables
)
Visual Basic (Declaration)
Public Overridable Function GetIndependentVariables ( _
	numVariables As Integer _
) As Integer(,)
Visual C++
public:
virtual array<int,2>^ GetIndependentVariables(
	int numVariables
)

Parameters

numVariables
Type: System..::.Int32
An int which specifies the number of variables considered.

Return Value

An int array containing the identification numbers for the independent variables considered.

See Also