ARSeasonalFitMaxlag Property |
The maximum lag used to fit the AR(p) model.
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 scalar containing the maximum lag
allowed when fitting an AR(
p) model.
See Also