Class ArimaOrder (3.33.0)

ArimaOrder(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Arima order, can be used for both non-seasonal and seasonal parts.

Attributes

Name Description
p int
Order of the autoregressive part.
d int
Order of the differencing part.
q int
Order of the moving-average part.