Jul 12, 2024
p: Order of the autoregressive part.q: Order of the moving average part.d: Differencing needed to make the time series stationary.statsmodels.tsa
statsmodels in Python.SARIMAX for time series data.
(p, d, q).(P, D, Q, m) where m represents the number of periods in each season.exog = some_external_data.statsmodels.tsa framework in Python.