IMSL C# Numerical Library

SelectionRegression.SummaryStatistics.GetIndependentVariables 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.

public virtual int[,] GetIndependentVariables(
   int numVariables
);

Parameters

numVariables
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

SelectionRegression.SummaryStatistics Class | Imsl.Stat Namespace