X-13ARIMA-SEATS, successor to X-12-ARIMA and X-11, is a set of statistical methods for
seasonal adjustment and other descriptive analysis of
time series data that are implemented in the U.S. Census Bureau's software package. These methods are or have been used by
Statistics Canada
Statistics Canada (StatCan; french: Statistique Canada), formed in 1971, is the agency of the Government of Canada commissioned with producing statistics to help better understand Canada, its population, resources, economy, society, and cultur ...
,
Australian Bureau of Statistics
The Australian Bureau of Statistics (ABS) is the independent statutory agency of the Australian Government responsible for statistical collection and analysis and for giving evidence-based advice to federal, state and territory governments ...
, and the statistical offices of many other countries.
X-12-ARIMA can be used together with many statistical packages, such as
SAS
SAS or Sas may refer to:
Arts, entertainment, and media
* ''SAS'' (novel series), a French book series by Gérard de Villiers
* ''Shimmer and Shine'', an American animated children's television series
* Southern All Stars, a Japanese rock ba ...
in its econometric and time series (ETS) package,
R in its (seasonal) package,
Gretl or
EViews which provides a
graphical user interface for X-12-ARIMA, and NumXL which avails X-12-ARIMA functionality in Microsoft Excel. There is also a version for
Matlab.
Notable statistical agencies presently using X-12-ARIMA for seasonal adjustment include
Statistics Canada
Statistics Canada (StatCan; french: Statistique Canada), formed in 1971, is the agency of the Government of Canada commissioned with producing statistics to help better understand Canada, its population, resources, economy, society, and cultur ...
, the U.S.
Bureau of Labor Statistics
The Bureau of Labor Statistics (BLS) is a unit of the United States Department of Labor. It is the principal fact-finding agency for the U.S. government in the broad field of labor economics and statistics and serves as a principal agency of t ...
and
Census and Statistics Department (Hong Kong). The
Brazilian Institute of Geography and Statistics
The Brazilian Institute of Geography and Statistics ( pt, Instituto Brasileiro de Geografia e EstatĂstica; IBGE) is the agency responsible for official collection of statistical, geographic, cartographic, geodetic and environmental information ...
uses X-13-ARIMA.
X-12-ARIMA was the successor to X-11-ARIMA; the current version is X-13ARIMA-SEATS.
X-13-ARIMA-SEATS's
source code can be found on the Census Bureau's website.
Methods
The default method for seasonal adjustment is based on the X-11 algorithm. It is assumed that the observations in a time series,
, can be decomposed additively,
:
or multiplicatively,
:
In this decomposition,
is the trend (or the "trend cycle" because it also includes cyclical movements such as business cycles) component,
is the seasonal component, and
is the irregular (or random) component. The goal is to estimate each of the three components and then remove the seasonal component from the time series, producing a seasonally adjusted time series.
The decomposition is accomplished through the iterative application of centered moving averages. For an additive decomposition of a monthly time series, for example, the algorithm follows the following pattern:
# An initial estimate of the trend is obtained by calculating centered moving averages for 13 observations (from
to
).
# Subtract the initial estimate of the trend series from the original series, leaving the seasonal and irregular components (SI).
# Calculate an initial estimate of the seasonal component using a centered moving average of the SI series at seasonal frequencies, such as
# Calculate an initial seasonally adjusted series by subtracting the initial seasonal component from the original series.
# Calculate another estimate of the trend using a different set of weights (known as "Henderson weights").
# Remove the trend again and calculate another estimate of the seasonal factor.
# Seasonally adjust the series again with the new seasonal factors.
# Calculate the final trend and irregular components from the seasonally adjusted series.
The method also includes a number of tests, diagnostics and other statistics for evaluating the quality of the seasonal adjustments.
Copyright and conditions
The software is US government work, and those are in the public domain (in the US); for this software copyright has also been granted for other countries; the "User agrees to make a good faith effort to use the Software in a way that does not cause damage, harm, or embarrassment to the United States/Commerce."
See also
*
ARIMA
*
CSPro
*
Seasonality
References
External links
X-13ARIMA-SEATS Seasonal Adjustment Programdocumentation on website of the US Census Bureau
{{Statistical software
Free econometrics software
Free statistical software
Public-domain software with source code
Science software for Windows
Science software for Linux
United States Census Bureau
Time series software