ARSeasonalFit.AROrder Property |
The optimum number of lags,
p, for the optimum autoregressive
AR(
p) model. This is the value of
p for the transformed
series,

.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntaxpublic int AROrder { get; }
Public ReadOnly Property AROrder As Integer
Get
public:
property int AROrder {
int get ();
}
member AROrder : int with get
Property Value
Type:
Int32
An
int containing the optimum number of lags in the
autoregressive model used to fit the transformed series

.
See Also