IMSL C# Numerical Library

RegressorsForGLM.SetEffects Method 

Set the effects.

public void SetEffects(
   int[][] effects
);

Parameters

effects
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.

See Also

RegressorsForGLM Class | Imsl.Stat Namespace