Set the effects.
Namespace:
Imsl.Stat
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public void SetEffects( int[][] effects ) |
Visual Basic (Declaration) |
---|
Public Sub SetEffects ( _ effects As Integer()() _ ) |
Visual C++ |
---|
public: void SetEffects( array<array<int>^>^ effects ) |
Parameters
- effects
- Type: array<
array<
System..::.Int32
>[]()[]
>[]()[]
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.
Remarks
This overrides any previously set model order.
Effects is a jagged array.
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.