Returns the effects.

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

Syntax

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

Return Value

a jagged array containing the effects. The number of rows in the matrix is the number of effects. For each row, the values are the 0-based column numbers of x.

See Also