Click or drag to resize
RegressorsForGLM Constructor (Double, Int32)
Constructor with an explicit set of class column indices.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public RegressorsForGLM(
	double[,] x,
	int[] classColumns
)

Parameters

x
Type: SystemDouble
is an nObservations by nClassVariables+nContinuousVariables array containing the data. The columns containing the class variables are specified by classColumns.
classColumns
Type: SystemInt32
is an array containing the column indices, in x, of the class variables.
See Also