ARAutoUnivariateMaxlag Property |
The current value used to represent the maximum number of
autoregressive lags to achieve the minimum AIC.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public int Maxlag { get; }
Public ReadOnly Property Maxlag As Integer
Get
public:
property int Maxlag {
int get ();
}
member Maxlag : int with get
Property Value
Type:
Int32
An
int containing the maximum number of autoregressive
lags evaluated.
See Also