Seasonal adjustment

Seasonal adjustment is a statistical method for removing the seasonal component of a time series that exhibits a seasonal pattern. It is usually done when wanting to analyse the trend of a time series independently of the seasonal components. It is normal to report seasonally adjusted data for unemployment rates to reveal the underlying trends in labor markets.[1] Many economic phenomena have seasonal cycles, such as agricultural production and consumer consumption, e.g. greater consumption leading up to Christmas. It is necessary to adjust for this component in order to understand what underlying trends are in the economy and so official statistics are often adjusted to remove seasonal components.[2]

Time series components

The investigation of many economic time series becomes problematic due to seasonal fluctuations. Time series are made up of four components:

The difference between seasonal and cyclic patterns:

The relation between decomposition of time series components

Seasonal adjustment

Unlike the trend and cyclical components, seasonal components, theoretically, happen with similar magnitude during the same time period each year. The seasonal components of a series are sometimes considered to be uninteresting and to hinder the interpretation of a series. Removing the seasonal component directs focus on other components and will allow better analysis.[4]

Different statistical research groups have developed different methods of seasonal adjustment, for example X-12-ARIMA developed by the United States Census Bureau; TRAMO/SEATS developed by the Bank of Spain;[5] STAMP developed by a group led by S. J. Koopman;[6] and “Seasonal and Trend decomposition using Loess” (STL) developed by Cleveland et al. (1990).[7] While X-12-ARIMA can only be applied to monthly or quarterly data, STL decomposition can be used on data with any type of seasonality. Furthermore, unlike X-12-ARIMA, STL allows the user to control the degree of smoothness of the trend cycle and how much the seasonal component changes over time. X-12-ARIMA can handle both additive and multiplicative decomposition whereas STL can only be used for additive decomposition. In order to achieve a multiplicative decomposition using STL, the user can take the log of the data before decomposing, and then back-transform after the decomposition.[7]

Brief introduction to process of X-12-ARIMA:

For example: description assumes monthly data. Additive decomposition: Yt = St + Tt + Ct + Et: Multiplicative decomposition: Yt = St * Tt * Ct * Et

Repeat whole process two more times with modified data. On final iteration, the 3 * 5 MA of Steps 11 and 12 is replaced by either a 3 * 3, 3 * 5, or 3 * 9 moving average, depending on the variability in the data.

6. Time series Each group provides software supporting their methods. Some versions are also included as parts of larger products, and some are commercially available. For example, SAS includes X-12-ARIMA, while Oxmetrics includes STAMP. A recent move by public organisations to harmonise seasonal adjustment practices has resulted in the development of Demetra+ by Eurostat and National Bank of Belgium which currently includes both X-12-ARIMA and TRAMO/SEATS.[8] R includes STL decomposition.[9] The X-12-ARIMA method can be utilized via the R package "X12" [10]

Example

One famous example is the rate of unemployment which is also presented by a time series. This rate depends particularly on seasonal influences, which is why it is important to free the unemployment rate of its seasonal component. Such seasonal influences can be due to school graduates or dropouts looking to enter into the workforce and regular fluctuations during holiday periods. Once the seasonal influence is removed from this time series, the unemployment rate data can be meaningfully compared across different months and predictions for the future can be accurately forecast.[11] Seasonal adjustment is used in the official statistics implemented by statistical software like Demetra+.

When seasonal adjustment is not performed with monthly data, year-on-year changes are utilised in an attempt to avoid contamination with seasonality.

Moves to standardise seasonal adjustment processes

Due to the various seasonal adjustment practices by different institutions, a group was created by Eurostat and the European Central Bank to promote standard processes. In 2009 a small group composed of experts from European Union statistical institutions and central banks produced the ESS Guidelines on Seasonal Adjustment, which is being implemented in all the European Union statistical institutions. It is also being adopted voluntarily by other public statistical institutions outside the European Union.

Use of seasonally adjusted data in regressions

By the Frisch–Waugh–Lovell theorem it does not matter whether dummy variables for all but one of the seasons are introduced into the regression equation, or if the independent variable is first seasonally adjusted (by the same dummy variable method), and the regression then run.

Since seasonal adjustment introduces a "non-revertible" moving average (MA) component into time series data, unit root tests (such as the Phillips–Perron test) will be biased towards non-rejection of the unit root null.[12]

Shortcomings of using seasonally adjusted data

Use of seasonally adjusted time series data can be misleading. This is because the seasonally adjusted series contains both the trend-cycle component and the error component. As such, the seasonally adjusted data will not be "smooth" and what appears to be "downturns" or "upturns" may actually be randomness in the data. For this reason, if the purpose is finding turning points in a series, it is better to use the trend-cycle component rather than the seasonally adjusted data.[13]

See also

References

  1. http://www.bls.gov/cps/seasfaq.htm
  2. "Retail spending rise boosts hopes UK can avoid double-dip recession". The Guardian. 17 February 2012.
  3. https://www.otexts.org/fpp/2/1
  4. FAQs on Seasonal Adjustment
  5. OECD Glossary: Seasonal Adjustment
  6. STAMP Modelling and Forecasting
  7. 1 2 "6.5 STL decomposition | OTexts". www.otexts.org. Retrieved 2016-05-12.
  8. OECD, Short-Term Economic Statistics Expert Group (June 2002), Harmonising Seasonal Adjustment Methods in European Union and OECD Countries
  9. Hyndman, R.J. "6.4 X-12-ARIMA decomposition | OTexts". www.otexts.org. Retrieved 2016-05-15.
  10. Kowarik, Alexander (February 20, 2015). "Xx12" (PDF). cran.r-project.org. Retrieved 2016-08-02.
  11. https://www.otexts.org/fpp/6/1
  12. Maddala, G. S.; Kim, In-Moo (1998). Unit Roots, Cointegration, and Structural Change. Cambridge: Cambridge University Press. pp. 364–365. ISBN 0-521-58782-4.
  13. Hyndman, Rob J; Athanasopoulos, George. "Forecasting: principles and practice". Retrieved 20 May 2015.

Further reading

This article is issued from Wikipedia - version of the 12/3/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.