ArticleslgStudy

computer science

X-13ARIMA-SEATS

X-13ARIMA-SEATS is a computer science topic covered in the lgStudy science library. This page brings together a partial reference excerpt, illustrations, worked examples, real-world applications and a short study plan, so you can understand X-13ARIMA-SEATS rather than just read about it. In short: 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.

Key takeaways

  • X-13ARIMA-SEATS belongs to computer science; place it in that map before memorising details.
  • Learn the definition first, then one example that makes the definition concrete.
  • Connect X-13ARIMA-SEATS to a quantity you can measure, compute or draw — that is where exam questions come from.
  • Reproduce the core statement of X-13ARIMA-SEATS from memory before moving on to harder problems.

Reference excerpt

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, Australian Bureau of Statistics, 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 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, the U.S. Bureau of Labor Statistics and Census and Statistics Department (Hong Kong). The Brazilian Institute of Geography and Statistics 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, Y t {\displaystyle Y_{t}} , can be decomposed additively,

Y t = T t + S t + I t {\displaystyle {\begin{aligned}{\textit {Y}}_{t}&={T}_{t}+{S}_{t}+{I}_{t}\end{aligned}}}

or multiplicatively,

Y t = T t × S t × I t . {\displaystyle {\begin{aligned}{\textit {Y}}_{t}&={T}_{t}\times {S}_{t}\times {I}_{t}.\end{aligned}}}

In this decomposition, T t {\displaystyle T_{t}} is the trend (or the "trend cycle" because it also includes cyclical movements such as business cycles) component, S t {\displaystyle S_{t}} is the seasonal component, and I t {\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. 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 {\displaystyle t-6} to t + 6 {\displaystyle 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 {\displaystyle 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 CSPro Seasonality

References

External links X-13ARIMA-SEATS Seasonal Adjustment Program – documentation on website of the US Census Bureau

Worked examples

Example 1 — a first encounter with X-13ARIMA-SEATS

Start with the simplest possible case. Write down what X-13ARIMA-SEATS claims or describes in one sentence, then invent the smallest concrete situation in which that sentence is true. In computer science, the smallest case is usually a single object, a single equation or a single measurement. Check that every symbol or term in your sentence has a meaning in that case.

Example 2 — changing one variable

Take the situation from Example 1 and change exactly one quantity: double it, halve it, or set it to zero. Predict what should happen to X-13ARIMA-SEATS before you calculate. Comparing your prediction with the result is the fastest way to find out whether you understand the idea or only the words.

Example 3 — an exam-style question

Typical questions about X-13ARIMA-SEATS ask you to (a) state it precisely, (b) apply it to given data, and (c) explain a limitation. Practise writing all three answers in under five minutes; the third part is what separates a full-mark answer from an average one.

Applications of X-13ARIMA-SEATS

In research
X-13ARIMA-SEATS appears in computer science research whenever the underlying quantities have to be modelled precisely. Papers usually cite it as a starting assumption and then explore where it breaks down.
In technology and industry
Engineering practice reuses X-13ARIMA-SEATS in design rules, simulations and safety margins. Knowing the idea lets you read a specification sheet and understand why the numbers look the way they do.
In the classroom
X-13ARIMA-SEATS is common in secondary-school and first-year university syllabi. It links to neighbouring topics Free econometrics software, Free statistical software, Public-domain software with source code, so understanding it makes those chapters shorter.
In everyday life
Look for X-13ARIMA-SEATS outside the textbook — in sport, cooking, traffic, electronics or the sky above you. An example you found yourself is remembered far longer than one you were given.
Ask Teacher Smith questions about this articleOpens your AI tutor with a question about “X-13ARIMA-SEATS” →

Affiliate

Preply — study more efficiently by working with a personal tutor. 50% off.

How to study X-13ARIMA-SEATS in 20 minutes

  1. Read the reference excerpt below once, without taking notes.
  2. Close the page and write down what X-13ARIMA-SEATS means in your own words.
  3. Compare your version with the excerpt and mark what you missed.
  4. Work through the three examples above with pen and paper.
  5. Explain X-13ARIMA-SEATS out loud to somebody else — or to Teacher Smith in the lgStudy chat.

Frequently asked questions

What is X-13ARIMA-SEATS in simple terms?

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.

Why does X-13ARIMA-SEATS matter?

Because it connects several computer science ideas at once: it gives you a definition you can apply, a quantity you can calculate, and a way to check whether a result is plausible.

How should I study X-13ARIMA-SEATS?

Read the excerpt, restate it from memory, then work through the examples and applications listed on this page. The five-step study plan above takes about twenty minutes.

What does this page cover?

It gives you a compact reference excerpt plus original lgStudy explanations, examples, applications and study material on X-13ARIMA-SEATS.

Tags

  • Free econometrics software
  • Free statistical software
  • Public-domain software with source code
  • Science software for Linux
  • Science software for Windows
  • Time series software
  • United States Census Bureau

Keep exploring