Click or drag to resize
ARSeasonalFitMaxlag Property
The maximum lag used to fit the AR(p) model.

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

Property Value

Type: Int32
An int scalar containing the maximum lag allowed when fitting an AR(p) model.
See Also