Click or drag to resize
RegressorsForGLMGetEffectsColumns Method
Returns a mapping of effects to regressor columns.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public int[][] GetEffectsColumns()

Return Value

Type: Int32
A jagged int array. The number of rows is equal to the number of effects. Each row contains the column numbers of the regressor matrix into which the corresponding effect is mapped.
See Also