The order of the model.

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

Syntax

C#
public int ModelOrder { set; }
Visual Basic (Declaration)
Public WriteOnly Property ModelOrder As Integer
Visual C++
public:
property int ModelOrder {
	void set (int value);
}

Remarks

Model order can be specified as 1 or 2. Use SetEffects to specify more complicated models. This overrides previously set effects.

See Also