Click or drag to resize
ARMAMaxLikelihoodQ Property
The number of moving average terms in the ARMA model

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public int Q { get; }

Property Value

Type: Int32
An int scalar value of q, containing the number of moving average terms in the ARMA model.
See Also