RegressorsForGLMGetEffectsColumns Method |
Returns a mapping of effects to regressor columns.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public int[][] GetEffectsColumns()
Public Function GetEffectsColumns As Integer()()
public:
array<array<int>^>^ GetEffectsColumns()
member GetEffectsColumns : unit -> int[][]
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