The number of autoregressive terms in the ARMA model

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

Syntax

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

Field Value

An int scalar value of p, containing the number of autoregressive terms in the ARMA model.

See Also