HOME

TheInfoList



OR:

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 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 independently of the ...
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. E ...
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 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 interfac ...
or
EViews EViews is a statistical package for Windows, used mainly for time-series oriented econometric analysis. It is developed by Quantitative Micro Software (QMS), now a part of IHS. Version 1.0 was released in March 1994, and replaced MicroTSP. The ...
which provides a
graphical user interface The GUI ( "UI" by itself is still usually pronounced . or ), graphical user interface, is a form of user interface that allows User (computing), users to Human–computer interaction, interact with electronic devices through graphical icon (comp ...
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, implementatio ...
. 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 th ...
and
Census and Statistics Department (Hong Kong) The Census and Statistics Department (C&SD; ) is the provider of major social and economic official statistics in Hong Kong. It is also responsible for conducting Population Census and By-census in Hong Kong since 1971. Its head office is ...
. 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 In computing, source code, or simply code, is any collection of code, with or without comments, written using a human-readable programming language, usually as plain text. The source code of a program is specially designed to facilitate the w ...
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, Y_, can be decomposed additively, : \begin \textit_ &= _ + _ + _ \end or multiplicatively, : \begin \textit_ &= _ \times _ \times _. \end In this decomposition, T_ is the trend (or the "trend cycle" because it also includes cyclical movements such as business cycles) component, S_ is the seasonal component, and I_ 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 t-6 to t+6). # 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 t-24, t-12, t, t+12, t+24 # 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 th ...
* CSPro *
Seasonality In time series data, seasonality is the presence of variations 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 a ...


References


External links


X-13ARIMA-SEATS Seasonal Adjustment Program
documentation 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