Skip to main content
The X13 ARIMA Seasonal Adjustment step removes seasonal variation using X-13ARIMA-SEATS, the procedure maintained by the US Census Bureau. Unlike the prebuilt Seasonally adjusted option in Apply Transform, this step exposes the model parameters and can also output the trend and irregular components.

Output columns

For each selected column, the step appends: Original columns are left in place.

Configuration

Pick the columns to transform; everything else sits behind advanced options, with defaults that work for most series.
Advanced options of the X13 ARIMA Seasonal Adjustment step

Requirements and failure modes

Seasonal adjustment has real preconditions, and the step raises an error rather than returning a degraded result:
  • Minimum observations. A series needs more than 36 observations, or more than 12 for quarterly data.
  • No zero or negative values. Adjustment cannot be applied to series containing them.
  • One model per entity. Each entity is adjusted independently. If adjustment fails for any entity the step reports which ones and stops, so a partial result is never published silently.
Adjustment runs per entity group and in parallel across columns, so adjusting many series at once is not much slower than adjusting one.

Next steps

Apply Transform

The one-click seasonal adjustment, without model control.

Change Frequency

Resample to monthly or quarterly first — X-13 requires one of the two.