Click or drag to resize
ARMAMaxLikelihoodP Property
The number of autoregressive terms in the ARMA model

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

Property Value

Type: Int32
An int scalar value of p, containing the number of autoregressive terms in the ARMA model.
See Also