4.8.11. statsmodels.tsa.x13

Run x12/x13-arima specs in a subprocess from Python and curry results back into python.

4.8.11.1. Notes

Many of the functions are called x12. However, they are also intended to work for x13. If this is not the case, it’s a bug.

4.8.11.2. Functions

iteritems(obj, **kwargs) replacement for six’s iteritems for Python2/3 compat
pandas_to_series_spec(x)
run_spec(x12path, specpath[, outname, meta, ...])
x13_arima_analysis(endog[, maxorder, ...]) Perform x13-arima analysis for monthly or quarterly data.
x13_arima_select_order(endog[, maxorder, ...]) Perform automatic seaonal ARIMA order identification using x12/x13 ARIMA.

4.8.11.3. Classes

Bunch(**kw) Returns a dict-like object with keys accessible via attribute lookup.
SeriesSpec(data[, name, appendbcst, ...])
Parameters:
Spec
X13ArimaAnalysisResult(**kwargs)