Returns a mapping of effects to regressor columns.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public int[][] GetEffectsColumns()
Visual Basic (Declaration)
Public Function GetEffectsColumns As Integer()()
Visual C++
public:
array<array<int>^>^ GetEffectsColumns()

Return Value

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