Click or drag to resize
SelectionRegressionSummaryStatisticsGetIndependentVariables Method
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.2.0
Syntax
public virtual int[,] GetIndependentVariables(
	int numVariables
)

Parameters

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

Return Value

Type: Int32
An int array containing the identification numbers for the independent variables considered.
See Also