Click or drag to resize
ARSeasonalFitAROrder Property
The optimum number of lags, p, for the optimum autoregressive AR(p) model. This is the value of p for the transformed series, W_t.

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

Property Value

Type: Int32
An int containing the optimum number of lags in the autoregressive model used to fit the transformed series W_t.
See Also