The number of moving average terms in the ARMA model

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

Syntax

C#
public int Q { get; }
Visual Basic (Declaration)
Public ReadOnly Property Q As Integer
Visual C++
public:
property int Q {
	int get ();
}

Field Value

An int scalar value of q, containing the number of moving average terms in the ARMA model.

See Also