ARMAMaxLikelihoodQ Property |
The number of moving average terms in the ARMA model
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax Public ReadOnly Property Q As Integer
Get
public:
property int Q {
int get ();
}
Property Value
Type:
Int32
An
int scalar value of
q, containing the number of
moving average terms in the ARMA model.
See Also