X-13ARIMA-SEATS, successor to X-12-ARIMA and X-11, is a set of statistical methods for
seasonal adjustment
Seasonal adjustment or deseasonalization is a statistical method for removing the Seasonality, seasonal component of a time series. It is usually done when wanting to analyse the trend, and cyclical deviations from trend, of a time series independ ...
and other descriptive analysis of
time series
In mathematics, a time series is a series of data points indexed (or listed or graphed) in time order. Most commonly, a time series is a sequence taken at successive equally spaced points in time. Thus it is a sequence of discrete-time data. ...
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; ), 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 culture. It is headquartered in ...
,
Australian Bureau of Statistics
The Australian Bureau of Statistics (ABS) is an List of Australian Government entities, Australian Government agency that collects and analyses statistics on economic, population, Natural environment, environmental, and social issues to advi ...
, and the statistical offices of many other countries.
X-12-ARIMA can be used together with many statistical packages, such as
SAS in its econometric and time series (ETS) package,
R in its (seasonal) package,
Gretl
gretl is an open-source statistical package, mainly for econometrics. The name is an acronym for ''G''nu ''R''egression, ''E''conometrics and ''T''ime-series ''L''ibrary.
It has both a graphical user interface (GUI) and a command-line interf ...
or
EViews which provides a
graphical user interface
A graphical user interface, or GUI, is a form of user interface that allows user (computing), users to human–computer interaction, interact with electronic devices through Graphics, graphical icon (computing), icons and visual indicators such ...
for X-12-ARIMA, and NumXL which avails X-12-ARIMA functionality in Microsoft Excel. There is also a version for
MATLAB
MATLAB (an abbreviation of "MATrix LABoratory") is a proprietary multi-paradigm programming language and numeric computing environment developed by MathWorks. MATLAB allows matrix manipulations, plotting of functions and data, implementat ...
.
Notable statistical agencies presently using X-12-ARIMA for seasonal adjustment include
Statistics Canada
Statistics Canada (StatCan; ), 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 culture. It is headquartered in ...
, 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 government of the United States, U.S. government in the broad field of labor economics, labor economics and ...
and
Census and Statistics Department (Hong Kong). The
Brazilian Institute of Geography and Statistics
The Brazilian Institute of Geography and Statistics (; IBGE) is the agency responsible for official collection of statistical, geographic, cartographic, geodetic and environmental information in Brazil. IBGE performs a decennial national cen ...
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
In computing, source code, or simply code or source, is a plain text computer program written in a programming language. A programmer writes the human readable source code to control the behavior of a computer.
Since a computer, at base, only ...
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
Arima, officially The Royal Chartered Borough of Arima is the easternmost and second largest in area of the three boroughs of Trinidad and Tobago. It is geographically adjacent to Sangre Grande and Arouca at the south central foothills of the ...
*
CSPro
*
Seasonality
In time series data, seasonality refers to the trends that occur at specific regular intervals less than a year, such as weekly, monthly, or quarterly. Seasonality may be caused by various factors, such as weather, vacation, and holidays and consi ...
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