fbpx
Wikipedia

Decomposition of time series

The decomposition of time series is a statistical task that deconstructs a time series into several components, each representing one of the underlying categories of patterns.[1] There are two principal types of decomposition, which are outlined below.

Decomposition based on rates of change Edit

This is an important technique for all types of time series analysis, especially for seasonal adjustment.[2] It seeks to construct, from an observed time series, a number of component series (that could be used to reconstruct the original by additions or multiplications) where each of these has a certain characteristic or type of behavior. For example, time series are usually decomposed into:

  •  , the trend component at time t, which reflects the long-term progression of the series (secular variation). A trend exists when there is a persistent increasing or decreasing direction in the data. The trend component does not have to be linear.[1]
  •  , the cyclical component at time t, which reflects repeated but non-periodic fluctuations. The duration of these fluctuations depend on the nature of the time series.
  •  , the seasonal component at time t, reflecting seasonality (seasonal variation). A seasonal pattern exists when a time series is influenced by seasonal factors. Seasonality occurs over a fixed and known period (e.g., the quarter of the year, the month, or day of the week).[1]
  •  , the irregular component (or "noise") at time t, which describes random, irregular influences. It represents the residuals or remainder of the time series after the other components have been removed.

Hence a time series using an additive model can be thought of as

 

whereas a multiplicative model would be

 

An additive model would be used when the variations around the trend do not vary with the level of the time series whereas a multiplicative model would be appropriate if the trend is proportional to the level of the time series.[3]

Sometimes the trend and cyclical components are grouped into one, called the trend-cycle component. The trend-cycle component can just be referred to as the "trend" component, even though it may contain cyclical behavior.[3] For example, a seasonal decomposition of time series by Loess (STL)[4] plot decomposes a time series into seasonal, trend and irregular components using loess and plots the components separately, whereby the cyclical component (if present in the data) is included in the "trend" component plot.

Decomposition based on predictability Edit

The theory of time series analysis makes use of the idea of decomposing a times series into deterministic and non-deterministic components (or predictable and unpredictable components).[2] See Wold's theorem and Wold decomposition.

Examples Edit

 
An example of using multiplicative decomposition in biohydrogen production forecast.[5]

Kendall shows an example of a decomposition into smooth, seasonal and irregular factors for a set of data containing values of the monthly aircraft miles flown by UK airlines.[6]

In policy analysis, forecasting future production of biofuels is key data for making better decisions, and statistical time series models have recently been developed to forecast renewable energy sources, and a multiplicative decomposition method was designed to forecast future production of biohydrogen. The optimum length of the moving average (seasonal length) and start point, where the averages are placed, were indicated based on the best coincidence between the present forecast and actual values.[5]

Software Edit

An example of statistical software for this type of decomposition is the program BV4.1 that is based on the Berlin procedure. The R statistical software also includes many packages for time series decomposition, such as seasonal,[7] stl, stlplus,[8] and bfast. Bayesian methods are also available; one example is the BEAST method in the Rbeast R package.[9]

See also Edit

References Edit

  1. ^ a b c "6.1 Time series components | OTexts". www.otexts.org. Retrieved 2016-05-14.
  2. ^ a b Dodge, Y. (2003). The Oxford Dictionary of Statistical Terms. New York: Oxford University Press. ISBN 0-19-920613-9.
  3. ^ a b "6.1 Time series components | OTexts". www.otexts.org. Retrieved 2016-05-18.
  4. ^ "6.5 STL decomposition | OTexts". www.otexts.org. Retrieved 2016-05-18.
  5. ^ a b Asadi, Nooshin; Karimi Alavijeh, Masih; Zilouei, Hamid (2016). "Development of a mathematical methodology to investigate biohydrogen production from regional and national agricultural crop residues: A case study of Iran". International Journal of Hydrogen Energy. doi:10.1016/j.ijhydene.2016.10.021.
  6. ^ Kendall, M. G. (1976). Time-Series (Second ed.). Charles Griffin. (Fig. 5.1). ISBN 0-85264-241-5.
  7. ^ Sax, Christoph. "seasonal: R Interface to X-13-ARIMA-SEATS".
  8. ^ Hafen, Ryan. "stlplus: Enhanced Seasonal Decomposition of Time Series by Loess".
  9. ^ Li, Yang; Zhao, Kaiguang; Hu, Tongxi; Zhang, Xuesong. "BEAST: A Bayesian Ensemble Algorithm for Change-Point Detection and Time Series Decomposition".

Further reading Edit

  • Enders, Walter (2004). "Models with Trend". Applied Econometric Time Series (Second ed.). New York: Wiley. pp. 156–238. ISBN 0-471-23065-0.

decomposition, time, series, this, article, needs, additional, citations, verification, please, help, improve, this, article, adding, citations, reliable, sources, unsourced, material, challenged, removed, find, sources, news, newspapers, books, scholar, jstor. This article needs additional citations for verification Please help improve this article by adding citations to reliable sources Unsourced material may be challenged and removed Find sources Decomposition of time series news newspapers books scholar JSTOR October 2015 Learn how and when to remove this template message The decomposition of time series is a statistical task that deconstructs a time series into several components each representing one of the underlying categories of patterns 1 There are two principal types of decomposition which are outlined below Contents 1 Decomposition based on rates of change 2 Decomposition based on predictability 3 Examples 4 Software 5 See also 6 References 7 Further readingDecomposition based on rates of change EditThis is an important technique for all types of time series analysis especially for seasonal adjustment 2 It seeks to construct from an observed time series a number of component series that could be used to reconstruct the original by additions or multiplications where each of these has a certain characteristic or type of behavior For example time series are usually decomposed into T t displaystyle T t nbsp the trend component at time t which reflects the long term progression of the series secular variation A trend exists when there is a persistent increasing or decreasing direction in the data The trend component does not have to be linear 1 C t displaystyle C t nbsp the cyclical component at time t which reflects repeated but non periodic fluctuations The duration of these fluctuations depend on the nature of the time series S t displaystyle S t nbsp the seasonal component at time t reflecting seasonality seasonal variation A seasonal pattern exists when a time series is influenced by seasonal factors Seasonality occurs over a fixed and known period e g the quarter of the year the month or day of the week 1 I t displaystyle I t nbsp the irregular component or noise at time t which describes random irregular influences It represents the residuals or remainder of the time series after the other components have been removed Hence a time series using an additive model can be thought of as y t T t C t S t I t displaystyle y t T t C t S t I t nbsp whereas a multiplicative model would be y t T t C t S t I t displaystyle y t T t times C t times S t times I t nbsp An additive model would be used when the variations around the trend do not vary with the level of the time series whereas a multiplicative model would be appropriate if the trend is proportional to the level of the time series 3 Sometimes the trend and cyclical components are grouped into one called the trend cycle component The trend cycle component can just be referred to as the trend component even though it may contain cyclical behavior 3 For example a seasonal decomposition of time series by Loess STL 4 plot decomposes a time series into seasonal trend and irregular components using loess and plots the components separately whereby the cyclical component if present in the data is included in the trend component plot Decomposition based on predictability EditThe theory of time series analysis makes use of the idea of decomposing a times series into deterministic and non deterministic components or predictable and unpredictable components 2 See Wold s theorem and Wold decomposition Examples Edit nbsp An example of using multiplicative decomposition in biohydrogen production forecast 5 Kendall shows an example of a decomposition into smooth seasonal and irregular factors for a set of data containing values of the monthly aircraft miles flown by UK airlines 6 In policy analysis forecasting future production of biofuels is key data for making better decisions and statistical time series models have recently been developed to forecast renewable energy sources and a multiplicative decomposition method was designed to forecast future production of biohydrogen The optimum length of the moving average seasonal length and start point where the averages are placed were indicated based on the best coincidence between the present forecast and actual values 5 Software EditAn example of statistical software for this type of decomposition is the program BV4 1 that is based on the Berlin procedure The R statistical software also includes many packages for time series decomposition such as seasonal 7 stl stlplus 8 and bfast Bayesian methods are also available one example is the BEAST method in the Rbeast R package 9 See also EditFrequency spectrum Hilbert Huang transform Least squares Least squares spectral analysis Stochastic drift Trend filteringReferences Edit a b c 6 1 Time series components OTexts www otexts org Retrieved 2016 05 14 a b Dodge Y 2003 The Oxford Dictionary of Statistical Terms New York Oxford University Press ISBN 0 19 920613 9 a b 6 1 Time series components OTexts www otexts org Retrieved 2016 05 18 6 5 STL decomposition OTexts www otexts org Retrieved 2016 05 18 a b Asadi Nooshin Karimi Alavijeh Masih Zilouei Hamid 2016 Development of a mathematical methodology to investigate biohydrogen production from regional and national agricultural crop residues A case study of Iran International Journal of Hydrogen Energy doi 10 1016 j ijhydene 2016 10 021 Kendall M G 1976 Time Series Second ed Charles Griffin Fig 5 1 ISBN 0 85264 241 5 Sax Christoph seasonal R Interface to X 13 ARIMA SEATS Hafen Ryan stlplus Enhanced Seasonal Decomposition of Time Series by Loess Li Yang Zhao Kaiguang Hu Tongxi Zhang Xuesong BEAST A Bayesian Ensemble Algorithm for Change Point Detection and Time Series Decomposition Further reading EditEnders Walter 2004 Models with Trend Applied Econometric Time Series Second ed New York Wiley pp 156 238 ISBN 0 471 23065 0 Retrieved from https en wikipedia org w index php title Decomposition of time series amp oldid 1165116004, wikipedia, wiki, book, books, library,

article

, read, download, free, free download, mp3, video, mp4, 3gp, jpg, jpeg, gif, png, picture, music, song, movie, book, game, games.