X-13arima-seats Binary

  1. X-13arima-seats
  2. X-13arima
(Redirected from X-12-ARIMA)
X-13ARIMA-SEATS
Developer(s)U.S. Census Bureau
Stable release
Repository
Operating systemWindows, Linux/Unix
TypeStatistical software
LicensePublic domain[1][2]
Websitewww.census.gov/data/software/x13as.html

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.[3] These methods are or have been used by Statistics Canada, Australian Bureau of Statistics, and the statistical offices of many other countries.[4][5]

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,[6]Gretl or EViews which provides a graphical user interface for X-12-ARIMA, and NumXL which avails X-12-ARIMA functionality in Microsoft Excel.[7] There is also a version for Matlab.[8]

Notable statistical agencies presently using X-12-ARIMA for seasonal adjustment include Statistics Canada,[9] the U.S. Bureau of Labor Statistics[10] and Census and Statistics Department (Hong Kong).[11] The Brazilian Institute of Geography and Statistics uses X-13-ARIMA.[12]

  1. X13binary: X-13ARIMA-SEATS Binary for R. This package provides an installer for R to access prebuilt binaries of X-13ARIMA-SEATS from the sibbling repository x13prebuilt. This allows for fully automated installation of a X-13ARIMA-SEATS binary simply by adding Depends: x13binary to your R package.
  2. Latent Class Probabilistic Latent Feature Analysis of Three-Way Three-Mode Binary Data: PDF. Seasonal Adjustment by X-13ARIMA-SEATS in R: PDF: Christoph Sax, Dirk.

A substantial part of the output of X-13ARIMA-SEATS can be shown on the website. Click and drag to zoom into the graph. Double click to restore the original view. Manipulating the R-Call. The R-Call to seasonal can be modified and run online. In the picture below, the ARIMA model has been adjusted to include an autoregressive parameter of order 2. X-13ARIMA-SEATS Binary for R. This package provides an installer for R to access prebuilt binaries of X-13ARIMA-SEATS from the sibbling repository x13prebuilt. This allows for fully automated installation of a X-13ARIMA-SEATS binary simply by adding Depends: x13binary to your R.

X-12-ARIMA was the successor to X-11-ARIMA; the current version is X-13ARIMA-SEATS.[13]

X-13-ARIMA-SEATS's source code can be found on the Census Bureau's website.[14]

Methods[edit]

The default method for seasonal adjustment is based on the X-11 algorithm. It is assumed that the observations in a time series, Yt{displaystyle Y_{t}}, can be decomposed additively,

Yt=Tt+St+It{displaystyle {begin{aligned}{textit {Y}}_{t}&={T}_{t}+{S}_{t}+{I}_{t}end{aligned}}}

or multiplicatively,

Yt=Tt×St×It.{displaystyle {begin{aligned}{textit {Y}}_{t}&={T}_{t}times {S}_{t}times {I}_{t}.end{aligned}}}

In this decomposition, Tt{displaystyle T_{t}} is the trend (or the 'trend cycle' because it also includes cyclical movements such as business cycles) component, St{displaystyle S_{t}} is the seasonal component, and It{displaystyle I_{t}} 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.[15]

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:

X-13arima-seats Binary
  1. An initial estimate of the trend is obtained by calculating centered moving averages for 13 observations (from t6{displaystyle t-6} to t+6{displaystyle t+6}).
  2. Subtract the initial estimate of the trend series from the original series, leaving the seasonal and irregular components (SI).
  3. Calculate an initial estimate of the seasonal component using a centered moving average of the SI series at seasonal frequencies, such as t24,t12,t,t+12,t+24{displaystyle t-24,t-12,t,t+12,t+24}
  4. Calculate an initial seasonally adjusted series by subtracting the initial seasonal component from the original series.
  5. Calculate another estimate of the trend using a different set of weights (known as 'Henderson weights').
  6. Remove the trend again and calculate another estimate of the seasonal factor.
  7. Seasonally adjust the series again with the new seasonal factors.
  8. 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.

See also[edit]

X-13arima

References[edit]

  1. ^https://www.census.gov/srd/www/x13as/x13down_unix.html
  2. ^https://www.census.gov/srd/www/disclaimer.html
  3. ^'X-13ARIMA-SEATS Seasonal Adjustment Program'. United States Census Bureau. Retrieved March 24, 2021.
  4. ^'Time Series Analysis: Seasonal Adjustment Methods'. November 14, 2005.
  5. ^Susie Fortier and Guy Gellatly. 'Seasonally adjusted data – Frequently asked questions'. Retrieved March 24, 2021.CS1 maint: uses authors parameter (link)
  6. ^'seasonal: R Interface to X-13-ARIMA-SEATS version 1.8.2 from CRAN'. rdrr.io. Retrieved 2021-05-25.
  7. ^'Implementation of the X-11 Seasonal Adjustment Method'.
  8. ^'X-13 Toolbox for Seasonal Filtering'. www.mathworks.com. Retrieved 2021-05-25.
  9. ^http://www.statcan.gc.ca/pub/12-539-x/2009001/seasonal-saisonnal-eng.htm
  10. ^http://www.bls.gov/cpi/cpisahoma.htm
  11. ^https://www.censtatd.gov.hk/hkstat/sub/sc30.jsp
  12. ^ftp://ftp.ibge.gov.br/Contas_Nacionais/Contas_Nacionais_Trimestrais/Ajuste_Sazonal/X13_NasContasTrimestrais.pdf
  13. ^https://www.census.gov/srd/www/x13as/
  14. ^https://www.census.gov/srd/www/x13as/x13down_unix.html
  15. ^Findley, David F.; Monsell, Brian C.; Bell, William R.; Otto, Mark C.; Chen, Bor-Chung (1998), 'New Capabilities and Methods of the X-12-ARIMA Seasonal Adjustment Program'(PDF), Journal of Business and Economic Statistics, 16

External links[edit]

Retrieved from 'https://en.wikipedia.org/w/index.php?title=X-13ARIMA-SEATS&oldid=1025320833'

X-13arima-seats

x13binary: X-13ARIMA-SEATS Binary for R

About

This package provides an installer for R toaccess prebuilt binaries of X-13ARIMA-SEATS from the sibblingrepository x13prebuilt. This allowsfor fully automated installation of aX-13ARIMA-SEATS binary simply byadding Depends: x13binary to your R package.

X-13arima

X-13arima-seats

Installation

As the package is on CRAN,the usual procedure applies:

Status

This package as well as the correspondingx13prebuilt repository areoperational for Windows, OS X (Darwin) and Linux (via using statically linkedbinaries).

X-13arima

The current version of x13binary usesversion 1.1, build 39 of of X-13, as can be verified by:

Author

Dirk Eddelbuettel and Christoph Sax

License

GPL (>= 2)